summaryrefslogtreecommitdiff
path: root/cmd/gotosocial/action/admin
AgeCommit message (Expand)AuthorFiles
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim4
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-21[bugfix] Start + stop caches properly for testrig + pruning (#1804)Libravatar tobi1
2023-03-27[feature] Add list command to admin account (#1648)Libravatar Daenney1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney6
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney2
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 kim2
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi3
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi4
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim4
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß1
2022-12-02[bugfix] Fix `admin account confirm` on pre-confirmed account setting email a...Libravatar tobi1
2022-11-25[feature] Add `admin media prune orphaned` CLI command (#1146)Libravatar tobi1
2022-11-25[bugfix] Change emailVerified to true for admin account create (#1140)Libravatar Phil Hagelberg1
2022-11-16[chore] reversion: use specific columns for updating user again (#1059)Libravatar tobi1
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
2022-11-14[chore] Remove unused `admin account suspend` action (#1047)Libravatar tobi1
2022-10-11[bugfix] add in-use checks for admin cli account creation (#904)Libravatar tobi1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-10-03[performance] add user cache and database (#879)Libravatar tobi1
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim3
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi3
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi3