aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main (unfollow)
Commit message (Collapse)Author
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
2025-02-26Created user class with fields name and passwordGunther6070
2025-02-23Created UserDAO and file as well as user classGunther6070
2025-02-18Updated createNeed method to check if max is less than or equal to 0 and if ↵Gunther6070
current is greater than max
2025-02-17removal of templatesv1.0benal01
2025-02-16Make search case-insensitivesowgro
2025-02-16added template file for application properties -akAkash Keshav
2025-02-16removed application.properties for local usage.Akash Keshav
2025-02-16Add jsonProperty decorationssowgro
2025-02-16it runs!!!sowgro
2025-02-16fix typosowgro
2025-02-16Refactor: Remove Cupboard.javasowgro
2025-02-16Added javadoc for deleteNeedAngelina Zhen
2025-02-16Manually edited getNeed in mainGunther6070
2025-02-16Test pushGunther6070
2025-02-16added searchNeeds() function to CupboardController -akAkash Keshav
2025-02-16javadocbenal01
2025-02-16Completed Delete NeedAngelina Zhen
2025-02-16Complete createNeed()sowgro
2025-02-16updateNeed Controller and Cupboard functionalitybeanplebs
2025-02-16Implemented getNeeds methodGunther6070
2025-02-16Reverted getNeed changeGunther6070
2025-02-16Implement FileDAOsowgro
2025-02-16Implemented getNeed methodGunther6070
2025-02-16Add spring stuff to CupboardController and make all DAO calls inside ↵sowgro
Cupboard class
2025-02-16Organize into sub-packagessowgro
2025-02-15Added methods to update IDAngelina Zhen
2025-02-15CupboardController CRUD methodsbeanplebs
2025-02-15Cupboard CRUD methodsbeanplebs
2025-02-15Implemented Cupboard file dao classGunther6070
2025-02-15Updated comment wordingGunther6070
2025-02-15Cupboard and CupboardControllerbeanplebs
2025-02-15Make stuff finalsowgro
2025-02-15Created Cupboard DAO file. -akAkash Keshav
2025-02-15added ID field to Need Class. -akAkash Keshav
2025-02-15Fix Need and star FBsowgro
2025-02-15Create Need classsowgro