summaryrefslogtreecommitdiff
path: root/internal/db/bundb/media.go
AgeCommit message (Expand)AuthorFiles
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim1
2024-04-02[chore] bump go structr cache version -> v0.6.0 (#2773)Libravatar kim1
2024-02-07[feature/performance] sqlite pragma optimize on close (#2596)Libravatar kim1
2024-01-31[bugfix] fix possible infinite loops in media / emoji cleanup (#2590)Libravatar kim1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2023-08-31[bugfix] wrap bun.Tx to add our own error processing (#2169)Libravatar kim1
2023-08-21[performance] Tweak media attachment cleanup; replace stale index (#2143)Libravatar tobi1
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim1
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim1
2023-07-05[chore/performance] Remove remaining 'whereEmptyOrNull' funcs (#1946)Libravatar tobi1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi1
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-12-12[feature] allow uncaching of other media types (#1234)Libravatar kim1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi1
2022-03-07[feature] Clean up/uncache remote media (#407)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-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1
2021-08-25Pg to bun (#148)Libravatar tobi1