summaryrefslogtreecommitdiff
path: root/internal/processing/account/delete_test.go
AgeCommit message (Collapse)AuthorFiles
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi1
* [feature] User sign-up form and admin notifs * add chosen + filtered languages to migration * remove stray comment * chosen languages schmosen schmanguages * proper error on local account missing
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi1
* [chore] Move local account settings to separate database model * don't use separate settings_id
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
* [feature] Account alias / move API + db models * go fmt * fix little cherry-pick issues * update error checking, formatting * add and use new util functions to simplify alias logic
2023-03-31[bugfix] Fix report serialization errors caused by user delete (#1659)Libravatar tobi1
* [bugfix] Fix report serialization errors caused by user delete * fix tests