summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2024-02-29[chore] Disable the syslog long message over Unix datagram socket test on mac...Libravatar Vyr Cossont2
2024-02-28[chore] re-add `statuses_account_id_id_idx` if removed (#2699)v0.14.0-rc2Libravatar tobi2
2024-02-27[chore] add log line about lengthy reindex migration (#2695)v0.14.0-rc1Libravatar tobi1
2024-02-27[bugfix] Account timeline: exclude self-replies that mention other accounts (...Libravatar Vyr Cossont4
2024-02-27[feature/oidc] Add support for very basic RBAC (#2642)Libravatar 9p44
2024-02-27[feature] Block Amazonbot (#2692)Libravatar Daenney1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi70
2024-02-23[chore] Increase default max image description to 1500 chars, collapse cw cha...Libravatar tobi5
2024-02-23[bugfix] 2643 bug search for account url doesnt always work when redirected (...Libravatar kim17
2024-02-21[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" clas...Libravatar tobi1
2024-02-20[bugfix] fix possible mutex lockup during streaming code (#2633)Libravatar kim14
2024-02-20[feature] Add `requested_by` to relationship model (#2672)Libravatar tobi8
2024-02-20[bugfix] use start + end line in regex when validating emoji via API (#2671)Libravatar tobi3
2024-02-19[bugfix] Use ptr for instance stats entries to avoid skipping 0 values (#2666)Libravatar tobi2
2024-02-19[bugfix] Ensure local statuses always get a threadID so they can be muted (#2...Libravatar tobi2
2024-02-19[feature] Add Mastodon-compatible HTTP signature fallback (#2659)Libravatar Milas Bowman3
2024-02-19[bugfix] Refactor parse mention, fix local mention bug (#2657)Libravatar tobi8
2024-02-18[chore] Comment out silly, frequently-failing `GetStatusTwice` test (#2656)Libravatar tobi1
2024-02-18[bugfix] Fix dereferencing ancestors on new status create (#2652)Libravatar tobi4
2024-02-17[chore] Disable Move API endpoints for now until Move is fully implemented in...Libravatar tobi2
2024-02-17[chore] refactor extractFromCtx a bit (#2646)Libravatar tobi8
2024-02-17[chore] Simplify the User-Agent string (#2645)Libravatar Daenney1
2024-02-14[chore] also allow text/xml in place of application/xml (#2640)Libravatar kim1
2024-02-14[bugfix] add stricter checks during all stages of dereferencing remote AS obj...Libravatar kim13
2024-02-14[feature] Add metrics for instance user count, statuses count and federating ...Libravatar Tsuribori2
2024-02-13remove the execer and queryer conformance requirements (#2636)Libravatar kim1
2024-02-12[performance] temporarily cache account status counts to reduce no. account c...Libravatar kim5
2024-02-09use pointer for freshness window (#2614)Libravatar tobi15
2024-02-09[chore] Move `DoOnce` func wrapper to util (#2613)Libravatar tobi5
2024-02-07[feature/performance] sqlite pragma optimize on close (#2596)Libravatar kim31
2024-02-06[bugfix] Ensure activities sender always = activities actor (#2608)Libravatar tobi6
2024-02-06[feature] serdes for moved/also_known_as (#2600)Libravatar tobi9
2024-02-01stop paged endpoints returning null for empty items (#2597)Libravatar kim2
2024-01-31[feature] Try HTTP signature validation with and without query params for inc...Libravatar tobi6
2024-01-31Improve context descendant sorting (#2579)Libravatar Vyr Cossont2
2024-01-31[bugfix] fix possible infinite loops in media / emoji cleanup (#2590)Libravatar kim7
2024-01-31[bugfix] parent status replied to status not dereferenced sometimes (#2587)Libravatar kim6
2024-01-29[bugfix] Fix Postgres emoji delete, emoji category change (#2570)Libravatar tobi15
2024-01-28[chore] Add a couple tests for updating list entries (#2580)Libravatar tobi2
2024-01-28[bugfix] Fix EmptyJSONObject/EmptyJSONArray (#2576)Libravatar Vyr Cossont1
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi13
2024-01-22[feature] Ratelimit + serve emoji images on separate router group (#2548)Libravatar tobi2
2024-01-22[bugfix] Don't return Internal Server Error when searching for URIs that don'...Libravatar tobi3
2024-01-22[feature] Allow "charset=utf8" in incoming AP POST requests (#2564)Libravatar tobi2
2024-01-21[bugfix] fix array type for also_known_as_uris (#2553)Libravatar tobi1
2024-01-21[chore] Downgrade OTEL libraries to 1.20 (#2546)Libravatar Daenney1
2024-01-20[bugfix] Prevent URL + URI for same account being used as alias target (#2545)Libravatar tobi3
2024-01-19[bugfix] Ensure domain block side effects skipped if allow in place (blocklis...Libravatar tobi2
2024-01-19[chore] Harden up boolptr logic on Accounts, warn if not set (#2544)Libravatar tobi6
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim49