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