summaryrefslogtreecommitdiff
path: root/testrig
AgeCommit message (Expand)AuthorFiles
2024-06-11[bugfix] Deref stats async, serve stub collections if handshaking (#2990)v0.16.0-rc2Libravatar tobi1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont2
2024-05-31[feature] Implement Filter API v2 (#2936)Libravatar Vyr Cossont1
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via build-...Libravatar kim2
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2024-05-05[feature] Add HTTP header permission section to frontend (#2893)Libravatar tobi1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim3
2024-04-26[chore] Update setting testrig loglevel (#2870)Libravatar Daenney1
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi3
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim1
2024-04-04[chore] Log less output on failed test (#2804)Libravatar Daenney1
2024-04-02[bugfix] httpclient not signing subsequent redirect requests (#2798)Libravatar kim1
2024-04-02[feature] Option to hide followers/following (#2788)Libravatar tobi1
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi2
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont2
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim1
2024-03-01[docs] Use human sizes for size limitations (#2706)Libravatar Daenney1
2024-02-27[feature/oidc] Add support for very basic RBAC (#2642)Libravatar 9p41
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi3
2024-02-23[chore] Increase default max image description to 1500 chars, collapse cw cha...Libravatar tobi1
2024-02-14[bugfix] add stricter checks during all stages of dereferencing remote AS obj...Libravatar kim1
2024-02-06[feature] serdes for moved/also_known_as (#2600)Libravatar tobi1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2024-01-16[feature] Account alias / move API + db models (#2518)Libravatar tobi1
2024-01-05[feature] Parse instance descriptors as markdown, show T&C on /about (#2481)Libravatar tobi1
2023-12-27[chore] Refactor HTML templates and CSS (#2480)Libravatar tobi2
2023-12-10[bugfix] Ensure `pre` renders as expected, fix orderedCollectionPage (#2434)Libravatar tobi1
2023-12-09[bugfix] Fix web media not showing as sensitive (#2433)Libravatar tobi1
2023-11-22[feature] Poll web view (#2377)Libravatar tobi1
2023-11-20[feature] Initial Prometheus metrics implementation (#2334)Libravatar Tsuribori1
2023-11-20[bugfix] self-referencing collection pages for status replies (#2364)Libravatar kim1
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi3
2023-11-13[feature/performance] Wrap incoming HTTP requests in timeout handler (#2353)Libravatar tobi1
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi3
2023-11-10[chore/bugfix/horror] Allow `expires_in` and poll choices to be parsed from s...Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim2
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim2
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi2
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi2
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim2
2023-10-21[bugfix/frontend] fix typo and other oddness in patchRemoteEmojis (#2281)v0.12.0Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim5
2023-09-21[feature] Implement explicit domain allows + allowlist federation mode (#2200)Libravatar tobi1
2023-09-12[feature] add paging to account follows, followers and follow requests endpoi...Libravatar kim1
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi1
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi1
2023-08-21[feature] Make log format configurable (#2130)Libravatar Daenney2
2023-08-19[feature] Instance rules (#2125)Libravatar f0x522