aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the KeyRevokeWorkflow when the key needs to be reset.feature/key-revocationJ08nY2017-08-071-0/+43
| | | | - Also make workflows work, deduplicate some stuff.
* Rename step pgp_prepare to create_address.J08nY2017-08-061-1/+1
|
* Refactor some stuff into PGPMixin.J08nY2017-08-061-4/+19
|
* Add moderator approval to key change workflow, optionally.J08nY2017-08-021-0/+2
|
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-151-115/+0
|
* More tests for key command.J08nY2017-07-141-2/+1
|
* Workflow tests refactor.J08nY2017-07-141-2/+1
|
* Split PGPMixin from subscription mixins. And bunch of other things.J08nY2017-07-131-19/+29
|
* Add key change command and some tests.J08nY2017-07-131-1/+0
|
* Split PubkeyMixin into two.J08nY2017-07-131-7/+14
|
* Use restore_subscriber.J08nY2017-07-121-9/+4
|
* Add more tests for workflows.J08nY2017-07-111-1/+0
|
* Don't recheck addresses with keys and key confirmations.J08nY2017-07-111-4/+14
|
* Restore subscriber in PubkeyMixins last step.J08nY2017-07-111-5/+14
|
* Reset token owner on key confirmation.J08nY2017-07-111-1/+1
|
* qa.J08nY2017-07-111-1/+1
|
* Add tests for subscription workflows and their pubkey mixin.J08nY2017-07-111-2/+1
|
* Add pubkey_confirmed attribute to subscription workflows.J08nY2017-07-101-5/+27
|
* WIP: Sketch out key management on subscription.J08nY2017-07-071-0/+97