summary refs log tree commit diff
path: root/api/src/routes/users/@me/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-72/+0
|
* Split schemas into files in utilTheArcaneBrony2022-08-131-20/+1
|
* Invalidate tokens on password changeChrisChrome2022-08-101-3/+9
|
* Use deep merge everywhereTheArcaneBrony2022-08-091-2/+4
|
* Bunch of fixes and improvements, everything appears to work nowTheArcaneBrony2022-08-091-4/+2
|
* replace all var with let (reduces warnings)TheArcaneBrony2022-08-091-1/+1
|
* add discriminator to user modify schemaPuyodead12022-07-301-0/+1
|
* Fix not assigning new changes to input fields in users/@meMadeline2022-04-231-1/+1
|
* Fixed ability for user to edit any property of themselves, including ↵Madeline2022-04-231-2/+1
| | | | `rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/
* Check usernameRealMANI2022-03-061-6/+8
|
* [Fix] Changing bio and accent colorRealMANI2022-03-061-1/+1
|
* [Fix] Profile & banner uploadingRealMANI2022-02-201-1/+1
| | | Related to this issue https://github.com/fosscord/fosscord-server/pull/639#issuecomment-1046140968
* [Fix] Invisible space username (#639)RealMANI2022-02-161-0/+7
| | | You can send only spaces to the server and have a invisible username, this way you can remove the spaces and check and if it wasn't null after you know it's not just spaces
* :bug: fix claim accountFlam3rboy2021-10-091-4/+12
|
* :bug: fix password changingFlam3rboy2021-10-091-4/+22
|
* Merge branch 'master' into unittestsFlam3rboy2021-09-201-2/+1
|\
| * :truck: move handleFile to cdnFlam3rboy2021-09-191-2/+1
| |
* | :pencil: add default route description to all routesFlam3rboy2021-09-181-1/+1
|/
* :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-171-1/+1
|
* Update index.tsFlam3rboy2021-09-131-1/+1
|
* Emit USER_UPDATE, fix #214AlTech982021-09-131-4/+12
|
* :sparkles: #307 doneFlam3rboy2021-09-121-4/+21
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-2/+2
|
* :bug: fix entity types and projectionFlam3rboy2021-09-011-23/+2
|
* :bug: db query fixesFlam3rboy2021-08-311-1/+1
|
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-291-24/+23
|
* :construction: apiFlam3rboy2021-08-241-3/+3
|
* :bug: fix findOneAndUpdateFlam3rboy2021-08-181-1/+1
|
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-131-1/+1
|
* :sparkles: apiFlam3rboy2021-08-121-0/+48