summaryrefslogtreecommitdiff
path: root/internal/config
AgeCommit message (Expand)AuthorFiles
2023-09-21[feature] Implement explicit domain allows + allowlist federation mode (#2200)Libravatar tobi6
2023-09-07[feature] Support OTLP HTTP, drop Jaeger (#2184)Libravatar Daenney2
2023-08-23[feature] list commands for both attachment and emojis (#2121)Libravatar rdelaage3
2023-08-23[feature] Add rate limit exceptions option, use ISO8601 for rate limit reset ...Libravatar tobi4
2023-08-21[feature] Make log format configurable (#2130)Libravatar Daenney4
2023-08-20[feature/bugfix] Probe S3 storage for CSP uri, add config flag for extra URIs...Libravatar tobi4
2023-08-14[bugfix] fix inconsistent calculated cache sizes (#2115)v0.11.0Libravatar kim1
2023-08-10[performance] remove last of relational queries to instead rely on caches (#2...Libravatar kim3
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim3
2023-08-03[feature] simpler cache size configuration (#2051)Libravatar kim3
2023-08-01[feature] Allow users to skip http client tls verification for testing purpos...Libravatar tobi4
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi3
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim3
2023-07-29[feature] Implement markers API (#1989)Libravatar Vyr Cossont3
2023-07-27[feature] Support setting private notes on accounts (#1982)Libravatar Vyr Cossont3
2023-07-21[feature] Report Masto version in /api/v1/instance (#1977)Libravatar Daenney2
2023-07-21[feature] Lower remote media cache config duration (#2007)Libravatar Daenney1
2023-07-12[bugfix] Align default values in the configuration file with the code (#1971)Libravatar firescry1
2023-07-10[feature] Use Read/Write lock for config (#1969)Libravatar Daenney3
2023-07-07[feature] enable + document explicit IP dialer allowing/denying (#1950)v0.10.0-rc1Libravatar tobi6
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi3
2023-05-25[feature] Configurable custom css length (#1827)Libravatar tobi3
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi3
2023-05-21[feature] Make client IP logging configurable (#1799)Libravatar Daenney3
2023-05-09feat: initial tracing support (#1623)Libravatar Dominik Süß3
2023-05-08[chore/performance] Make sender multiplier configurable (#1750)Libravatar tobi4
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim3
2023-03-19[feature] Email notifications for new / closed moderation reports (#1628)Libravatar tobi4
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney9
2023-03-08[feature] Discover webfinger through host-meta (#1588)Libravatar Daenney3
2023-03-04[feature] Allow loading TLS certs from disk (#1586)Libravatar Daenney5
2023-03-03[performance] cache media attachments (#1525)Libravatar kim3
2023-02-25[feature] Make OIDC admin groups configurable (#1555)Libravatar Daenney2
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney6
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 kim3
2023-01-26[chore] set max open / idle conns + conn max lifetime for both postgres and s...Libravatar tobi4
2023-01-25[feature] Public list of suspended domains (#1362)Libravatar f0x524
2023-01-18[chore] Change default sqlite busy timeout to 5m (#1352)Libravatar tobi1
2023-01-17[feature] Tune sqlite pragmas (#1349)Libravatar tobi4
2023-01-10[feature] Implement Report database model and utility functions (#1310)Libravatar tobi3
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi10
2023-01-04[feature] HTTP request throttling middleware (#1297)Libravatar tobi4
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi1
2022-12-16[chore] fix some little config whoopsies (#1272)Libravatar tobi1
2022-12-11[feature] support configuring database caches (#1246)Libravatar kim7
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß3
2022-11-25[feature] Add `admin media prune orphaned` CLI command (#1146)Libravatar tobi3
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