summaryrefslogtreecommitdiff
path: root/internal/processing/user
AgeCommit message (Expand)AuthorFiles
2025-11-17[bugfix] Fix invalid period parameter when generating the TOTP URL (#4536)Libravatar TwizzyDizzy1
2025-08-13[feature] 2fa management via CLI (#4368)Libravatar kim1
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney3
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney10
2025-04-25[chore] Move deps to code.superseriousbusiness.org (#4054)Libravatar tobi1
2025-04-07[feature] add TOTP two-factor authentication (2FA) (#3960)Libravatar tobi4
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-03-02[chore] migrate oauth2 -> codeberg (#3857)Libravatar tobi1
2025-02-10[feature] make account sign-up / backlog limits configurable (#3768)Libravatar tobi1
2025-02-09[bugfix] Fix POST to create account endpoint (#3767)Libravatar tobi3
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi6
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi2
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi2
2023-07-23[chore] Admin CLI + new account creation refactoring (#2008)Libravatar tobi2
2023-04-29[bugfix] add From to email header (#1717)Libravatar Mal Hancock1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney6
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim4
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi5
2023-02-06[bugfix] fix old password hash staying in cache (#1432)Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi6
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi3
2022-10-03[performance] add user cache and database (#879)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi4
2022-08-08[feature] Add first iteration of a user panel at `/user` (#736)Libravatar tobi2
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-09[feature] Include password strength in error message when password strength i...Libravatar Eamonn O'Brien-Strain1
2022-01-31[bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 ...Libravatar Forest Johnson1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi6
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi3
2021-10-31smtp + email confirmation (#285)Libravatar tobi4
2021-10-14User password change (#280)Libravatar tobi4