summaryrefslogtreecommitdiff
path: root/testrig
AgeCommit message (Expand)AuthorFiles
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim4
2022-11-22[chore] use kv.KVStore also for S3 storage (#1113)Libravatar kim1
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi2
2022-11-11[feature] Read + Write tombstones for deleted Actors (#1005)Libravatar tobi3
2022-11-11[feature] S3: add config flag to proxy S3 media (#1014)Libravatar Mara Sophie Grosch1
2022-11-06[feature] Make rate limit requests amount configurable (#966)Libravatar tobi1
2022-11-05[chore] bump gruf/go-store to v2 (#953)Libravatar tobi1
2022-11-03[feature] Allow user to show instead of landing page on / (#922)Libravatar Mia Heidenstedt1
2022-11-02[frontend] change bundler to skulk (#942)Libravatar f0x521
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi2
2022-09-29[chore] Add ipv6 localhost to trusted proxies by default (#868)Libravatar tobi1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi7
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi2
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi1
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi1
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi3
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi1
2022-09-04[bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments...Libravatar tobi1
2022-09-01[bugfix] Fix occasional federatingdb test fail (#792)Libravatar tobi1
2022-08-31[chore] Test fixes (#788)Libravatar tobi3
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
2022-07-20[chore] Update image/video size defaults to mastodon's (#723)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim3
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim1
2022-07-05[bugfix] Fix footer info fields not wrapping (#694)Libravatar tobi1
2022-07-03[chore] configure instance.Version for testrig (#659)Libravatar f0x521
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß4
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi3
2022-06-19[chore] make tests more cacheable by avoiding time.Now() (#656)Libravatar tobi1
2022-06-14[chore] Duplicated media cleanup (#649)v0.3.5Libravatar tobi2
2022-06-11[chore] Fix testrig emoji bug (#646)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi2
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-06-03[feature] Start adding advanced configuration options, starting with `samesit...Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim4
2022-05-27[chore] Add test for dereferencing Owncast service account (#613)Libravatar tobi1
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi1
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi1
2022-05-16[chore] Timeline test updates (#578)Libravatar tobi1
2022-05-16testrig: override bind address from environment variable (#577)Libravatar f0x521
2022-05-15[feature] Media cleanup endpoint (#560)Libravatar Sashanoraa1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim5
2022-05-13[bugfix] update syslog tests to listen/connect specifically to ipv4 loopback ...Libravatar kim1
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim1
2022-05-02[bugfix] Allow self-boosting for any visibility but direct (#510)Libravatar Adelie Paull1
2022-04-29[chore] Add Federatingactor.Send() tests and log call (#509)Libravatar tobi1
2022-04-29[chore] Inboxes for iri test (#508)Libravatar tobi1