summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFiles
2024-01-31[bugfix] fix possible infinite loops in media / emoji cleanup (#2590)Libravatar kim1
2024-01-22[feature] Ratelimit + serve emoji images on separate router group (#2548)Libravatar tobi2
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 tobi2
2023-11-20[feature] Initial Prometheus metrics implementation (#2334)Libravatar Tsuribori2
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi1
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 tobi2
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim2
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi1
2023-08-23[feature] list commands for both attachment and emojis (#2121)Libravatar rdelaage2
2023-08-23[feature] Add rate limit exceptions option, use ISO8601 for rate limit reset ...Libravatar tobi1
2023-08-21[feature] Make log format configurable (#2130)Libravatar Daenney1
2023-08-20[feature/bugfix] Probe S3 storage for CSP uri, add config flag for extra URIs...Libravatar tobi2
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim8
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-02[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)Libravatar tobi1
2023-08-01[feature] Allow users to skip http client tls verification for testing purpos...Libravatar tobi1
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim1
2023-07-23[chore] Admin CLI + new account creation refactoring (#2008)Libravatar tobi1
2023-07-07[feature] enable + document explicit IP dialer allowing/denying (#1950)v0.10.0-rc1Libravatar tobi1
2023-07-07[feature] Add media list command (#1943)Libravatar Daenney2
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim5
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi2
2023-05-21[feature] Make client IP logging configurable (#1799)Libravatar Daenney2
2023-05-21[bugfix] Start + stop caches properly for testrig + pruning (#1804)Libravatar tobi2
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09feat: initial tracing support (#1623)Libravatar Dominik Süß2
2023-04-08[bugfix] warn on maxprocs error instead of failing (#1678)Libravatar tobi1
2023-03-27[feature] Add list command to admin account (#1648)Libravatar Daenney2
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney16
2023-03-08[feature] Discover webfinger through host-meta (#1588)Libravatar Daenney1
2023-03-04[chore] Print human readable config (#1589)Libravatar Daenney1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim2
2023-02-25[chore] Inform user on how to get testrig (#1557)Libravatar Daenney1
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 Daenney4
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim4
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi5
2023-02-10[performance] remove throttling timers (#1466)Libravatar kim1
2023-02-08[chore/bugfix] Serve + throttle publickey separately from rest of ActivityPub...Libravatar tobi2
2023-02-07[bugfix] Use SignatureCheck middleware for web profile endpoints too (#1451)Libravatar tobi2
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim1
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi2