summaryrefslogtreecommitdiff
path: root/internal/cache
AgeCommit message (Expand)AuthorFiles
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney6
2023-03-08[feature] Discover webfinger through host-meta (#1588)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-03fix cache startup (#1414)Libravatar kim1
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 tobi6
2022-12-16update go-cache to v3.2.0 with support for ignoring errors (#1273)Libravatar kim1
2022-12-14[feature] domain block wildcarding (#1178)Libravatar kim3
2022-12-11[feature] support configuring database caches (#1246)Libravatar kim1
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim4
2022-11-15[chore] update database caching library (#1040)Libravatar kim9
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi1
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi1
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi1
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-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi1
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi1
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi1
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)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-09-02[performance] cache account db lookups by public key URI (#795)Libravatar kim3
2022-08-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi2
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi4
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi1
2022-07-18[feature] Implement `cache-control` and etags for static assets (#711)Libravatar tobi4
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim6
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim1
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi2
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi4
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi2
2021-09-30Golint (#255)Libravatar tobi1
2021-09-09Import export (#194)Libravatar tobi1
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim4
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim2
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-08-20Database updates (#144)Libravatar tobi4
2021-05-08Ap (#14)Libravatar Tobi Smethurst1
2021-04-01Api/v1/accounts (#8)Libravatar Tobi Smethurst1
2021-03-11start adding mastodon api typesLibravatar tsmethurst1
2021-03-09moving stuff around, stubbing interfacesLibravatar tsmethurst1
2021-03-02start implementing db interfaceLibravatar tsmethurst1