aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com (unfollow)
Commit message (Collapse)Author
2025-03-18cleaned up outputs. -akAkash Keshav
2025-03-18Uncommented authentication callsGunther6070
2025-03-18idk but it works. funding basket worsk. -akAkash Keshav
2025-03-18Fixed error in cupboard controller where the maxgoal was an integer and not ↵Gunther6070
a double
2025-03-18debug of checkout. -akAkash Keshav
2025-03-18Added check to getUser to remove deleted needs in basketGunther6070
2025-03-18Refactored removeBasketNeed methodGunther6070
2025-03-18Removed debugging commentsGunther6070
2025-03-18Modified status codes to properly display error messages on creation and ↵Gunther6070
updating of needs
2025-03-18THE UPDATE USER WORKS! -akAkash Keshav
2025-03-18fix password bugsowgro
2025-03-17please work, i backmerged and everything. -akAkash Keshav
2025-03-17Changed catch to use illegal argument exceptionGunther6070
2025-03-17Added check to update to check for less than 1 valuesGunther6070
2025-03-17Fix testssowgro
2025-03-17Attempt at fixing connection to front endsowgro
2025-03-17Refactored user to instead hold a list of ID's instead of needsGunther6070
2025-03-17Refactoringsowgro
2025-03-15fix testCreateNeed()sowgro
2025-03-15Added additional check to createNeed methodGunther6070
2025-03-13Updated testsGunther6070
2025-03-13Updated docstringsGunther6070
2025-03-13Updated importsGunther6070
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-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-03Removed unnecessary check in createNeed methodGunther6070
2025-03-02First attempt at an authentication system.sowgro
2025-02-27Updated userController to return status code of created for createUserGunther6070
2025-02-26Fix a bug causing spring to not startsowgro
2025-02-26Fix issues in commentssowgro
2025-02-26Made verifyPassword actually hash the input passwordGunther6070
2025-02-26Added another constructor, verify password method, and basket methodsGunther6070
2025-02-26Removed getUsers methodGunther6070
2025-02-26Added basket field to UserGunther6070
2025-02-26Tested user http calls and fixed update userGunther6070
2025-02-26Updated javadocs and implemented additional CRUD operationsGunther6070
2025-02-26Implemented createUser in the controller and modified logic in the ↵Gunther6070
UserFileDAO to check for conflict
2025-02-26Created UserController class to handle http requestsGunther6070
2025-02-26Updated and added more javadocs. Also modified updateUser method to take a ↵Gunther6070
string name to use to find desired user to update.
2025-02-26Implemented CRUD operations and helper methodsGunther6070
2025-02-26Modified UserDAO to have correct methods and paramters for the userFileDAOGunther6070