- Apr 26, 2020
-
-
Eugen Rochko authored
-
- Jan 21, 2020
-
-
Jeong Arm authored
-
- Jul 28, 2019
-
-
mayaeh authored
* Add `tootctl preview_cards remove` * fix code style * Remove `Scheduler::PreviewCardsCleanupScheduler` file * fix code style again Add exclude case where image_file_name is blank * Added a function to output confirmation if the specified number of days is less than 2 weeks
-
- May 14, 2019
-
-
ThibG authored
* Record account suspend/silence time and keep track of domain blocks * Also unblock users who were suspended/silenced before dates were recorded * Add tests * Keep track of suspending date for users suspended through the CLI * Show accurate number of accounts that would be affected by unsuspending an instance * Change migration to set silenced_at and suspended_at * Revert "Also unblock users who were suspended/silenced before dates were recorded" This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c. * Switch from using suspended and silenced to suspended_at and silenced_at * Add post-deployment migration script to remove `suspended` and `silenced` columns * Use Account#silence! and Account#suspend! instead of updating the underlying property * Add silenced_at and suspended_at migration to post-migration * Change account fabricator to translate suspended and silenced attributes * Minor fixes * Make unblocking domains always retroactive
-
- May 03, 2019
-
-
Eugen Rochko authored
-
- Mar 28, 2019
-
-
Eugen Rochko authored
Fix #10305
-
Eugen Rochko authored
-
- Mar 11, 2019
-
-
Eugen Rochko authored
Query by @tateisu Fix #1554
-
- Jan 17, 2019
-
-
Eugen Rochko authored
-
- Oct 27, 2018
-
-
Eugen Rochko authored
Leave `tootctl accounts cull` to simply check removed accounts from live domains, and skip temporarily unavailable domains, while listing them in the final output for further action. Add `tootctl domains purge DOMAIN` to be able to purge a domain from that list manually
-
- Oct 25, 2018
-
-
Sascha authored
-
- Oct 04, 2018
-
-
Eugen Rochko authored
-
- Sep 14, 2018
-
-
Eugen Rochko authored
* Move more tasks to tootctl - tootctl feeds build - tootctl feeds clear - tootctl accounts refresh Clean up exit codes and help messages * Move user modifying to tootctl * Improve user modification through CLI, rename commands add -> create mod -> modify del -> delete To remove ambiguity * Fix code style issues * Fix not being able to unset admin/mod role
-
- Aug 26, 2018
-
-
Eugen Rochko authored
* If an Update is signed with known key, skip re-following procedure Because it means the remote actor did *not* lose their database * Add CLI method for rotating keys bin/tootctl accounts rotate [USERNAME] Generates a new RSA key per account and sends out an Update activity signed with the old key. * Key rotation: Space out Update fan-outs every 5 minutes per 1000 accounts * Skip suspended accounts in key rotation
-
Eugen Rochko authored
bin/tootctl emoji import PATH_TO_TAR Fix #8435
-
- Aug 25, 2018
-
-
Eugen Rochko authored
./bin/tootctl media remove --days 7 --background Make the old rake task point to it
-