summaryrefslogtreecommitdiff
path: root/web/source/settings/views/user/migration.tsx
AgeCommit message (Collapse)AuthorFiles
2025-04-07[feature] add TOTP two-factor authentication (2FA) (#3960)Libravatar tobi1
* [feature] add TOTP two-factor authentication (2FA) * use byteutil.S2B to avoid allocations when comparing + generating password hashes * don't bother with string conversion for consts * use io.ReadFull * use MustGenerateSecret for backup codes * rename util functions
2025-03-17[feature] Application creation + management via API + settings panel (#3906)Libravatar tobi1
* [feature] Application creation + management via API + settings panel * fix docs links * add errnorows test * use known application as shorter * add comment about side effects
2024-07-24[docs] Add separate migration section + instructions for moving to GtS and ↵Libravatar tobi1
not just away (#3139) * [docs] Add separate migration section + instructions for moving to GtS and not just away * update headings
2024-07-08[frontend] Better autocapitalize/spellcheck settings on forms (#3077)Libravatar tobi1
2024-04-24[chore] Refactor settings panel routing (and other fixes) (#2864)Libravatar tobi1