summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2025-11-17[performance] remove hard reliance on .Cached field to indicate whether media...Libravatar kim2
2025-11-17[bugfix] more RSS validation issues (#4517)Libravatar kim16
2025-11-17[bugfix] Fix invalid period parameter when generating the TOTP URL (#4536)Libravatar TwizzyDizzy1
2025-11-17[performance] reduce account stats database calls (#4496)Libravatar kim3
2025-11-17[performance] handle emoji refreshes asynchronously when fetched as part of a...Libravatar kim2
2025-10-17[chore] Rationalize HTTP return codes for fedi endpoints, other tidying up (#...Libravatar tobi8
2025-09-18[feature] add paging support to rss feed endpoint, and support JSON / atom fe...Libravatar kim3
2025-09-15[bugfix] API status edit history returned in inverse order (#4432)Libravatar kim1
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi15
2025-09-11[bugfix] set link header lo,hi values directly from returned slice, don't acc...Libravatar kim1
2025-09-07[bugfix] check for nil notification (#4417)Libravatar kim1
2025-08-14[bugfix] insert filter keywords/statuses into DB when creating new filters (#...Libravatar nicole mikołajczyk1
2025-08-13[feature] 2fa management via CLI (#4368)Libravatar kim1
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk9
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 kim7
2025-07-14[bugfix] use correct interaction type for pre-accepted interaction requests (...Libravatar nicole mikołajczyk3
2025-07-09[feature] Use `hidesToPublicFromUnauthedWeb` and `hidesCcPublicFromUnauthedWe...Libravatar tobi2
2025-07-06[chore] update error message (#4311)Libravatar nicole mikołajczyk1
2025-07-04[chore] move status filtering from type converter (#4306)Libravatar kim28
2025-07-01[performance] add statusfilter cache to cache calculated status filtering res...Libravatar kim28
2025-06-24[performance] filter model and database table improvements (#4277)Libravatar kim40
2025-06-20[bugfix] Queue implicit accepts *before* other side effects (#4282)Libravatar tobi3
2025-06-19[bugfix] delete interaction requests when deleting account (#4278)Libravatar nicole mikołajczyk1
2025-06-15[feature] Handle retractions of domain permission subscription entries (#4261)Libravatar tobi2
2025-06-13[bugfix] Fix nil ptr dereffing instance acct outbox (#4267)Libravatar tobi1
2025-06-11[bugfix] process account delete synchronously to prevent OOM (#4260)Libravatar kim6
2025-06-09[bugfix] return 422 for invalid status visibility (#4252)Libravatar nicole mikołajczyk2
2025-06-02[feature] /api/v1/follow_requests/outgoing (#4224)Libravatar nicole mikołajczyk1
2025-05-31[performance] cache mute check results (#4202)Libravatar kim35
2025-05-26[chore] migration to update `statuses.thread_id` to be notnull (#4160)Libravatar kim1
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney44
2025-05-20[feature] Allow exposing allows, implement `/api/v1/domain_blocks` and `/api/...Libravatar tobi1
2025-05-15[chore] various federatingdb tweaks (#4178)Libravatar kim1
2025-05-13[chore] Deprecate `with_approval`, `always` (client API), `approvalRequired`,...Libravatar tobi4
2025-05-11[feature] Notify accounts when a status they've interacted with has been edit...Libravatar tobi5
2025-05-06[feature] support nested configuration files, and setting ALL configuration v...Libravatar kim1
2025-05-06[bugfix] fix statuses not being notified (#4143)Libravatar tobi1
2025-05-05[bugfix] Prevent multiple mentions being created for one mention (#4127)Libravatar tobi2
2025-05-04[bugfix] Fix no notification if mention edited into status (#4102)Libravatar tobi5
2025-05-03[bugfix] Ensure Account and TargetAccount set when doing UndoFollow (#4118)Libravatar tobi1
2025-05-02[bugfix/chore] Invalidate prepared statuses when account representation chang...Libravatar tobi3
2025-04-27[chore] Rewrite all remaining Github linksLibravatar Daenney1
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney227
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim20
2025-04-25[chore] Move deps to code.superseriousbusiness.org (#4054)Libravatar tobi5
2025-04-22[bugfix] Use util.IsNil for checking DomainPermission (#4040)Libravatar tobi1
2025-04-14ensure 'none' gets included in serializable visibilities (#4007)Libravatar kim1
2025-04-11[bugfix] Fix setting bot on/off (#3986)Libravatar tobi2
2025-04-10[feature] Implement /oauth/revoke for token revocation (#3983)Libravatar tobi1