summaryrefslogtreecommitdiff
path: root/src/mailman/rest
Commit message (Expand)AuthorAgeFilesLines
...
* Boost coverage.Barry Warsaw2016-01-093-10/+56
* Boost coverage.Barry Warsaw2016-01-083-28/+110
* A little bit more refactoring, just to keep things cleaner.Barry Warsaw2016-01-061-2/+1
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-064-21/+14
* Make the members request pageableAurélien Bompard2016-01-062-12/+14
* Return SQL queries in IListRequests.of_typeAurélien Bompard2016-01-061-1/+1
* Support SQL queries for CollectionMixin._get_collectionAurélien Bompard2016-01-062-4/+20
* More coverage.Barry Warsaw2016-01-042-2/+25
* Boost coverage.Barry Warsaw2016-01-033-4/+86
* Happy New Year.Barry Warsaw2016-01-0233-33/+33
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-319-24/+97
* 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
|\