summary refs log tree commit diff
path: root/src/api/routes/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2012-24/+27
| | | | | | | * 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-1830-1/+540
| | | | | | | | | * 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
* Add /users/:id/delete (#926)Erkin Alp Güney2023-01-141-0/+39
|
* PrettierMadeline2023-01-054-78/+92
|
* Profile themes and pronounsMadeline2022-12-311-2/+8
|
* fix user profile not displaying correctlyPuyodead12022-12-191-2/+9
|
* implement guild profiles and fix user profilesPuyodead12022-12-191-31/+66
|
* 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-2616-402/+697
|
* Move schemas to /src/util/schemasMadeline2022-09-267-62/+6
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2529-0/+1075