This website requires JavaScript.
Explore
Help
Register
Sign In
will
/
adopt-a-street
Watch
1
Star
0
Fork
0
You've already forked adopt-a-street
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0e4599343e23088b6981d5bf7ab5e37c209054bb
adopt-a-street
/
backend
/
middleware
History
William Valentin
1591f58eec
refactor(models,validators): tighten validation and standardize couchdbService usage\n\n- User: fix bio length check, error messages, and typos (couchdbService calls and bcrypt prefix).\n- UserBadge: use array from find(), return couchdbService results consistently, and call updateDocument/deleteDocument APIs.\n- profileValidator: switch custom URL regex to express-validator isURL with protocol requirement.\n\n
🤖
Generated with [AI Assistant]\n\nCo-Authored-By: AI Assistant <noreply@ai-assistant.com>
2025-11-04 10:56:28 -08:00
..
validators
refactor(models,validators): tighten validation and standardize couchdbService usage\n\n- User: fix bio length check, error messages, and typos (couchdbService calls and bcrypt prefix).\n- UserBadge: use array from find(), return couchdbService results consistently, and call updateDocument/deleteDocument APIs.\n- profileValidator: switch custom URL regex to express-validator isURL with protocol requirement.\n\n
🤖
Generated with [AI Assistant]\n\nCo-Authored-By: AI Assistant <noreply@ai-assistant.com>
2025-11-04 10:56:28 -08:00
auth.js
…
cache.js
feat: implement API response caching with node-cache
2025-11-03 13:25:50 -08:00
errorHandler.js
test: fix 57 backend test failures and improve test infrastructure
2025-11-03 13:05:37 -08:00
pagination.js
…
requestLogger.js
test: fix 57 backend test failures and improve test infrastructure
2025-11-03 13:05:37 -08:00
socketAuth.js
…
upload.js
…