summary refs log tree commit diff
path: root/src/api/routes/users/@me/mfa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-216-6/+6
|
* Remove APIBackupCodesArrayRory&2026-07-152-2/+2
|
* Signify some imports more explicitlyRory&2026-06-166-6/+6
|
* Move entities to databaseRory&2026-06-126-11/+17
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-123-3/+3
|
* eslint: arrow-body-style=as-neededRory&2026-04-191-7/+2
|
* Fix TOTPRory&2026-04-182-2/+2
|
* Assert req.params type as solely string (express update)Rory&2026-02-011-1/+1
|
* Deprecation: Use object-based relations for typeormRory&2025-12-191-1/+1
|
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-194-4/+4
|
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-181-1/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-176-295/+295
|
* Prettier u4Rory&2025-12-175-114/+34
|
* Prettier 3Rory&2025-12-171-2/+1
|
* Reorganise schemas a little bitRory&2025-10-155-7/+5
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-306-6/+6
|
* clusterfuckPuyodead12023-04-132-2/+2
|
* oapi: finish usersPuyodead12023-04-134-15/+58
|
* oapi: users progressPuyodead12023-04-132-2/+31
|
* fixing lots of openapi crapPuyodead12023-04-135-19/+19
|
* Remove ALL fosscord mentionsMadeline2023-03-316-12/+12
|
* SPACEBARMadeline2023-03-316-6/+6
|
* SPACEBARMadeline2023-03-316-6/+6
|
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-161-1/+1
|
* various fixes for webauthn (#973)Puyodead12023-02-032-2/+11
|
* 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-204-6/+10
| | | | | | | * 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-184-0/+72
| | | | | | | | | * 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
* Remove Slowcord demo user restrictionsMadeline2022-12-171-3/+0
|
* PrettierMadeline2022-09-264-115/+171
|
* Move schemas to /src/util/schemasMadeline2022-09-264-26/+4
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-254-0/+195