summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2024-05-27[feature/frontend] Let admins send test email to validate SMTP config (#2934)Libravatar tobi1
2024-05-27[chore] Fix report email link (#2932)Libravatar tobi1
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2024-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont15
2024-05-02[bugfix] Lock when checking/creating notifs to avoid race (#2890)Libravatar tobi14
2024-05-01[feature] Page through accounts as moderator (#2881)Libravatar tobi1
2024-04-29[chore] Fix conflict in workers tests (#2880)Libravatar tobi3
2024-04-26[bugfix] Fix error string typo (#2873)Libravatar kim1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim34
2024-04-17[feature] Status source endpoint (#2848)Libravatar tobi1
2024-04-17[feature] Stub status history endpoint (#2847)Libravatar tobi1
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi13
2024-04-15[performance] cached oauth database types (#2838)Libravatar kim1
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