summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFiles
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi1
2023-02-10[performance] remove throttling timers (#1466)Libravatar kim1
2023-01-26[chore] set max open / idle conns + conn max lifetime for both postgres and s...Libravatar tobi1
2023-01-25[feature] Public list of suspended domains (#1362)Libravatar f0x521
2023-01-17[feature] Tune sqlite pragmas (#1349)Libravatar tobi1
2023-01-10[feature] Implement Report database model and utility functions (#1310)Libravatar tobi1
2023-01-04[feature] HTTP request throttling middleware (#1297)Libravatar tobi1
2022-12-11[feature] support configuring database caches (#1246)Libravatar kim1
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß1
2022-11-25[feature] Add `admin media prune orphaned` CLI command (#1146)Libravatar tobi1
2022-11-15[chore] refactor test/cliparsing.sh into a go test below internal/config (#1036)Libravatar Mara Sophie Grosch5
2022-11-14[feature] add instance-expose-public-timeline flag (#1039)Libravatar Rob Sargant2
2022-11-11[feature] S3: add config flag to proxy S3 media (#1014)Libravatar Mara Sophie Grosch2
2022-11-06[feature] Make rate limit requests amount configurable (#966)Libravatar tobi2
2022-11-03[feature] Allow user to show instead of landing page on / (#922)Libravatar Mia Heidenstedt2
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-09-29[chore] Add ipv6 localhost to trusted proxies by default (#868)Libravatar tobi2
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi2
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi2
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi2
2022-07-20[chore] Update image/video size defaults to mastodon's (#723)Libravatar tobi3
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß2
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi2
2022-06-08[bugfix] #621: add weak type handing to mapstructure decode (#625)Libravatar kim1
2022-06-03[feature] Start adding advanced configuration options, starting with `samesit...Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-04-18[feature] Add log-db-queries config option (#465)Libravatar tobi2
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi1
2022-01-30[feature] Make Let's Encrypt integration an opt-in feature (#368)Libravatar tobi1
2021-12-21[fix] Make postgres connections magically work in common setups (#352)Libravatar embr1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi3
2021-12-12Add optional syslog logrus hook (#343)Libravatar tobi2
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi4