summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2024-04-13[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)Libravatar tobi9
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi10
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim4
2024-04-08[bugfix] Ensure side effects for local -> local follows get processed (#2820)v0.15.0-rc2Libravatar tobi2
2024-04-02[bugfix] Set the `Host` header within the signing transport (#2799)Libravatar kim1
2024-04-02[feature] Option to hide followers/following (#2788)Libravatar tobi4
2024-03-28[bugfix] Serve correct URI for AP following collection (#2787)Libravatar tobi1
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi4
2024-03-25[bugfix] Avoid empty public/local timeline queries (#2784)Libravatar tobi3
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi8
2024-03-14[bugfix] Don't return 500 when searching for unpermitted status (#2753)Libravatar tobi1
2024-03-13[chore] Expose move endpoint again, small settings panel fixes (#2752)Libravatar tobi1
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi9
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi3
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont8
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim1
2024-02-29[bugfix] unwrap boosts when checking in-reply-to status (#2702)Libravatar kim1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi17
2024-02-20[bugfix] fix possible mutex lockup during streaming code (#2633)Libravatar kim12
2024-02-19[bugfix] Ensure local statuses always get a threadID so they can be muted (#2...Libravatar tobi2
2024-02-19[bugfix] Refactor parse mention, fix local mention bug (#2657)Libravatar tobi6
2024-02-09use pointer for freshness window (#2614)Libravatar tobi11
2024-02-01stop paged endpoints returning null for empty items (#2597)Libravatar kim2
2024-01-31Improve context descendant sorting (#2579)Libravatar Vyr Cossont2
2024-01-29[bugfix] Fix Postgres emoji delete, emoji category change (#2570)Libravatar tobi4
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi1
2024-01-20[bugfix] Prevent URL + URI for same account being used as alias target (#2545)Libravatar tobi2
2024-01-19[bugfix] Ensure domain block side effects skipped if allow in place (blocklis...Libravatar tobi2
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2024-01-17[chore] update viper version (#2539)Libravatar kim1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi6
2024-01-05[feature] Parse instance descriptors as markdown, show T&C on /about (#2481)Libravatar tobi2
2024-01-03[bugfix] fix check for closed poll to account for non-zero closed time but in...Libravatar kim1
2023-12-27[chore] Refactor HTML templates and CSS (#2480)Libravatar tobi1
2023-12-18[feature] request blocking by http headers (#2409)Libravatar kim1
2023-12-16[feature] Push status edit messages into open streams (#2418)Libravatar Sam Lade6
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim9
2023-12-10[bugfix] Narrow search scope for accounts starting with '@'; don't LOWER SQLi...Libravatar tobi2
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi1
2023-12-08[bugfix] Fix wrong notification type sent for poll end (#2429)Libravatar tobi1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi6
2023-12-01[bugfix] in fedi API CreateStatus(), handle case of data-race and return earl...Libravatar kim1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim3
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim1
2023-11-27[feature] Add `/api/v1/admin/debug/apurl` endpoint (#2359)Libravatar tobi1
2023-11-27[bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384)Libravatar tobi1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim4
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim6
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi3
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi7