- Dec 18, 2018
-
-
Eugen Rochko authored
This allowed you to brick your system when running that command, because the accounts would continue to advertise the old public key, but sign things with the new one
-
- Dec 03, 2018
-
-
Eugen Rochko authored
- Some associations were missing from the clean-up - Some attributes were not reset on suspension - Skip federation and streaming deletes when purging a dead domain - Move account association definitions to concern
-
- Dec 02, 2018
-
-
Eugen Rochko authored
-
ThibG authored
Fixes #9411
-
- Nov 30, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Nov 27, 2018
-
-
Eugen Rochko authored
-
- Nov 20, 2018
-
-
Renato "Lond" Cerqueira authored
Just the color is not enough change since not everyone uses colored terminals. Touching the account makes it so that the account is not in the threshold window in case of running again
-
- Nov 16, 2018
-
-
mayaeh authored
* Fixed an issue where "tootctl media remove" can not count the file size. * Fixed the problem pointed out by codeclimate.
-
- Nov 08, 2018
-
-
Eugen Rochko authored
Fix #9237
-
Eugen Rochko authored
* Display amount of freed disk space in tootctl media remove Fix #9213 * Fix code style issue
-
- Oct 31, 2018
-
- Oct 30, 2018
-
-
Eugen Rochko authored
* Bump version to 2.6.0 * Update CHANGELOG.md
-
Eugen Rochko authored
* Bump version to 2.6.0rc4 * Update CHANGELOG.md
-
- Oct 29, 2018
-
-
Eugen Rochko authored
* Bump version to 2.6.0rc3 * Update CHANGELOG.md
-
- 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
-
Eugen Rochko authored
* Bump version to 2.6.0rc2 * Update CHANGELOG.md
-
- Oct 22, 2018
-
-
Eugen Rochko authored
Fix #8741
-
- Oct 21, 2018
- Oct 20, 2018
-
-
Eugen Rochko authored
* Bump version to 2.6.0rc1 * Update AUTHORS.md * Update CHANGELOG.md
-
- Oct 11, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Oct 08, 2018
-
-
ashleyhull-versent authored
* cleanup pass * undo mistakes * fixed. * revert
-
- Oct 04, 2018
-
-
Eugen Rochko authored
-
- Sep 29, 2018
-
-
Eugen Rochko authored
-
- Sep 28, 2018
-
-
Eugen Rochko authored
-
- Sep 17, 2018
-
-
ThibG authored
This strips metadata on file upload by re-encoding the files, at the cost of possible slight image quality decrease and processing resources.
-
- 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
-
- Sep 13, 2018
-
-
luzpaz authored
Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
-
- Sep 10, 2018
-
-
rinsuki authored
-
- Sep 09, 2018
-
-
nightpool authored
* add rake task for generating AUTHORS.md * update AUTHORS.md * rubocop
-
Eugen Rochko authored
* CLI interface for creating/deleting local users - tootctl accounts add USERNAME - tootctl accounts del USERNAME * Add CLI interface for culling remote users that no longer exist - tootctl accounts cull
-
- Sep 02, 2018
-
-
Eugen Rochko authored
-
- Sep 01, 2018
-
-
Eugen Rochko authored
-
Eugen Rochko authored
Fix #8527
-
- Aug 31, 2018
-
-
mayaeh authored
* Add --verbose and --dry-run options to CLI interface for removing remote media. * Fix coding style problem.
-
- Aug 29, 2018
-
-
mayaeh authored
* Fix that can't delete media files even if "tootctl media remove" execute when "--background" not attached. * Revert This reverts commit 5aa7e09645b27bae38a26030148b23e553ee2662. * Change to obtain and pass all columns when "--background" option is false.
-
- 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
-