summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/action/testrig/testrig.go
AgeCommit message (Expand)AuthorFiles
2024-08-09[bugfix] ensure testrig package only compiled-in when debug enabled (#3185)Libravatar kim1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont1
2024-07-17[feature] Allow users to set default interaction policies per status visibili...Libravatar tobi1
2024-05-30[chore] little startup tweaks (#2941)Libravatar tobi1
2024-05-29[chore] improved startup / shutdown (#2925)Libravatar kim1
2024-05-29[feature] Debug admin endpoint to clear caches (#2940)Libravatar tobi1
2024-05-05[feature] Add HTTP header permission section to frontend (#2893)Libravatar tobi1
2024-04-15[performance] cached oauth database types (#2838)Libravatar kim1
2024-03-25[feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783)Libravatar tobi1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-02-14[bugfix] add stricter checks during all stages of dereferencing remote AS obj...Libravatar kim1
2024-02-14[feature] Add metrics for instance user count, statuses count and federating ...Libravatar Tsuribori1
2024-01-22[feature] Ratelimit + serve emoji images on separate router group (#2548)Libravatar tobi1
2023-11-23[chore/bugfix] Fix double gzip on prometheus endpoint (#2383)Libravatar tobi1
2023-11-20[feature] Initial Prometheus metrics implementation (#2334)Libravatar Tsuribori1
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi1
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-08-20[feature/bugfix] Probe S3 storage for CSP uri, add config flag for extra URIs...Libravatar tobi1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-21[feature] Make client IP logging configurable (#1799)Libravatar Daenney1
2023-05-21[bugfix] Start + stop caches properly for testrig + pruning (#1804)Libravatar tobi1
2023-05-09feat: initial tracing support (#1623)Libravatar Dominik Süß1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-08[chore/bugfix] Serve + throttle publickey separately from rest of ActivityPub...Libravatar tobi1
2023-02-07[bugfix] Use SignatureCheck middleware for web profile endpoints too (#1451)Libravatar tobi1
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi1
2022-12-02[performance]: make s3 urls cacheable (#1194)v0.6.0-rc3Libravatar Dominik Süß1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-09-04[feature] Set default header and avatar for API accounts to GtS ones (#799)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi1
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1