summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* _resource_as_dict() may not return None.Barry Warsaw2015-12-121-1/+1
* Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard2015-12-081-0/+13
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-042-53/+58
* Add another code-path test.Barry Warsaw2015-09-231-0/+40
* Merge branch 'maxking/mailman-add-alternate' into mr30Barry Warsaw2015-07-311-1/+42
|\
| * Add an unlinked address to a user via RESTAbhilash Raj2015-07-301-1/+20
|/
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-0/+61
* Fixes #136 on the 3.0 maintenance branch.Barry Warsaw2015-07-131-0/+27
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-1/+2
* Merge branch 'issue-109' into 'release-3.0'Barry Warsaw2015-06-021-6/+7
* * When creating a user via REST using an address that already exists, butBarry Warsaw2015-05-101-2/+35
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-0/+35
* raj-abhilash1's branch to ensure we block release on Falcon 0.3. I moved andBarry Warsaw2015-04-211-0/+53
|\
| * merge trunk and fix merge conflictsAbhilash Raj2015-04-205-51/+300
| |\ | |/ |/|
* | 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
* | Plumb the subscription policy through the REST API.Barry Warsaw2015-04-152-1/+14
* | A better email validator which actually validates the email address.Barry Warsaw2015-04-151-1/+17
* | Add a test for a reported (but non-reproducible) failure patching a mailing l...Barry Warsaw2015-04-151-1/+19
| * mark the test as an expected failureAbhilash Raj2015-04-161-0/+1
| * Add test case to check a bug in falcon's Request classAbhilash Raj2015-04-161-0/+8
|/
* Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-152-0/+65
|\
| * add test for previous bugfixAbhilash Raj2015-04-141-0/+9
* | Trunk mergeBarry Warsaw2015-04-071-0/+55
|\|
| * * Domains now have a list of owners, which are ``IUser`` objects, instead ofBarry Warsaw2015-04-061-0/+55
| |\
| | * Add lots of test for various bits of domain owners.Barry Warsaw2015-04-061-1/+43
| | * Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-061-0/+12
| |/|
| | * * implement left over methodsAbhilash Raj2015-04-061-4/+11
| | * * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-0/+5
* | | Advertise the subscription policy in the REST APIAurélien Bompard2015-03-311-0/+1
|/ /
* | Merging in several refactorings, and a REST API change.Barry Warsaw2015-03-261-4/+7
|\ \ | |/ |/|
| * * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-4/+7
* | LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-0/+16
|/
* * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-0/+21
* 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
|/
* * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-132-0/+84
* * When deleting a user via REST, make sure all linked addresses are deleted.Barry Warsaw2015-02-091-69/+114
* * You can now DELETE an address. If the address is linked to a user, theBarry Warsaw2015-02-051-0/+9
* * When creating a user with an email address, do not create the user recordBarry Warsaw2015-02-051-0/+22
* We don't need the 'six' package any more.Barry Warsaw2015-01-0410-10/+10
* Bump copyright years.Barry Warsaw2015-01-0411-11/+11
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-032-0/+108
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-263-12/+181
* Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-261-2/+18
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-2210-30/+2
* Trunk merge.Barry Warsaw2014-12-221-0/+174
|\
| * * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-081-0/+174
| |\
| | * REST feature: create a user from an existing addressAurélien Bompard2014-12-081-0/+136
| |/