summary refs log tree commit diff
path: root/src/api/routes/users/@me/mfa/webauthn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-212-2/+2
|
* Signify some imports more explicitlyRory&2026-06-162-2/+2
|
* Move entities to databaseRory&2026-06-122-3/+5
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-121-1/+1
|
* eslint: arrow-body-style=as-neededRory&2026-04-191-7/+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-191-1/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-172-123/+123
|
* Prettier u4Rory&2025-12-171-61/+17
|
* Prettier 3Rory&2025-12-171-2/+1
|
* Reorganise schemas a little bitRory&2025-10-151-3/+1
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-302-2/+2
|
* oapi: finish usersPuyodead12023-04-132-13/+33
|
* fixing lots of openapi crapPuyodead12023-04-131-1/+1
|
* Remove ALL fosscord mentionsMadeline2023-03-312-4/+4
|
* SPACEBARMadeline2023-03-312-2/+2
|
* SPACEBARMadeline2023-03-312-2/+2
|
* 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>