You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Eugen Rochko cabdbb7f9c
Add CLI task for rotating keys (#8466)
* 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
6 years ago
..
chewy
controllers Fix low-hanging rubocop gripes (#8458) 6 years ago
helpers
javascript Add aria-label to notifications (#8460) 6 years ago
lib Add CLI task for rotating keys (#8466) 6 years ago
mailers Fix low-hanging rubocop gripes (#8458) 6 years ago
models Fix low-hanging rubocop gripes (#8458) 6 years ago
policies
presenters
serializers
services Add CLI task for rotating keys (#8466) 6 years ago
validators
views Update _bio.html.haml (#8449) 6 years ago
workers Add CLI task for rotating keys (#8466) 6 years ago