index
:
JellySolutions
main
An online U-Fund system focused on coral reef and marine life conservation
sowgro
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ufund-api
/
src
/
main
/
java
/
com
/
ufund
/
api
/
ufundapi
/
persistence
/
UserFileDAO.java
(
unfollow
)
Commit message (
Expand
)
Author
2025-04-02
Implemented new endpoint to get total number of users
Gunther6070
2025-03-27
Remove crutch
sowgro
2025-03-26
fix expiration logic and cleanup
sowgro
2025-03-25
Fix tests and more cleanup
sowgro
2025-03-25
Rename user getNeeds to getBasket
Gunther6070
2025-03-25
Greatly improve logging and other backend clean up
sowgro
2025-03-18
cleaned up outputs. -ak
Akash Keshav
2025-03-18
idk but it works. funding basket worsk. -ak
Akash Keshav
2025-03-18
Removed debugging comments
Gunther6070
2025-03-18
THE UPDATE USER WORKS! -ak
Akash Keshav
2025-03-18
fix password bug
sowgro
2025-03-07
Finish update methods
sowgro
2025-03-06
more javadocs and cleanup
sowgro
2025-03-06
Removed unused import
Gunther6070
2025-03-06
Push current changes (working on documentation and tests)
sowgro
2025-03-06
Removed unused imports and fixed other warnings
Gunther6070
2025-03-06
Migrated user controller methods to user service. Also changed some return ty...
Gunther6070
2025-03-02
First attempt at an authentication system.
sowgro
2025-02-26
Tested user http calls and fixed update user
Gunther6070
2025-02-26
Implemented createUser in the controller and modified logic in the UserFileDA...
Gunther6070
2025-02-26
Updated and added more javadocs. Also modified updateUser method to take a st...
Gunther6070
2025-02-26
Implemented CRUD operations and helper methods
Gunther6070
2025-02-23
Created UserDAO and file as well as user class
Gunther6070
2025-02-16
Make search case-insensitive
sowgro
2025-02-16
it runs!!!
sowgro
2025-02-16
Implement FileDAO
sowgro
2025-02-16
Organize into sub-packages
sowgro
2025-02-15
Implemented Cupboard file dao class
Gunther6070