summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add the self_link for bans and factor some codeAurélien Bompard2016-01-131-2/+14
* Expose the ban list on the REST APIAurélien Bompard2016-01-131-0/+81
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-28/+0
* Boost coverage.Barry Warsaw2016-01-082-28/+60
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-2/+2
* Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw2015-12-221-0/+109
* Digests improvements:Barry Warsaw2015-12-191-0/+9
* Many improvements to listconf.py.Barry Warsaw2015-12-171-4/+50
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-0/+2
* Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard2015-12-082-0/+76
* JSON representations for held message now include a ``self_link``.Barry Warsaw2015-11-151-0/+2
* REST: add a self_link entry to held messagesAurélien Bompard2015-11-151-0/+1
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-043-8/+8
* Implement the REST API for <api>/owners.Barry Warsaw2015-09-231-0/+28
* Document an attribute.Barry Warsaw2015-09-231-0/+61
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-182-6/+7
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-3/+6
* Merge branch 'issue-109' into 'release-3.0'Barry Warsaw2015-06-021-0/+1
* * When creating a user via REST using an address that already exists, butBarry Warsaw2015-05-101-0/+32
* Prepare for 3.1.Barry Warsaw2015-05-011-1/+1
* Branch his ready.Barry Warsaw2015-04-171-6/+3
* Check pointing new subscription moderation REST API.Barry Warsaw2015-04-172-4/+5
* Updates.Barry Warsaw2015-04-161-2/+2
* Checkpointing.Barry Warsaw2015-04-161-0/+113
* Checkpointing.Barry Warsaw2015-04-162-361/+192
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-109/+27
* Trunk mergeBarry Warsaw2015-04-073-28/+195
|\
| * Add lots of test for various bits of domain owners.Barry Warsaw2015-04-061-11/+29
| * Checkpointing:Barry Warsaw2015-04-062-5/+153
| * Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-063-25/+26
| |\
| | * add tests, fix docs, remove contact_addressAbhilash Raj2015-03-283-25/+26
* | | Advertise the subscription policy in the REST APIAurélien Bompard2015-03-311-0/+3
|/ /
* | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-3/+2
* | Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-0/+13
* | * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-12/+12
|/
* * Member resource JSON now include the ``member_id`` as a separate key.Barry Warsaw2015-02-132-0/+51
* Don't hardcode the Python versionAurélien Bompard2015-02-111-1/+1
* * You can now DELETE an address. If the address is linked to a user, theBarry Warsaw2015-02-051-0/+61
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-3/+2
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-031-0/+174
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-262-0/+34
* Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-261-7/+7
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Trunk merge.Barry Warsaw2014-12-222-6/+128
|\
| * /user sub-resource of the address documented by Aurélien Bompard.Barry Warsaw2014-12-091-11/+124
| |\
| | * Document the new /addresses/<email>/user resourceAurélien Bompard2014-12-091-10/+120
| |/
| * REST feature: create a user from an existing addressAurélien Bompard2014-12-082-0/+9
* | All the REST tests pass.Barry Warsaw2014-12-158-65/+10