summary refs log tree commit diff
path: root/src/api/routes/users/@me (follow)
Commit message (Expand)AuthorAgeFilesLines
* eslint: arrow-body-style=as-neededRory&2026-04-193-28/+19
* Fix TOTPRory&2026-04-182-2/+2
* Migrate PresenceUpdateEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate UserUpdateEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate Relationship*Event to satisfies, part of #1577Rory&2026-03-201-8/+8
* Migrate SettingsProto* to satisfies, part of #1577Rory&2026-03-202-4/+4
* Fix some broken importsRory&2026-03-172-2/+2
* Some minor workRory&2026-03-142-6/+8
* Remove unused imports for non-entitiesRory&2026-03-144-4/+4
* Qodana: fix async warningsRory&2026-03-142-3/+4
* Fix guild settings not using .save, nor beign awaitedRory&2026-03-071-1/+1
* Fix user self delete not removing settings protosChrisChrome2026-02-161-1/+8
* Update schemas for profile customisationRory&2026-02-031-1/+25
* fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. th...CyberL12026-02-021-1/+1
* Assert req.params type as solely string (express update)Rory&2026-02-017-13/+13
* Enforce numeric-only discriminators in PATCH /users/@meRory&2026-01-301-0/+10
* Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-222-0/+8
* DM bot FixMathMan052025-12-191-1/+1
* Deprecation: Use object-based relations for typeormRory&2025-12-196-30/+31
* Dont use promises for dummy endpointsRory&2025-12-196-6/+6
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-1912-13/+35
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-183-5/+3
* friend nicknamesMathMan052025-12-171-2/+40
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-1736-1569/+1569
* Prettier u9Rory&2025-12-172-76/+39
* Prettier u4Rory&2025-12-1711-332/+94
* Prettier 8Rory&2025-12-171-6/+2
* Prettier 5Rory&2025-12-172-8/+2
* Prettier 3Rory&2025-12-171-2/+1
* Always trim username updatesRory&2025-12-021-1/+1
* Template billing routesRory&2025-12-022-2/+84
* Merge branch 'master' into dupedEventsCyber2025-12-011-1/+1
|\
| * fix exposeMathMan052025-11-301-1/+1
* | stop with the duped eventsMathMan052025-11-301-21/+1
|/
* don't show invisMathMan052025-11-291-1/+1
* Fix merge issuesMathMan052025-11-292-75/+27
|\
| * make mentions not use the pollyfillsMathMan052025-11-261-74/+26
| * Merge branch 'spacebarchat:master' into removeStupidPoliesMathium052025-11-261-8/+12
| |\
| * \ Merge branch 'spacebarchat:master' into removeStupidPoliesMathium052025-11-261-0/+206
| |\ \
| * | | Delete Object.mapMathMan052025-11-251-8/+5
* | | | status stuffMathMan052025-11-281-9/+28
| |_|/ |/| |
* | | Pagnation and guild scoping for mention inboxRory&2025-11-261-8/+12
| |/ |/|
* | Maybe?Rory&2025-11-261-9/+15
* | Swap around toJSON and withSignedAttachments (oops)Rory&2025-11-261-2/+2
* | Actually include messages in mentions resultRory&2025-11-261-10/+48
* | Mentions inbox: use the right roles prop...Rory&2025-11-261-1/+2
* | Mentions inbox: include channel guild idRory&2025-11-261-1/+1
* | Mention inbox, hopefullyRory&2025-11-261-0/+161
|/
* member count fixesMathMan052025-11-182-9/+4
* fix full user object being exposedMathMan052025-10-301-21/+5
* More env settings to tune down log noiseRory&2025-10-192-8/+10
* Fix relationshipsRory&2025-10-181-16/+7
* Partial usersetting update schemaRory&2025-10-181-4/+5
* 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