summary refs log tree commit diff
path: root/api/src/routes/users/@me/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-105/+0
|
* Add discrim verify in PATCH /users/@meMadeline2022-09-251-0/+8
|
* Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-101-0/+1
|\
| * Fix username/discrim changingMadeline2022-07-101-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/
* | Merge branch 'fix/claim_accounts' into slowcordMadeline2022-07-081-3/+3
|\ \
| * | Check if email required in PATCH @meMadeline2022-07-081-3/+3
| | |
* | | Merge branch 'fix/claim_accounts' into slowcordMadeline2022-07-071-0/+2
|\| |
| * | Ensure password was given if email is given in PATCH @meMadeline2022-07-071-0/+2
| | |
* | | Somehow the ID of demo user changed. Use email of demo insteadMadeline2022-07-071-4/+4
| | |
* | | Prevent demo user from editing their profileMadeline2022-07-031-0/+3
|/ /
* | Merge branch 'master' into fix/claim_accountsMadeline2022-04-111-8/+8
|\|
| * Check usernameRealMANI2022-03-061-6/+8
| |
| * [Fix] Changing bio and accent colorRealMANI2022-03-061-1/+1
| |
* | Merge branch 'master' into fix/claim_accountsErkin Alp Güney2022-03-051-2/+2
|\|
| * [Fix] Profile & banner uploadingRealMANI2022-02-201-1/+1
| | | | | | Related to this issue https://github.com/fosscord/fosscord-server/pull/639#issuecomment-1046140968
* | Added email sanitisation to /users/@me PATCH. Could previously have email as ↵Madeline2022-02-171-1/+8
| | | | | | | | any string
* | Fixed bug in /users/@me PATCH where username must be present in every ↵Madeline2022-02-171-1/+2
|/ | | | request, breaking account claiming
* [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