aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rest/lists.py
Commit message (Collapse)AuthorAgeFilesLines
* Add merging of new signatures on list public key to REST.J08nY2017-08-181-1/+21
|
* Check that the sent key is a private key in REST list key PUT.J08nY2017-08-181-1/+7
|
* Expose the config via REST. read/write configurable.J08nY2017-08-161-2/+2
|
* Split the REST config options to more fine grained. Expose list config better.J08nY2017-08-151-21/+27
|
* Fix REST list test.J08nY2017-08-101-5/+5
|
* Add option to disable exposing the list private key on REST.J08nY2017-08-101-6/+16
|
* qa.J08nY2017-07-311-1/+0
|
* More coverage for REST.J08nY2017-07-311-5/+0
|
* Add more functionality to REST interface for lists.J08nY2017-07-211-14/+117
|
* Add some more REST to addresses.J08nY2017-07-111-1/+1
|
* Some REST fixes and support for list_id/list_fqdn.J08nY2017-07-071-9/+13
|
* Add some more REST lists tests.J08nY2017-06-271-1/+5
|
* Add basic REST lists endpoint tests.J08nY2017-06-271-1/+1
|
* Implement more of signature checking.J08nY2017-06-221-1/+0
|
* Add classmethod query() to declarative base, use it.J08nY2017-06-221-2/+2
|
* Rename s/encrypted/pgp/g.J08nY2017-06-221-3/+3
|
* Update REST lists interface.J08nY2017-06-221-2/+6
|
* Use the query helper.J08nY2017-06-221-2/+3
|
* Add GPLv3.J08nY2017-06-201-0/+17
|
* Fix REST /lists/<list_id>/keyJ08nY2017-06-191-3/+4
|
* Expose generated list key to REST.J08nY2017-06-181-3/+15
|
* Rename to mailman-pgp.J08nY2017-06-091-0/+54
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.