aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com/ufund/api/ufundapi/controller (unfollow)
Commit message (Expand)Author
2025-04-07Added check for empty maxgoal fieldGunther6070
2025-04-04Fix typossowgro
2025-04-03Fixed incognito race condition and checkout bugsGunther6070
2025-04-03Changes to cupboard on front end and back end to try and fix bugsGunther6070
2025-04-03Added dashboard statisticsGunther6070
2025-04-02Implemented new endpoint to get total number of usersGunther6070
2025-04-02Implemented new endpoint to get total number of usersGunther6070
2025-03-31backend image supportbenal01
2025-03-31backend support for descriptionbenal01
2025-03-30Modified controllers to return error text when catching errors. Also added ad...Gunther6070
2025-03-30Fixed broken tests and made them more consistentGunther6070
2025-03-30Added additional tests to bring coverage up to 100# on controllersGunther6070
2025-03-29API functionality for urgency and locationbenal01
2025-03-26Fix cupboard access checking and loggingsowgro
2025-03-25Created signup component and implemented some functionality. Did not finish i...Gunther6070
2025-03-25Fix tests and more cleanupsowgro
2025-03-25Tweak loggingsowgro
2025-03-25Greatly improve logging and other backend clean upsowgro
2025-03-24Fixed various bugs and began fixing auth system. Also started implementing ch...Gunther6070
2025-03-22API creation bug fix- the max goal would not be casted properlybenal01
2025-03-18removed auth from problematic function. -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 a...Gunther6070
2025-03-18debug of checkout. -akAkash Keshav
2025-03-18Modified status codes to properly display error messages on creation and upda...Gunther6070
2025-03-18THE UPDATE USER WORKS! -akAkash Keshav
2025-03-17Changed catch to use illegal argument exceptionGunther6070
2025-03-17Fix testssowgro
2025-03-17Attempt at fixing connection to front endsowgro
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-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 ty...Gunther6070
2025-03-06Migrated auth controller methods to auth serviceGunther6070
2025-03-06Created Cupboard Service and refactored the controller and DAO to add the ser...Gunther6070
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 issues in commentssowgro
2025-02-26Removed getUsers methodGunther6070
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 UserFileDA...Gunther6070
2025-02-26Created UserController class to handle http requestsGunther6070
2025-02-18Updated createNeed method to check if max is less than or equal to 0 and if c...Gunther6070