aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com/ufund/api/ufundapi/persistence (follow)
Commit message (Collapse)AuthorAge
* Updated design doc and minor adjustment to cupboardDAOGunther60702025-04-16
|
* Implemented new endpoint to get total number of usersGunther60702025-04-02
|
* Remove crutchsowgro2025-03-27
|
* Fixed expiration and authDAO testGunther60702025-03-26
|
* fix expiration logic and cleanupsowgro2025-03-26
|
* Fix tests and more cleanupsowgro2025-03-25
|
* Merge branch 'api-cleanup' of ↵Gunther60702025-03-25
|\ | | | | | | https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b into api-cleanup
| * Greatly improve logging and other backend clean upsowgro2025-03-25
| |
* | Rename user getNeeds to getBasketGunther60702025-03-25
|/
* Fixed various bugs and began fixing auth system. Also started implementing ↵Gunther60702025-03-24
| | | | checkout method in cupboardService
* cleaned up outputs. -akAkash Keshav2025-03-18
|
* idk but it works. funding basket worsk. -akAkash Keshav2025-03-18
|
* debug of checkout. -akAkash Keshav2025-03-18
|
* Removed debugging commentsGunther60702025-03-18
|
* THE UPDATE USER WORKS! -akAkash Keshav2025-03-18
|
* fix password bugsowgro2025-03-18
|
* Refactoringsowgro2025-03-17
|
* Finish update methodssowgro2025-03-07
|
* more javadocs and cleanupsowgro2025-03-06
|
* Removed unused importGunther60702025-03-06
|
* Push current changes (working on documentation and tests)sowgro2025-03-06
|
* Removed unused imports and fixed other warningsGunther60702025-03-06
|
* Migrated user controller methods to user service. Also changed some return ↵Gunther60702025-03-06
| | | | types.
* Created Cupboard Service and refactored the controller and DAO to add the ↵Gunther60702025-03-06
| | | | service as an inbetween with logic
* First attempt at an authentication system.sowgro2025-03-02
|
* Tested user http calls and fixed update userGunther60702025-02-26
|
* Implemented createUser in the controller and modified logic in the ↵Gunther60702025-02-26
| | | | UserFileDAO to check for conflict
* Updated and added more javadocs. Also modified updateUser method to take a ↵Gunther60702025-02-26
| | | | string name to use to find desired user to update.
* Implemented CRUD operations and helper methodsGunther60702025-02-26
|
* Modified UserDAO to have correct methods and paramters for the userFileDAOGunther60702025-02-26
|
* Created UserDAO and file as well as user classGunther60702025-02-23
|
* Make search case-insensitivesowgro2025-02-16
|
* it runs!!!sowgro2025-02-16
|
* Implement FileDAOsowgro2025-02-16
|
* Organize into sub-packagessowgro2025-02-16