summaryrefslogtreecommitdiff
path: root/internal/db/bundb/bundb.go
AgeCommit message (Expand)AuthorFiles
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi1
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi1
2022-09-02[performance] cache recently allowed/denied domains to cut down on db calls (...Libravatar kim1
2022-08-22[bugfix] Fix loss of account info on export/import, add tests (#759)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-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2022-06-03[feature] Start adding advanced configuration options, starting with `samesit...Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-20[feature] implement custom_emojis endpoint (#563)Libravatar Adelie Paull1
2022-04-18[feature] Add log-db-queries config option (#465)Libravatar tobi1
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi1
2022-03-07[performance] Database optimizations (#419)v0.2.1Libravatar tobi1
2022-01-30[bug] Fix sqlite empty address issue (#370)Libravatar tobi1
2021-12-21[fix] Make postgres connections magically work in common setups (#352)Libravatar embr1
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-11-21tidy up database creation logic a bit (#317)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-09-30Golint (#255)Libravatar tobi1
2021-09-20tweak db settings slightly (#238)Libravatar tobi1
2021-09-11kim is a reply guy (#208)Libravatar tobi1
2021-09-01moving stuff aroundLibravatar tsmethurst1
2021-09-01lil moveLibravatar tsmethurst1
2021-09-01more updatesLibravatar tsmethurst1
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-25Pg to bun (#148)Libravatar tobi1