summary refs log tree commit diff
path: root/src/api/routes/users/@me/index.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-158/+158
* Prettier u4Rory&2025-12-171-27/+5
* Always trim username updatesRory&2025-12-021-1/+1
* More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-151-2/+1
* Reorganise schemas a little bitRory&2025-10-151-1/+1
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-301-1/+1
* Fix the fixMathMan052025-07-021-1/+1
* Check for old password when setting newMathMan052025-07-021-1/+1
* Update index.tsMathMan052025-03-231-1/+4
* fix minor bugMathMan052025-03-221-1/+1
* Same error message if username too longTomatoCake2024-08-171-2/+2
* Make profile bio max length configurableTomatoCake2024-08-101-3/+15
* fix: check for password only if `username` is present in bodyCyber2024-07-281-8/+8
* fix: return an error on username change with no passwordCyber2024-07-281-1/+10
* Refactor email sending + remove email verification if mail sending is not set upMadeline2023-08-121-2/+0
* clusterfuckPuyodead12023-04-131-1/+1
* oapi: users progressPuyodead12023-04-131-9/+32
* fixing lots of openapi crapPuyodead12023-04-131-10/+10
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
* SPACEBARMadeline2023-03-311-1/+1
* SPACEBARMadeline2023-03-311-1/+1
* Merge pull request from GHSA-r7h4-76f7-6264Madeline2023-02-021-0/+10
* Add ESLint (#941)Madeline2023-01-201-3/+4
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
* PrettierMadeline2023-01-051-1/+1
* Invalidate tokens on password changeChrisChrome2022-12-181-2/+10
* Remove Slowcord demo user restrictionsMadeline2022-12-171-3/+0
* fix bad user validationMadeline2022-10-271-0/+1
* PrettierMadeline2022-09-261-55/+120
* Move schemas to /src/util/schemasMadeline2022-09-261-21/+1
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+105