aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/main/java/com/ufund/api/ufundapi/model/User.java (unfollow)
Commit message (Expand)Author
2025-03-25Fix tests and more cleanupsowgro
2025-03-25Rename user getNeeds to getBasketGunther6070
2025-03-24Fixed various bugs and began fixing auth system. Also started implementing ch...Gunther6070
2025-03-18idk but it works. funding basket worsk. -akAkash Keshav
2025-03-18Refactored removeBasketNeed methodGunther6070
2025-03-18THE UPDATE USER WORKS! -akAkash Keshav
2025-03-18fix password bugsowgro
2025-03-17Refactored user to instead hold a list of ID's instead of needsGunther6070
2025-03-17Refactoringsowgro
2025-03-02First attempt at an authentication system.sowgro
2025-02-26Fix a bug causing spring to not startsowgro
2025-02-26Made verifyPassword actually hash the input passwordGunther6070
2025-02-26Added another constructor, verify password method, and basket methodsGunther6070
2025-02-26Added basket field to UserGunther6070
2025-02-26Tested user http calls and fixed update userGunther6070
2025-02-26Created user class with fields name and passwordGunther6070
2025-02-23Created UserDAO and file as well as user classGunther6070