aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup test imports.J08nY2017-08-211-4/+4
|
* Add merging of new signatures on list public key to REST.J08nY2017-08-182-1/+45
|
* Check that the sent key is a private key in REST list key PUT.J08nY2017-08-182-1/+24
|
* Remove writing config through REST as its not synchronized among runners.J08nY2017-08-171-15/+0
|
* Expose the config via REST. read/write configurable.J08nY2017-08-164-11/+150
|
* Make enumflag work with mailmanclients serializing of lists.J08nY2017-08-151-0/+11
|
* Split the REST config options to more fine grained. Expose list config better.J08nY2017-08-152-21/+50
|
* Add access to PGPAddress.key_* to REST.J08nY2017-08-112-7/+64
|
* Fix REST list test.J08nY2017-08-102-11/+8
|
* Add option to disable exposing the list private key on REST.J08nY2017-08-102-31/+50
|
* qa.J08nY2017-07-311-1/+0
|
* More coverage for REST.J08nY2017-07-312-7/+78
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-281-1/+1
|
* Add more functionality to REST interface for lists.J08nY2017-07-213-23/+225
|
* Rework key generation configuration. Allow ECC keys.feature/outgoingJ08nY2017-07-191-2/+4
|
* Some more tests for key command. PEP8.J08nY2017-07-121-1/+1
|
* Add some more REST to addresses.J08nY2017-07-114-8/+93
|
* PEP8.J08nY2017-07-071-0/+4
|
* Some REST fixes and support for list_id/list_fqdn.J08nY2017-07-073-12/+16
|
* Some more tests for incoming runner.J08nY2017-07-071-9/+10
|
* Add ListStyle tests.J08nY2017-06-281-2/+2
|
* Fix and add custom test layers.J08nY2017-06-281-2/+3
|
* Add some more REST lists tests.J08nY2017-06-272-3/+32
|
* Add basic REST lists endpoint tests.J08nY2017-06-273-1/+49
|
* 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
|
* Remore REST/users.J08nY2017-06-201-30/+0
|
* Add GPLv3.J08nY2017-06-204-0/+81
|
* Fixup REST users->addresses, change to per-address key model.J08nY2017-06-193-24/+23
|
* 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-094-0/+106
- Renames to a name better suited following mailman-hyperkitty being a mailman plugin.