summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/action/server/server.go
AgeCommit message (Expand)AuthorFiles
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
2023-04-08[bugfix] warn on maxprocs error instead of failing (#1678)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-08[feature] Discover webfinger through host-meta (#1588)Libravatar Daenney1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-17[bug] maxprocs set logger to nil (#1512)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
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-02-08[chore/bugfix] Serve + throttle publickey separately from rest of ActivityPub...Libravatar tobi1
2023-02-07[bugfix] Use SignatureCheck middleware for web profile endpoints too (#1451)Libravatar tobi1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim1
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi1
2023-01-31[chore] Silence maxprocs logging (#1402)Libravatar Daniele Sluijters1
2023-01-17[feature] Inherit resource limits from cgroups (#1336)Libravatar Daniele Sluijters1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2023-01-04[feature] HTTP request throttling middleware (#1297)Libravatar tobi1
2023-01-03[chore] shuffle middleware to split rate limitting into client/s2s/fileserver...Libravatar kim1
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi1
2022-12-09[bugfix] attach bookmarks module to api (#1238)Libravatar tobi1
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim1
2022-11-06[bugfix] KVStore doesn't like lost+found directory (#972)Libravatar kim1
2022-09-04[feature] Set default header and avatar for API accounts to GtS ones (#799)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1