summary refs log tree commit diff
path: root/api/src/routes/users/@me (follow)
Commit message (Expand)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-1324-775/+0
* Split schemas into files in utilTheArcaneBrony2022-08-137-55/+5
* Push local state...TheArcaneBrony2022-08-131-2/+2
* Invalidate tokens on password changeChrisChrome2022-08-101-3/+9
* Use deep merge everywhereTheArcaneBrony2022-08-092-5/+8
* Bunch of fixes and improvements, everything appears to work nowTheArcaneBrony2022-08-092-9/+7
* Resolve changes undone by rebasing from masterTheArcaneBrony2022-08-095-16/+19
* State update, havent testedTheArcaneBrony2022-08-093-3/+3
* replace all var with let (reduces warnings)TheArcaneBrony2022-08-092-4/+4
* Merge branch 'master' into 2faTheArcaneBrony2022-08-062-11/+33
|\
| * Merge pull request #804 from MaddyUnderStars/feat/notesTableTheArcaneBrony2022-08-061-11/+32
| |\
| | * Delete Note if no contentMadeline2022-07-231-10/+14
| | * Moved user notes into separate tableMadeline2022-07-231-11/+28
| * | add discriminator to user modify schemaPuyodead12022-07-301-0/+1
| |/
* | Add config `security_twoFactor_generateBackupCodes` to control backup code ge...Madeline2022-07-202-6/+9
* | 2faMadeline2022-07-203-0/+144
|/
* 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 `rights`...Madeline2022-04-231-2/+1
* User Notes (#707)Madeline2022-04-051-5/+30
* Temporary notes fixRealMANI2022-03-081-3/+3
* Check usernameRealMANI2022-03-061-6/+8
* [Fix] Changing bio and accent colorRealMANI2022-03-061-1/+1
* [Fix] Profile & banner uploadingRealMANI2022-02-201-1/+1
* Merge pull request #608 from Featyre/masterErkin Alp Güney2022-02-161-1/+7
|\
| * Return none for dev portal + todo for categoriesFeatyre2022-02-021-1/+7
* | [Fix] Invisible space username (#639)RealMANI2022-02-161-0/+7
|/
* prettier formatted /apidevelopomp2021-10-204-11/+15
* :bug: user settingsFlam3rboy2021-10-171-2/+3
* :bug: fix claim accountFlam3rboy2021-10-091-4/+12
* :bug: fix password changingFlam3rboy2021-10-091-4/+22
* :bug: fix user projectionFlam3rboy2021-10-053-3/+7
* :bug: fix client localeFlam3rboy2021-10-051-1/+2
* :sparkles: added autoJoin guild to configFlam3rboy2021-10-051-3/+7
* hotfix for misc routesuurgothat2021-09-303-4/+6
* Add misc routesuurgothat2021-09-306-0/+75
* Merge branch 'master' into unittestsFlam3rboy2021-09-204-38/+35
|\
| * :bug: fix relationshipsFlam3rboy2021-09-201-7/+7
| * Fix one thing, another problem pops upChris Chrome2021-09-201-1/+1
| * Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-193-34/+32
| |\
| | * Merge branch 'fosscord:master' into fix-dmAlTech982021-09-181-0/+11
| | |\
| | | * Update connections.tsFlam3rboy2021-09-181-2/+3
| | | * Add /users/@me/connectionsThe Arcane Brony2021-09-181-0/+10
| | * | Removed ChannelService, more fixesAlTech982021-09-181-2/+2
| | * | Merge branch 'fosscord:master' into fix-dmAlTech982021-09-181-1/+1
| | |\|
| | * | Fix GET /users/@me/channelsAlTech982021-09-171-12/+3
| | * | Implemented DMs and group DMsAlTech982021-09-162-33/+29
| * | | :truck: move handleFile to cdnFlam3rboy2021-09-191-2/+1
| | |/ | |/|
* / | :pencil: add default route description to all routesFlam3rboy2021-09-184-8/+11
|/ /
* / :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
* :bug: fix relationshipFlam3rboy2021-09-131-53/+55
* :bug: fix dm #321Flam3rboy2021-09-131-8/+8
* Merge branch 'typescript-interface-body-parser+autogenerate-unit-tests+docume...Flam3rboy2021-09-1211-96/+131
|\
| * :sparkles: #307 doneFlam3rboy2021-09-1211-91/+128
| * :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-124-8/+6
* | Add dummy missing routesAlTech982021-09-124-1/+31
|/
* Fix relationships get queryAlTech982021-09-091-1/+1
* moved Constants and Errorhandler from api to utilxnacly2021-09-031-1/+1
* :bug: fix member + member listFlam3rboy2021-09-033-4/+4
* :sparkles: add user_id field to MemberFlam3rboy2021-09-023-34/+8
* :bug: fix entity types and projectionFlam3rboy2021-09-011-23/+2
* :sparkles: use DiscordApiErrors and check limitsFlam3rboy2021-09-011-1/+7
* :bug: db query fixesFlam3rboy2021-08-313-8/+8
* :sparkles: channel recipientsFlam3rboy2021-08-311-3/+4
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-297-102/+100
* :construction: apiFlam3rboy2021-08-271-18/+18
* :construction: apiFlam3rboy2021-08-248-69/+66
* :construction: typeormFlam3rboy2021-08-211-1/+2
* :ambulance: user settings routeFlam3rboy2021-08-181-2/+8
* :bug: fix findOneAndUpdateFlam3rboy2021-08-181-1/+1
* :construction: fix server bundleFlam3rboy2021-08-131-0/+10
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-136-16/+18
* :sparkles: apiFlam3rboy2021-08-1211-0/+441