summaryrefslogtreecommitdiff
path: root/internal/db/bundb/status.go
AgeCommit message (Expand)AuthorFiles
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[chore] tidy + update StatusToAPIStatus (#1754)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-20[chore] Refactor account deleting/block logic, tidy up some other processing ...Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim1
2023-03-02[bugfix] add ON CONFLICT statements to status updates (#1580)Libravatar tobi1
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-10[feature] Implement Report database model and utility functions (#1310)Libravatar tobi1
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-11-20[chore] improve errors returned fetching account/statues from DB (#1084)Libravatar kim1
2022-11-18[performance] replace status query relationals with separate calls in order t...Libravatar kim1
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-09-29[bugfix] Fix incorrect use of bun.Ident (#866)Libravatar tobi1
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi1
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi1
2022-04-24[bug] Fix status API / status web API being case sensitive (#481)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-09-09Import export (#194)Libravatar tobi1
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1
2021-08-27fix new tx within tx (#163)Libravatar kim1
2021-08-25Pg to bun (#148)Libravatar tobi1