summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Checkpointing.Barry Warsaw2014-11-301-2/+3
|/
* s/restish/falcon/Barry Warsaw2014-11-155-103/+61
|\
| * When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-062-3/+3
| * Port to current Falcon git head.Barry Warsaw2014-11-021-12/+18
| * Trunk merge.Barry Warsaw2014-11-021-17/+15
| |\
| * | Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-142-21/+20
| * | Domains are ported to falcon.Barry Warsaw2014-08-131-7/+0
| * | Make preferences work.Barry Warsaw2014-08-131-19/+1
| * | First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-46/+24
* | | Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-072-3/+3
| |/ |/|
* | Merge abompard's fixes to the Postgres test suite.Barry Warsaw2014-10-301-17/+15
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-287-24/+24
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-152-51/+102
* Add an email address to an existing user via the REST API.Barry Warsaw2014-04-141-0/+53
|\
| * * Added an API endpoint to POST new email addresses to a user resource.Florian Fuchs2014-04-131-0/+34
* | Trunk mergeBarry Warsaw2014-04-143-1/+60
|\|
| * Bump copyright years.Barry Warsaw2014-01-011-1/+1
| * Fix a couple of intermittent test problems.Barry Warsaw2013-12-011-0/+1
| * Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-271-0/+58
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-1/+1
|/
* * Expose ``hide_address`` to the ``.../preferences`` REST API. ContributedBarry Warsaw2013-08-281-0/+3
* Tweaks and fixes by Barry.Barry Warsaw2013-03-213-7/+14
* Florian's branch for LP: #1156529Barry Warsaw2013-03-213-0/+109
|\
| * REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-203-0/+109
* | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw2013-03-201-178/+8
|/
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-302-102/+100