summary refs log tree commit diff
path: root/src/api/routes/auth/mfa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-222-0/+2
|
* Deprecation: Use object-based relations for typeormRory&2025-12-192-2/+2
|
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-192-2/+2
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-172-97/+97
|
* Prettier 1Rory&2025-12-172-41/+16
|
* Reorganise schemas a little bitRory&2025-10-152-2/+3
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-302-2/+2
|
* fixing lots of openapi crapPuyodead12023-04-132-2/+2
|
* auth routesPuyodead12023-04-132-5/+21
|
* Remove ALL fosscord mentionsMadeline2023-03-312-4/+4
|
* SPACEBARMadeline2023-03-312-2/+2
|
* SPACEBARMadeline2023-03-312-2/+2
|
* fix totp using wrong settings keyPuyodead12023-03-211-1/+1
|
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-162-2/+4
|
* various fixes for webauthn (#973)Puyodead12023-02-031-7/+10
|
* Implement WebAuthn (#967)Puyodead12023-01-301-0/+112
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-201-3/+3
| | | | | | | * 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-181-0/+18
| | | | | | | | | * 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
* PrettierMadeline2022-09-261-35/+38
|
* Move schemas to /src/util/schemasMadeline2022-09-261-8/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+56