Skip to content
Snippets Groups Projects
  1. Dec 18, 2018
  2. Dec 03, 2018
  3. Dec 02, 2018
  4. Nov 30, 2018
  5. Nov 27, 2018
  6. Nov 20, 2018
  7. Nov 16, 2018
  8. Nov 08, 2018
  9. Oct 31, 2018
  10. Oct 30, 2018
  11. Oct 29, 2018
  12. Oct 27, 2018
    • Eugen Rochko's avatar
      Do not remove "dead" domains in tootctl accounts cull (#9108) · 6f78500d
      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
      6f78500d
  13. Oct 25, 2018
  14. Oct 22, 2018
  15. Oct 21, 2018
  16. Oct 20, 2018
  17. Oct 11, 2018
  18. Oct 08, 2018
  19. Oct 04, 2018
  20. Sep 29, 2018
  21. Sep 28, 2018
  22. Sep 17, 2018
  23. Sep 14, 2018
    • Eugen Rochko's avatar
      Move more tasks to tootctl (#8675) · 6a3f9b7e
      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
      6a3f9b7e
  24. Sep 13, 2018
    • luzpaz's avatar
      Misc. typos (#8694) · 40dd19be
      luzpaz authored
      Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
      40dd19be
  25. Sep 10, 2018
  26. Sep 09, 2018
  27. Sep 02, 2018
  28. Sep 01, 2018
  29. Aug 31, 2018
  30. Aug 29, 2018
    • mayaeh's avatar
      Fix CLI interface for removing remote media (#8506) · cc26fd71
      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.
      cc26fd71
  31. Aug 26, 2018
    • Eugen Rochko's avatar
      Add CLI task for rotating keys (#8466) · cabdbb7f
      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
      cabdbb7f
Loading