summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/action/server
AgeCommit message (Expand)AuthorFiles
2025-05-05[feature] Move to code.superseriousbusiness.orgLibravatar Daenney1
2025-04-09[chore] add IPPrefixes type so we don't need separate rate limit parsed field...Libravatar kim1
2025-04-07[feature] add TOTP two-factor authentication (2FA) (#3960)Libravatar tobi1
2025-03-05[bugfix] Return useful err on `server start` failure (#3879)Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-02-06[chore] update otel libraries (#3740)Libravatar Dominik Süß1
2025-02-05[feature] Use `X-Robots-Tag` headers to instruct scrapers/crawlers (#3737)Libravatar tobi1
2025-01-29[feature] Use maintenance router to serve 503 while server is starting/migrat...Libravatar tobi1
2025-01-27[chore] skip `trusted-proxies` warning if ip excepted from rate limiting (#3699)Libravatar tobi1
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont1
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-10-11[bugfix] Check interaction policies properly on incoming Likes (#3416)Libravatar tobi1
2024-08-26move WASM compilation stage much later in server init to reduce memory usage ...Libravatar kim1
2024-08-25[bugfix] Let prometheus client do its own compression handling (#3232)Libravatar tobi1
2024-08-03[chore] Add `media-ffmpeg-pool-size` config var (#3164)Libravatar tobi1
2024-07-30[feature] persist worker queues to db (#3042)Libravatar kim1
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-06-13[chore] Silence memlimit package (#3002)Libravatar Daenney1
2024-05-30[chore] little startup tweaks (#2941)Libravatar tobi1
2024-05-29[chore] improved startup / shutdown (#2925)Libravatar kim1
2024-05-29[feature] Debug admin endpoint to clear caches (#2940)Libravatar tobi1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim1
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-25[feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783)Libravatar tobi1
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-02-14[feature] Add metrics for instance user count, statuses count and federating ...Libravatar Tsuribori1
2024-01-22[feature] Ratelimit + serve emoji images on separate router group (#2548)Libravatar tobi1
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2023-12-18[feature] request blocking by http headers (#2409)Libravatar kim1
2023-11-23[chore/bugfix] Fix double gzip on prometheus endpoint (#2383)Libravatar tobi1
2023-11-20[feature] Initial Prometheus metrics implementation (#2334)Libravatar Tsuribori1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim1
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi1
2023-08-23[feature] Add rate limit exceptions option, use ISO8601 for rate limit reset ...Libravatar tobi1
2023-08-20[feature/bugfix] Probe S3 storage for CSP uri, add config flag for extra URIs...Libravatar tobi1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1
2023-08-03[feature] simpler cache size configuration (#2051)Libravatar kim1
2023-08-01[feature] Allow users to skip http client tls verification for testing purpos...Libravatar tobi1
2023-07-07[feature] enable + document explicit IP dialer allowing/denying (#1950)v0.10.0-rc1Libravatar tobi1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-21[feature] Make client IP logging configurable (#1799)Libravatar Daenney1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09feat: initial tracing support (#1623)Libravatar Dominik Süß1