summary refs log tree commit diff
path: root/src/api/routes/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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