aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src (unfollow)
Commit message (Collapse)Author
2025-03-17Fixed broken testsGunther6070
2025-03-17Fixed importsGunther6070
2025-03-17Created tests for userAuthFileDAOGunther6070
2025-03-17Added private to fields and modified setup methodGunther6070
2025-03-17Created authController testsGunther6070
2025-03-17Modified importsGunther6070
2025-03-17Created tests for userServiceGunther6070
2025-03-17Created tests for authServiceGunther6070
2025-03-16fix warningsowgro
2025-03-16Created all cupboardService testsGunther6070
2025-03-15fix testCreateNeed()sowgro
2025-03-15Created class and began implementing createNeed test, but having issues with ↵Gunther6070
mocking
2025-03-15Updated tests to use new need declarationGunther6070
2025-03-15Added additional check to createNeed methodGunther6070
2025-03-14Fixed importsGunther6070
2025-03-13Fix a failing testGetUser() testsowgro
2025-03-13Fix and clean up remaining testssowgro
2025-03-13Fixed broken testsGunther6070
2025-03-13Updated testsGunther6070
2025-03-13Updated docstringsGunther6070
2025-03-13Fixed broken testsGunther6070
2025-03-13Updated importsGunther6070
2025-03-13Fixed broken testsGunther6070
2025-03-07Updated cupboard controller tests to use service classGunther6070
2025-03-07Finish update methodssowgro
2025-03-06more javadocs and cleanupsowgro
2025-03-06Added IOException throw to authenticateGunther6070
2025-03-06Removed unused importGunther6070
2025-03-06Push current changes (working on documentation and tests)sowgro
2025-03-06Removed unused imports and fixed other warningsGunther6070
2025-03-06Removed extra file extensionsGunther6070
2025-03-06Migrated user controller methods to user service. Also changed some return ↵Gunther6070
types.
2025-03-06Migrated auth controller methods to auth serviceGunther6070
2025-03-06Created user service classGunther6070
2025-03-06Created Auth service classGunther6070
2025-03-06Created Cupboard Service and refactored the controller and DAO to add the ↵Gunther6070
service as an inbetween with logic
2025-03-06Fixed user testsGunther6070
2025-03-06Fixed some UserController testsGunther6070
2025-03-03Fixed httpstatus in assert statementGunther6070
2025-03-03Fixed semicolon errorGunther6070
2025-03-03Added verifyPassword and RemeoveBasketNeed testsGunther6070
2025-03-03Added maxGoal and setName testsGunther6070
2025-03-03Added IOException testsGunther6070
2025-03-03Removed unnecessary check in createNeed methodGunther6070
2025-03-03Update application.properties for CIsowgro
2025-03-02Configure json parser to only serialize annotated fieldsTyler Ferrari
2025-03-02First attempt at an authentication system.sowgro
2025-02-27cupboardFileDao testsbenal01
2025-02-27Finish CupboardController testssowgro
2025-02-27added the JUnit tests for UserFileDAO -akAkash Keshav