summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_moderation.py
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:HEADmasterBarry Warsaw2017-08-291-0/+19
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-53/+52
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Fix QA.Barry Warsaw2016-11-251-1/+0
* Add NEWS and a little bit of cleanup.Barry Warsaw2016-11-251-5/+5
* Rename test email and use resource filename instead of __file__.Abhilash Raj2016-11-251-4/+6
* Return 'defective message' for a bad held messageAbhilash Raj2016-11-251-0/+19
* Simplify the implementation.Barry Warsaw2016-10-171-3/+2
* flake8 fixes.Barry Warsaw2016-10-161-1/+1
* IWorkflowManager -> ISubscriptionManagerBarry Warsaw2016-09-011-2/+2
* CheckpointingBarry Warsaw2016-09-011-1/+1
* Intermediate CommitAbhilash Raj2016-09-011-3/+4
* Clean up the rest directory.Barry Warsaw2016-03-251-8/+0
* Handle AlreadySubscribedError in REST.Barry Warsaw2016-02-151-0/+15
* Prevent moderation of messages held for a different list.Barry Warsaw2016-02-071-0/+23
* Add a set_preferred() helper.Barry Warsaw2016-02-061-5/+3
* Boost coverage.Barry Warsaw2016-01-091-3/+48
* Support SQL queries for CollectionMixin._get_collectionAurélien Bompard2016-01-061-0/+10
* More coverage.Barry Warsaw2016-01-041-0/+22
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* _resource_as_dict() may not return None.Barry Warsaw2015-12-121-1/+1
* Branch his ready.Barry Warsaw2015-04-171-5/+43
* Check pointing new subscription moderation REST API.Barry Warsaw2015-04-171-44/+87
* Checkpointing.Barry Warsaw2015-04-161-49/+170
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-4/+7
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+1
* All the REST tests pass.Barry Warsaw2014-12-151-0/+13
* Checkpointing more fixes.Barry Warsaw2014-12-111-2/+4
* Checkpointing.Barry Warsaw2014-11-301-2/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Flesh out a few more tests.Barry Warsaw2012-12-171-2/+34
* * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-171-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-23/+9
* - Remove an obsolete script.Barry Warsaw2012-04-221-2/+3
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-0/+107