summaryrefslogtreecommitdiff
path: root/internal/cache/account.go
AgeCommit message (Expand)AuthorFiles
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
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-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-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi1
2022-09-02[performance] cache account db lookups by public key URI (#795)Libravatar kim1
2022-08-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
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 tobi1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
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 tobi1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi1
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim1