summary refs log tree commit diff
path: root/src/api/routes/users/@me (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt 1 dev/openapi-improvementsRory&2025-10-1611-13/+13
* More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-152-4/+2
* Reorganise schemas a little bitRory&2025-10-1514-33/+18
* app_id -> application_idRory&2025-10-141-0/+0
* Return defaults for missing {proto-,}settingsRory&2025-10-113-13/+15
* Update more path variablesRory&2025-10-112-10/+10
* Unkown -> unkown (typo fix)Rory&2025-10-041-1/+1
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-3034-34/+34
* Clean up unused importsRory&2025-09-301-1/+1
* Add endpoint implementationsRory&2025-09-292-0/+95
* Do settings versioningRory&2025-09-292-0/+10
* Oops, actually send the events to a user...Rory&2025-09-292-0/+2
* Emit USER_SETTINGS_PROTO_UPDATERory&2025-09-292-0/+36
* Merge in json representation of settings protosRory&2025-09-292-8/+38
* Setting protos supportRory&2025-09-292-0/+374
* fix stupid bugMathMan052025-09-291-0/+2
* 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
* Send 204 statusTomatoCake2024-08-151-4/+4
* 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
* Fix connection class importsPuyodead12023-08-061-1/+1
* clusterfuckPuyodead12023-04-135-5/+5
* oapi: finish usersPuyodead12023-04-135-23/+86
* oapi: users progressPuyodead12023-04-1310-249/+484
* fixing lots of openapi crapPuyodead12023-04-1311-51/+51
* License informationMadeline2023-04-022-0/+36
* Update connection metadata visibilityMadeline2023-04-021-1/+4
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-0230-105/+105
|\
| * Remove ALL fosscord mentionsMadeline2023-03-3128-44/+44
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-3/+3
| * Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-3/+3
| |\
| | * fix: use entity.save() instead of insert (needed for caching)Samuel2023-03-181-3/+3
| * | SPACEBARMadeline2023-03-3128-28/+28
| * | SPACEBARMadeline2023-03-3128-28/+28
| |/
* | Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-5/+7
* | use connection revoked errorPuyodead12023-03-181-2/+1
* | Add Twitch, error handling, revokation changes, etcPuyodead12023-03-182-12/+17
* | Fix connection update visibilty dying when given booleanMadeline2023-03-181-1/+7
* | Update todo in access-token routePuyodead12023-03-181-1/+1
* | Refreshable connections, refactoring, access-token endpointPuyodead12023-03-182-1/+85
* | Delete connectionsMadeline2023-03-181-1/+24
* | Don't use mergeDeepMadeline2023-03-181-6/+2
* | implement PATCH connectionPuyodead12023-03-182-0/+51
* | add connectionsPuyodead12023-03-181-3/+21
|/
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-161-1/+1
* various fixes for webauthn (#973)Puyodead12023-02-032-2/+11
* Merge pull request from GHSA-hqqp-gpqw-9w5cMadeline2023-02-021-2/+2
* Merge pull request from GHSA-r7h4-76f7-6264Madeline2023-02-021-0/+10
* Implement WebAuthn (#967)Puyodead12023-01-302-0/+231
* Add ESLint (#941)Madeline2023-01-209-15/+20
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-1826-0/+468
* PrettierMadeline2023-01-053-4/+3
* Move UserSettings to own entityTheArcaneBrony2022-12-191-4/+6
* Invalidate tokens on password changeChrisChrome2022-12-181-2/+10
* Remove Slowcord demo user restrictionsMadeline2022-12-172-6/+0
* Fix user settings not saving properly and guild foldersMadeline2022-10-281-4/+5
* fix bad user validationMadeline2022-10-271-0/+1
* Fix user guild settingsMadeline2022-09-281-13/+7
* Missed some schemasMadeline2022-09-281-2/+0
* PrettierMadeline2022-09-2614-290/+544
* Move schemas to /src/util/schemasMadeline2022-09-267-62/+6
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2526-0/+930