aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Added IOException testsGunther60702025-03-03
| | | |
* | | | Removed unnecessary check in createNeed methodGunther60702025-03-03
| | | |
| | * | Finish update methodssowgro2025-03-07
| | | |
| | * | more javadocs and cleanupsowgro2025-03-06
| | | |
| * | | Updated cupboard controller tests to use service classGunther60702025-03-07
| |/ /
| * | Added IOException throw to authenticateGunther60702025-03-06
| | |
| * | Removed unused importGunther60702025-03-06
| | |
| * | Push current changes (working on documentation and tests)sowgro2025-03-06
| | |
| * | Merge branch 'refs/heads/service-layer' into api-authsowgro2025-03-06
| |\ \
| | * | Removed unused imports and fixed other warningsGunther60702025-03-06
| | | |
| | * | Removed extra file extensionsGunther60702025-03-06
| | | |
| | * | Migrated user controller methods to user service. Also changed some return ↵Gunther60702025-03-06
| | | | | | | | | | | | | | | | types.
| | * | Migrated auth controller methods to auth serviceGunther60702025-03-06
| | | |
| * | | Merge branch 'main' into api-authsowgro2025-03-06
| |\ \ \ | |/ / / |/| / / | |/ / | | | # Conflicts: # ufund-api/src/main/resources/application.properties
* | | Update application.properties for CIsowgro2025-03-03
| | |
* | | Change CI to java 22Tyler Ferrari2025-03-03
| | |
* | | Add CITyler Ferrari2025-03-03
| |/ |/|
| * Created user service classGunther60702025-03-06
| |
| * Created Auth service classGunther60702025-03-06
| |
| * Created Cupboard Service and refactored the controller and DAO to add the ↵Gunther60702025-03-06
| | | | | | | | service as an inbetween with logic
| * Fixed user testsGunther60702025-03-06
| |
| * Fixed some UserController testsGunther60702025-03-06
| |
| * Configure json parser to only serialize annotated fieldsTyler Ferrari2025-03-02
| |
| * First attempt at an authentication system.sowgro2025-03-02
|/
* cupboardFileDao testsbenal012025-02-27
|
* Finish CupboardController testssowgro2025-02-27
|
* Merge branch 'main' of ↵Akash Keshav2025-02-27
|\ | | | | | | https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b
| * Need class testsbenal012025-02-27
| |
* | added the JUnit tests for UserFileDAO -akAkash Keshav2025-02-27
|/
* Updated formatting and added Model tier tagGunther60702025-02-27
|
* Updated comments and formattingGunther60702025-02-27
|
* Updated tests for user classGunther60702025-02-27
|
* Created UserController testsGunther60702025-02-27
|
* Updated userController to return status code of created for createUserGunther60702025-02-27
|
* Created multipel tests to test user classGunther60702025-02-27
|
* Clean up project and start implementation of user sign in systemsowgro2025-02-26
|
* Fix a bug causing spring to not startsowgro2025-02-26
|
* get angular services workingsowgro2025-02-26
|
* Start services and organize projectsowgro2025-02-26
|
* Fix issues in commentssowgro2025-02-26
|
* Merge pull request #7 from RIT-SWEN-261-02/user-functionalityTyler Ferrari2025-02-26
|\ | | | | Merge user-functionality into main
| * Made verifyPassword actually hash the input passwordGunther60702025-02-26
| |
| * Added another constructor, verify password method, and basket methodsGunther60702025-02-26
| |
| * Removed getUsers methodGunther60702025-02-26
| |
| * Added basket field to UserGunther60702025-02-26
| |
| * Tested user http calls and fixed update userGunther60702025-02-26
| |
| * Updated javadocs and implemented additional CRUD operationsGunther60702025-02-26
| |
| * Implemented createUser in the controller and modified logic in the ↵Gunther60702025-02-26
| | | | | | | | UserFileDAO to check for conflict
| * Created UserController class to handle http requestsGunther60702025-02-26
| |
| * 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.