summaryrefslogtreecommitdiff
path: root/internal/db/bundb/instance.go
AgeCommit message (Expand)AuthorFiles
2023-11-27[bugfix] Don't copy ptr fields in caches (#2386)Libravatar tobi1
2023-08-19[feature] Instance rules (#2125)Libravatar f0x521
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi1
2023-07-05[chore/performance] Remove remaining 'whereEmptyOrNull' funcs (#1946)Libravatar tobi1
2023-03-19[feature] Email notifications for new / closed moderation reports (#1628)Libravatar tobi1
2023-03-14[feature] Allow admins to send test emails (#1620)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-04-18[bugfix] Fix infinite domain block database loop (#467)Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1
2021-08-29Mention fixup (#167)Libravatar tobi1
2021-08-26some more little fixes for all to enjoy (#161)Libravatar tobi1
2021-08-26fix public timeline bug (#150)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1