aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/key_change.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the KeyRevokeWorkflow when the key needs to be reset.feature/key-revocationJ08nY2017-08-071-6/+2
| | | | - Also make workflows work, deduplicate some stuff.
* Refactor some stuff into PGPMixin.J08nY2017-08-061-16/+4
|
* Use custom moderator approval mixin/messages for subscription.J08nY2017-08-061-2/+13
|
* Add tests for key change moderator approval.J08nY2017-08-021-11/+15
|
* Add moderator approval to key change workflow, optionally.J08nY2017-08-021-10/+32
|
* Use converted config values.feature/config-transformationJ08nY2017-08-011-2/+1
|
* Add configurable lifetime of key change request.J08nY2017-07-261-1/+4
|
* Implement basic duplicate signature hash rule.J08nY2017-07-171-1/+1
|
* Move some functions to utils package. Use them.J08nY2017-07-171-1/+1
|
* More tests for key command.J08nY2017-07-141-1/+3
|
* qa.J08nY2017-07-141-2/+1
|
* Some more Key change workflow tests.J08nY2017-07-141-7/+13
|
* Make key change work.J08nY2017-07-141-4/+7
|
* Split PGPMixin from subscription mixins. And bunch of other things.J08nY2017-07-131-3/+9
|
* Add key change command and some tests.J08nY2017-07-131-0/+117