summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2023-10-18[bugfix] add missing "local" param in public timeline link headers (#2277)v0.12.0-rc2Libravatar tobi1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim7
2023-09-29[bugfix] Fix paging for empty items (#2236)Libravatar tobi4
2023-09-29[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233)Libravatar tobi3
2023-09-29[bugfix] Move follow.show_reblogs check further up to avoid showing unwanted ...Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim65
2023-09-21[feature] Implement explicit domain allows + allowlist federation mode (#2200)Libravatar tobi6
2023-09-20[feature] add paging to AP following / followers endpoints (#2198)Libravatar kim1
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim14
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi3
2023-09-07[chore] much improved paging package (#2182)Libravatar kim1
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi9
2023-08-19[feature] Instance rules (#2125)Libravatar f0x523
2023-08-15[chore] ensure worker contexts have request ID (#2120)Libravatar kim2
2023-08-11[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)Libravatar tobi6
2023-08-11[bugfix] Populate followReq before accessing targetaccount pointer (#2099)Libravatar tobi1
2023-08-10[chore] Add test to ensure `show_reblogs` on follow works as expected (#2093)Libravatar tobi1
2023-08-10[performance] remove last of relational queries to instead rely on caches (#2...Libravatar kim2
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi21
2023-08-08[bugfix] don't accept unrelated statuses (#2078)Libravatar kim1
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney5
2023-08-07[feature] Allow full BCP 47 in language inputs (#2067)Libravatar Vyr Cossont4
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim4
2023-08-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-08-02[bugfix] Allow instance accounts to be shown in search results in certain cir...Libravatar tobi4
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi3
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim2
2023-07-29[feature] Implement markers API (#1989)Libravatar Vyr Cossont4
2023-07-27[feature] Support setting private notes on accounts (#1982)Libravatar Vyr Cossont1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim4
2023-07-23[chore] Admin CLI + new account creation refactoring (#2008)Libravatar tobi3
2023-07-21[bugfix] Return all accounts when list accounts limit <= 0 (#2014)v0.10.0Libravatar tobi1
2023-07-18[bugfix] more robust list timeline invalidation (#1995)v0.10.0-rc3Libravatar kim10
2023-07-12[bugfix] Update account `Update` logic (#1984)Libravatar tobi1
2023-07-10[bugfix] Tidy up rss feed serving; don't error on empty feed (#1970)Libravatar tobi2
2023-07-08[bugfix] Fix delete follow req instead of follow (#1962)Libravatar tobi1
2023-07-08[bugfix] Delete mutual follow (requests) when receiving block from remote (#1...Libravatar tobi1
2023-07-07[bugfix] Reorder web view logic, other small fixes (#1954)Libravatar tobi4
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi2
2023-06-24[bugfix] Ensure `InReplyToID` set properly, update dereference ancestors func...Libravatar tobi1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim5
2023-06-21[feature] Add partial text search for accounts + statuses (#1836)Libravatar tobi7
2023-06-11[bugfix] Invalidate timeline entries for status when stats change (#1879)Libravatar tobi6
2023-06-10[bugfix] Delete from list timeline on status deletion (#1878)Libravatar tobi1
2023-06-04[chore] tidy + test timelines a bit better (#1865)Libravatar tobi2
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi2
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim13
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi28
2023-05-22[chore] update account statuses paging logic (#1814)Libravatar tobi1