summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)AuthorFiles
2025-11-17[performance] add optional S3 object info caching (#4546)Libravatar kim1
2025-10-17[docs] Document setting `OTEL_EXPORTER_PROMETHEUS_HOST` for Docker (#4498)Libravatar tobi1
2025-09-22[chore] Update config to remove unnecessary square brackets around ipv6 addre...Libravatar tobi1
2025-09-18[chore/docs] Fix Prometheus metric names for Gin, include example Grafana das...v0.20.0-rc1Libravatar tobi3
2025-09-17[chore] remove nollamas middleware for now (after discussions with a security...Libravatar kim1
2025-08-12[feature] scheduled statuses (#4274)Libravatar nicole mikołajczyk1
2025-08-09[feature + performance] add JSON logging format (#4355)Libravatar kim1
2025-06-24[bugfix] update the default configuration to not set a db type or address, to...Libravatar kim1
2025-06-10[feature] configurable maximum thumbnail dimensions (#4258)Libravatar kim1
2025-06-05[chore] blocklist -> allowlist config typo fix (#4242)Libravatar tobi1
2025-06-03[feature] Add config option to expose custom emojis without auth (#4233)Libravatar tobi1
2025-05-31[feature/internal/httpclient] add option to configure outgoing protocol (#4134)Libravatar famfo1
2025-05-26[feature] update proof-of-work to allow setting required rounds (#4186)Libravatar kim1
2025-05-20[feature] Allow exposing allows, implement `/api/v1/domain_blocks` and `/api/...Libravatar tobi1
2025-05-14[chore] Change default database in example config to sqlite, update docs. (#4...Libravatar Phil Hagelberg1
2025-05-14[feature] Configurable max profile fields (#4175)Libravatar Jackson1
2025-05-07[feature] make nollamas difficulty configurable (#4119)Libravatar kim1
2025-05-06[docs] Various little docs updates (#4144)Libravatar tobi1
2025-05-06[feature] Add `description_limit` to `/api/v2/instance`, increase default lim...Libravatar tobi1
2025-05-06[feature] add ability to change s3 bucket lookup type (#4120)Libravatar nopjmp1
2025-05-05[chore] Simplify the OTEL setup (#4110)Libravatar Daenney1
2025-04-29[docs] small changes to the proof-of-work scraper deterrence docs (#4084)Libravatar kim1
2025-04-28[feature] proof of work scraper deterrence (#4043)Libravatar kim1
2025-02-12[feature] Implement backfilling statuses thru scheduled_at (#3685)Libravatar Vyr Cossont1
2025-02-10[feature] make account sign-up / backlog limits configurable (#3768)Libravatar tobi1
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß2
2025-02-04[feature] Change `instance-stats-randomize` to `instance-stats-mode` with mul...Libravatar tobi1
2025-01-31[feature] Add `instance-stats-randomize` config option (#3718)Libravatar tobi1
2025-01-23[feature] Add warning about `trusted-proxies` to make config easier (#3675)Libravatar tobi1
2025-01-20[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since ...Libravatar tobi1
2024-11-04[feature] add support for hinting via api/v_/instance preferred image / video...Libravatar kim1
2024-10-16[docs/bugfix] Fix access to /dev and /tmp in AppArmor profile (#3444)Libravatar Sqx. Flann van der Eik1
2024-10-13[chore/docs] Add `/gotosocial/.cache` to Docker container, document `GTS_WAZE...Libravatar tobi2
2024-10-05[docs] Make `protocol` config option really explicit (#3391)Libravatar tobi1
2024-10-02[docs] Update smtp docs to mention starttls + port 587 (#3378)Libravatar tobi1
2024-09-28[chore] Update apparmor example file (#3368)Libravatar tobi1
2024-08-19[chore] update default http client timeout to 30s (#3214)Libravatar kim1
2024-08-08[feature] Add `db-postgres-connection-string` option (#3178)Libravatar John Winston1
2024-08-03[chore] Add `media-ffmpeg-pool-size` config var (#3164)Libravatar tobi1
2024-07-31[feature] Object store custom URL (S3) (#3046)Libravatar CDN1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-05-05[feature] Add HTTP header permission section to frontend (#2893)Libravatar tobi1
2024-04-15[chore] Turn `accounts-registration-open` false by default (#2839)Libravatar tobi1
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi1
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim1
2024-03-15[docs] Add IPv6 example for rate limit exceptions (#2761)Libravatar Daenney1
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 tobi1
2024-02-24[docs/bugfix] Allow access to TMP directories in example AppArmor config (#2683)Libravatar tux932