summaryrefslogtreecommitdiff
path: root/internal/processing/common
AgeCommit message (Expand)AuthorFiles
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim1
2024-10-04[bugfix] Don't try to add nil filtered statuses to context (#3388)Libravatar tobi1
2024-09-27[bugfix] fix media limit reader check (#3363)Libravatar kim1
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 kim1
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi3
2024-07-21[bugfix] update common get target account / status doing refresh async (#3124)Libravatar kim2
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim2
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-02-09use pointer for freshness window (#2614)Libravatar tobi2
2024-02-01stop paged endpoints returning null for empty items (#2597)Libravatar kim1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim2
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim3