summaryrefslogtreecommitdiff
path: root/internal/db/bundb/admin.go
AgeCommit message (Expand)AuthorFiles
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi1
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim1
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-23[chore] Admin CLI + new account creation refactoring (#2008)Libravatar tobi1
2023-07-05[chore/performance] Remove remaining 'whereEmptyOrNull' funcs (#1946)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim1
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß1
2022-12-02[bugfix] Fix `admin account confirm` on pre-confirmed account setting email a...Libravatar tobi1
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-10-03[performance] add user cache and database (#879)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-01-31[bug] Fix OIDC users requiring second approval (#371)Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-11-17Fix instance account not being created (#310)Libravatar tobi1
2021-10-31smtp + email confirmation (#285)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-09-13set default privacy for new accounts (#225)Libravatar tobi1
2021-09-01change muchos thingsLibravatar tsmethurst1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1
2021-08-26oops (#157)Libravatar tobi1
2021-08-26fix error with instance not created on startup (#156)Libravatar tobi1
2021-08-26fix public timeline bug (#150)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1