summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/membership.rst
Commit message (Expand)AuthorAgeFilesLines
* REST: allow setting a member's moderation_action to NoneAurélien Bompard2016-07-121-0/+22
* Some fixes.Barry Warsaw2016-04-301-0/+1
* Tweaks and clean up.Barry Warsaw2016-04-291-73/+79
* Add batch unsubscribe option to REST API.Harshit Bansal2016-04-281-27/+74
* Complete the port to Falcon 1.0.Barry Warsaw2016-04-021-0/+4
* Allow fall backs for moderation actions.Barry Warsaw2016-04-011-2/+6
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-311-42/+8
* Add NEWS and tweak.Barry Warsaw2016-01-131-1/+1
* Member search can be done using GET requestsAurélien Bompard2016-01-131-0/+22
* Clean up the branch for landing.Barry Warsaw2016-01-131-22/+23
* 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
* Boost coverage.Barry Warsaw2016-01-081-3/+38
* Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard2015-12-081-0/+71
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-041-2/+2
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-109/+27
* Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-0/+13
* * Member resource JSON now include the ``member_id`` as a separate key.Barry Warsaw2015-02-131-0/+46
* All the REST tests pass.Barry Warsaw2014-12-151-2/+2
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-2/+2
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-151-46/+92
* Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-1/+1
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-2/+4
* REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-201-0/+38
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-54/+54
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-2/+2
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-011-1/+96
|\
| * LP 833132: add delivery_mode to member info in REST API, and make PATCHable w...Stephen A. Goss2011-08-241-1/+103
* | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-4/+26
|\ \ | |/ |/|
| * LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-2/+21
|/
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-0/+37
* Remove role plurals from /lists/<fqdn_listname/rosters/<role>Barry Warsaw2011-08-141-2/+17
* Fixed broken API for getting a membership via role and email from a mailingBarry Warsaw2011-08-141-0/+11
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-0/+618