aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/model/list.py
Commit message (Collapse)AuthorAgeFilesLines
* Add basic shredding to FSKey. Needs more low-level solution.feature/key-storeJ08nY2017-07-311-2/+6
|
* Refactor filesystem key store operations into FSKey. Introduce DBKey.J08nY2017-07-311-38/+28
|
* More coverage across the board.J08nY2017-07-311-4/+4
|
* Add more functionality to REST interface for lists.J08nY2017-07-211-2/+6
|
* Rework key generation configuration. Allow ECC keys.feature/outgoingJ08nY2017-07-191-1/+2
|
* Add outgoing signing and encryption via custom Delivery classes.J08nY2017-07-181-0/+1
|
* Some overall cleanup.J08nY2017-07-181-1/+12
|
* Implement basic duplicate signature hash rule.J08nY2017-07-171-21/+9
|
* Some more tests for incoming runner.J08nY2017-07-071-0/+2
|
* Simplify key generation.J08nY2017-07-071-18/+18
|
* Add convenience methods for querying PGP* models.J08nY2017-06-281-0/+12
|
* Fix and add custom test layers.J08nY2017-06-281-0/+2
|
* Add defaults to PGPMailingList and PGPAddress.J08nY2017-06-271-1/+13
|
* Some more docstrings.J08nY2017-06-261-0/+20
|
* Document classes, methods, modules.J08nY2017-06-221-7/+8
|
* Rename s/encrypted/pgp/g.J08nY2017-06-221-2/+2
|
* Check signatures via a custom chain + rule.J08nY2017-06-221-2/+11
|
* Add GPLv3.J08nY2017-06-201-0/+17
|
* Fix REST /lists/<list_id>/keyJ08nY2017-06-191-1/+7
|
* Fix List key generation.J08nY2017-06-191-17/+15
|
* Fix some naming as we are no longer using gpg anywhere.J08nY2017-06-191-2/+2
|
* Switch to PGPy.J08nY2017-06-191-27/+40
|
* Lazy load mlist attribute in EncryptedMailingList.J08nY2017-06-181-0/+3
|
* Expose generated list key to REST.J08nY2017-06-181-1/+10
|
* Add list key generation.J08nY2017-06-181-6/+27
|
* Add key properties to models. Add EncryptedAddress model.J08nY2017-06-151-1/+9
|
* Rename to mailman-pgp.J08nY2017-06-091-0/+24
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.