summaryrefslogtreecommitdiff
path: root/src/mailman/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-3014-75/+490
* Bump coverage to 100%Barry Warsaw2015-12-222-4/+39
* Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw2015-12-223-5/+228
* Digests improvements:Barry Warsaw2015-12-193-3/+136
* Fix the error code for a corner case.Barry Warsaw2015-12-172-7/+7
* Remove code accidentally pulled in from another branch.Barry Warsaw2015-12-172-10/+0
* Many improvements to listconf.py.Barry Warsaw2015-12-173-64/+304
* adds tests for new digest attributesYashu Seth2015-12-161-0/+2
* adds digest_send_periodic, digest_volume_frequency attributesYashu Seth2015-12-161-0/+2
* Fix a leftover type argumentAurélien Bompard2015-12-161-1/+1
* Update the REST query to use the find() methodAurélien Bompard2015-12-161-16/+3
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-0/+2
* _resource_as_dict() may not return None.Barry Warsaw2015-12-124-3/+9
* Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard2015-12-084-5/+100
* When deleting an Address, dependencies must be deleted firstAurélien Bompard2015-11-211-6/+0
* Sort the JSON output when [devmode]enabled is true.Barry Warsaw2015-11-211-1/+1
* Sort the JSON keys in dev modeAurélien Bompard2015-11-211-1/+2
* JSON representations for held message now include a ``self_link``.Barry Warsaw2015-11-152-7/+10
* REST: add a self_link entry to held messagesAurélien Bompard2015-11-152-1/+6
* * Add NEWS and a missing _all__ key.Barry Warsaw2015-11-061-4/+6
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-0410-109/+95
* Add another code-path test.Barry Warsaw2015-09-231-0/+40
* Implement the REST API for <api>/owners.Barry Warsaw2015-09-233-3/+46
* Start of owners top level resource.Barry Warsaw2015-09-231-0/+8
* Document an attribute.Barry Warsaw2015-09-231-0/+61
* Refine REST server and request handler exception handling.Barry Warsaw2015-08-241-3/+8
* When the client hangs up, we can't actually catch the BrokenPipeError becauseBarry Warsaw2015-08-231-1/+22
* Merge branch 'maxking/mailman-add-alternate' into mr30Barry Warsaw2015-07-312-3/+53
|\
| * Add an unlinked address to a user via RESTAbhilash Raj2015-07-302-2/+29
|/
* Clean up based on review.Barry Warsaw2015-07-183-2/+3
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-1814-55/+155
* Fixes #136 on the 3.0 maintenance branch.Barry Warsaw2015-07-132-1/+28
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-142-4/+8
* Merge branch 'issue-109' into 'release-3.0'Barry Warsaw2015-06-022-6/+8
* * When creating a user via REST using an address that already exists, butBarry Warsaw2015-05-103-6/+82
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-0/+35
* Prepare for 3.1.Barry Warsaw2015-05-011-1/+1
* Port to Falcon 0.3.Barry Warsaw2015-04-231-3/+5
* 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-2015-648/+923
| |\ | |/ |/|
* | Branch his ready.Barry Warsaw2015-04-173-13/+58
* | Check pointing new subscription moderation REST API.Barry Warsaw2015-04-174-88/+141
* | Updates.Barry Warsaw2015-04-162-36/+10
* | Checkpointing.Barry Warsaw2015-04-162-0/+268
* | Checkpointing.Barry Warsaw2015-04-165-514/+370
* | Plumb the subscription policy through the REST API.Barry Warsaw2015-04-155-132/+173
* | A better email validator which actually validates the email address.Barry Warsaw2015-04-152-2/+22
* | 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
|/