summaryrefslogtreecommitdiff
path: root/internal/cache
AgeCommit message (Expand)AuthorFiles
2025-11-17[performance] reduce account stats database calls (#4496)Libravatar kim1
2025-10-17[performance] cache account IDs in home timeline query not in exclusive lists...Libravatar kim3
2025-10-17[bugfix] repeated posts on timeline endpoints (#4494)Libravatar kim1
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi2
2025-09-11[bugfix] set link header lo,hi values directly from returned slice, don't acc...Libravatar kim1
2025-09-04[bugfix] fix lo paging value not always being set (#4407)Libravatar kim1
2025-08-21[chore] update dependencies (#4386)Libravatar kim2
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk4
2025-07-30[feature] add streaming of statuses and status updates to LOCAL / PUBLIC time...Libravatar kim2
2025-07-29[performance] bump codeberg.org/gruf/go-kv to v2 (#4341)Libravatar kim1
2025-07-01[performance] add statusfilter cache to cache calculated status filtering res...Libravatar kim6
2025-06-24[performance] filter model and database table improvements (#4277)Libravatar kim4
2025-05-31[performance] cache mute check results (#4202)Libravatar kim6
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney1
2025-05-17[bugfix] fix case of failed timeline preload causing lockups (#4182)Libravatar kim3
2025-05-11[feature] Notify accounts when a status they've interacted with has been edit...Libravatar tobi2
2025-05-06[bugfix] ensure timeline limit query is respected (#4141)Libravatar kim2
2025-05-04[bugfix] Fix no notification if mention edited into status (#4102)Libravatar tobi2
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney13
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim8
2025-04-06[chore] Migrate accounts to new table, relax uniqueness constraint of actor `...Libravatar tobi2
2025-03-18[bugfix] Avoid nil ptr if maintenance router can't be started (#3919)Libravatar tobi1
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi1
2025-03-06[bugfix] Store and expose status content type (#3870)Libravatar ewwwin1
2025-03-05[bugfix] Return useful err on `server start` failure (#3879)Libravatar tobi2
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi4
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont4
2025-01-22[performance] reduce InboxForward->Create calls by partially implementing Exi...Libravatar kim1
2025-01-20[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since ...Libravatar tobi1
2025-01-08[chore] replace statuses.updated_at column with statuses.edited_at (#3636)Libravatar kim1
2025-01-05[feature] Create/update/remove domain permission subscriptions (#3623)Libravatar tobi3
2024-12-31[bugfix] more little edit fixes (#3633)Libravatar kim1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim4
2024-11-21[feature] Add domain permission drafts and excludes (#3547)Libravatar tobi3
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer1
2024-09-28[bugfix] visibility after implicit approval not getting invalidated (#3370)Libravatar kim2
2024-09-23[chore] local instance count query caching, improved status context endpoint ...Libravatar kim2
2024-09-16[performance] cache more database calls, reduce required database calls overa...Libravatar kim4
2024-09-16[bugfix] Use better plaintext representation of status for filtering (#3301)Libravatar tobi1
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi3
2024-08-24[feature] Interaction requests client api + settings panel (#3215)Libravatar tobi3
2024-07-29[feature] Implement following hashtags (#3141)Libravatar Vyr Cossont2
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim3
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont5
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi3
2024-06-28[bugfix] Fix typo in instance cache copyF (#3052)Libravatar tobi1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont4
2024-06-06[feature] do not uncache status / emoji media if attached status is bookmarke...Libravatar kim4
2024-05-28[chore/bugfix] Don't cache MovedTo account (#2939)Libravatar tobi1