summary refs log tree commit diff
path: root/src/api/routes/users/@me (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prettier u15 github/dev/emma-wip dev/emma-wipRory&2025-12-172-4/+2
|
* Use getter for EnvConfigRory&2025-12-172-2/+2
|
* Use EnvConfig for proto settings logging, unify settingRory&2025-12-172-252/+252
|
* 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
| | | this should actually be what's intended
* Check for old password when setting newMathMan052025-07-021-1/+1
| | | Checks for password
* 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
| | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
| * 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 api_endpointPublic instead of cdn_endpointPublic
* | 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
| | | | | | | | | | | | | | | | - Aded /users/@me/connections/:connection_name/:connection_id/access-token - Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens - Made a common interface for connection things like ComonOAuthTokenResponse - Added `RefreshableConnection` class - Added token refresh to Spotify connection (disabled)
* | 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
| | | | | * Actually use maxUsername config value. * Change maxUsername default to discord.com default
* Implement WebAuthn (#967)Puyodead12023-01-302-0/+231
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-209-15/+20
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-1826-0/+468
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* 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