aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows
Commit message (Expand)AuthorAgeFilesLines
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-233-17/+4
* Cleanup test imports.J08nY2017-08-211-2/+3
* Use the KeyRevokeWorkflow when the key needs to be reset.feature/key-revocationJ08nY2017-08-076-43/+87
* Add KeyRevokeWorkflow.J08nY2017-08-062-28/+123
* Rename step pgp_prepare to create_address.J08nY2017-08-063-8/+8
* Refactor some stuff into PGPMixin.J08nY2017-08-064-25/+28
* Use custom moderator approval mixin/messages for subscription.J08nY2017-08-067-79/+200
* Add tests for key change moderator approval.J08nY2017-08-025-29/+138
* Add moderator approval to key change workflow, optionally.J08nY2017-08-025-10/+115
* Use converted config values.feature/config-transformationJ08nY2017-08-011-2/+1
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-282-2/+2
* Add configurable lifetime of key change request.J08nY2017-07-261-1/+4
* Cleanup @public from tests.J08nY2017-07-183-9/+0
* Implement basic duplicate signature hash rule.J08nY2017-07-172-2/+2
* Move some functions to utils package. Use them.J08nY2017-07-172-2/+2
* Some docs and qa.J08nY2017-07-172-3/+3
* Split some workflow stuff. Use utility functions somewhere.J08nY2017-07-154-119/+123
* More tests for key command.J08nY2017-07-142-3/+4
* qa.J08nY2017-07-142-4/+3
* Some more Key change workflow tests.J08nY2017-07-142-7/+118
* Workflow tests refactor.J08nY2017-07-143-61/+74
* Make key change work.J08nY2017-07-141-4/+7
* Split PGPMixin from subscription mixins. And bunch of other things.J08nY2017-07-134-71/+91
* Add key change command and some tests.J08nY2017-07-132-1/+117
* Split PubkeyMixin into two.J08nY2017-07-133-49/+90
* Use restore_subscriber.J08nY2017-07-122-13/+4
* Some more workflow tests.J08nY2017-07-121-0/+29
* Add more tests for workflows.J08nY2017-07-112-1/+17
* Don't recheck addresses with keys and key confirmations.J08nY2017-07-111-4/+14
* Restore subscriber in PubkeyMixins last step.J08nY2017-07-112-8/+19
* Reset token owner on key confirmation.J08nY2017-07-111-1/+1
* Add OpenSubscriptionPolicy.J08nY2017-07-112-4/+42
* qa.J08nY2017-07-113-5/+4
* Add tests for subscription workflows and their pubkey mixin.J08nY2017-07-113-2/+211
* Add pubkey_confirmed attribute to subscription workflows.J08nY2017-07-102-16/+46
* WIP: Sketch out key management on subscription.J08nY2017-07-076-0/+266