summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2024-03-15[chore] Swagger: correct names and formats for several array params (#2758)Libravatar Vyr Cossont3
2024-03-14[docs] Add database maintenance section; update info message on ANALYZE run (...Libravatar tobi1
2024-03-14[bugfix] Don't return 500 when searching for unpermitted status (#2753)Libravatar tobi1
2024-03-14[bugfix] only check replyTo visibility during permission checks IF status is ...Libravatar kim1
2024-03-13[chore] Expose move endpoint again, small settings panel fixes (#2752)Libravatar tobi3
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi57
2024-03-13[bugfix]: Add missing Link headers in Swagger spec (#2751)Libravatar Vyr Cossont5
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi15
2024-03-11[chore] Update usage of OTEL libraries (#2725)Libravatar Daenney2
2024-03-10[bugfix] Fix whitespace move_id issue (#2742)Libravatar tobi2
2024-03-10[bugfix] Don't error when populating MovedTo if account not found (#2741)Libravatar tobi2
2024-03-07[bugfix] add workaround for Xsqlite_interrupt() permanently breaking connecti...Libravatar kim1
2024-03-07[docs/chore] Swagger fixes for filters (#2730)Libravatar Vyr Cossont3
2024-03-06[chore] Fix a Swagger warning that only manifests during Go client code gener...Libravatar Vyr Cossont1
2024-03-06[bugfix] Fix Swagger spec and add test script (#2698)Libravatar Vyr Cossont34
2024-03-06[chore/bugfix] Little DB fixes (#2726)Libravatar tobi2
2024-03-06[feature/chore] Add Move database functions + cache (#2647)Libravatar tobi16
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont44
2024-03-04[chore]: Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2714)v0.14.0Libravatar dependabot[bot]1
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim7
2024-03-04[bugfix] Sanitize incoming PropertyValue fields (#2722)v0.14.0-rc3Libravatar tobi3
2024-03-04[bugfix/tracing] fix broken tracing due to conflicting schema url (#2712)Libravatar Milas Bowman1
2024-03-03[bugfix] update postgresqlstmt to correctly use postgres err hook (#2711)Libravatar kim1
2024-02-29[bugfix] unwrap boosts when checking in-reply-to status (#2702)Libravatar kim2
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