summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_membership.py
Commit message (Expand)AuthorAgeFilesLines
* Fix two problems and close #260Barry Warsaw2017-04-221-0/+15
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-65/+66
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Simplify the implementation.Barry Warsaw2016-10-171-5/+3
* IWorkflowManager -> ISubscriptionManagerBarry Warsaw2016-09-011-4/+5
* CheckpointingBarry Warsaw2016-09-011-1/+1
* Intermediate CommitAbhilash Raj2016-09-011-4/+4
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the rest directory.Barry Warsaw2016-03-251-12/+2
* Closes #199Barry Warsaw2016-03-221-0/+49
* Fix #198 - duplicate owner subscription errorBarry Warsaw2016-03-051-0/+16
* Add a set_preferred() helper.Barry Warsaw2016-02-061-12/+6
* Also add a test for the global ban listAurélien Bompard2016-01-201-0/+12
* Give a meaningful message when a banned member tries to joinAurélien Bompard2016-01-201-0/+13
* Use common idiom for converting the UUID.Barry Warsaw2016-01-131-4/+4
* Fix getting a list member through the 3.1 APIAurélien Bompard2016-01-131-0/+18
* Boost coverage.Barry Warsaw2016-01-081-0/+50
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-1/+27
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-1/+150
* Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard2015-12-081-0/+13
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-0/+12
* LP: #1425359: Elaborate on how email addresses with mixed case can subscribeBarry Warsaw2015-03-131-6/+38
|\
| * Fixed the issue #1425359 and wrote corresponding tests.black-perl ankprashar@gmail.com2015-03-041-0/+9
|/
* 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/+0
* Two more REST tests passing.Barry Warsaw2014-12-151-5/+5
* Checkpointing.Barry Warsaw2014-11-301-3/+2
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-3/+0
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-151-5/+124
* Trunk mergeBarry Warsaw2014-04-141-1/+1
|\
| * Bump copyright years.Barry Warsaw2014-01-011-1/+1
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-1/+2
|/
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-67/+28
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-5/+5
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-28/+30
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-2/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-0/+11
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-011-1/+11
|\
* | * PATCHing an invalid attribute on a member did not give a 400 errorBarry Warsaw2011-09-011-0/+16
|/
* * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given byBarry Warsaw2011-08-141-0/+10
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-2/+2
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-241-4/+4
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-221-8/+42
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-7/+12
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-0/+162