summary refs log tree commit diff
path: root/api/src/routes/users/@me (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2526-926/+0
* Add discrim verify in PATCH /users/@meMadeline2022-09-251-0/+8
* Mostly working user guild settingsMadeline2022-09-251-3/+14
* fix my shitMadeline2022-09-211-2/+2
* Member settings routeMadeline2022-09-211-0/+28
* Send user settings on PATCH users/@me/settingsMadeline2022-09-081-1/+1
* Apply Iratu's patch for relationshipsMadeline2022-09-021-1/+1
* Fix /users/@me/settings get and migrarionMadeline2022-08-211-3/+3
* fosscord-server/pulls/858Madeline2022-08-211-0/+8
* Merge branch 'feat/notesTable' into slowcordMadeline2022-07-231-10/+14
|\
| * Delete Note if no contentMadeline2022-07-231-10/+14
* | Merge branch 'feat/notesTable' into slowcordMadeline2022-07-231-11/+28
|\|
| * Moved user notes into separate tableMadeline2022-07-231-11/+28
* | Prevent demo user from enabling 2FAMadeline2022-07-201-1/+3
* | Merge branch 'feat/latestWebClient' into slowcordMadeline2022-07-201-0/+45
|\ \
| * \ Merge branch '2fa' into feat/latestWebClientMadeline2022-07-204-0/+189
| |\ \
* | \ \ Merge branch '2fa' into slowcordMadeline2022-07-203-0/+144
|\ \ \ \ | | |/ / | |/| |
| * | | 2faMadeline2022-07-203-0/+144
| | |/ | |/|
* | | 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 `rights`...Madeline2022-04-231-2/+1
* | 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-112-13/+38
|\|
| * 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
* | Merge branch 'master' into fix/claim_accountsErkin Alp Güney2022-03-051-2/+2
|\|
| * [Fix] Profile & banner uploadingRealMANI2022-02-201-1/+1
* | Added email sanitisation to /users/@me PATCH. Could previously have email as ...Madeline2022-02-171-1/+8
* | Fixed bug in /users/@me PATCH where username must be present in every request...Madeline2022-02-171-1/+2
|/
* 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