summaryrefslogtreecommitdiff
path: root/src/mailman/rest/members.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Port users and part of members.Barry Warsaw2014-08-131-15/+18
* Make preferences work.Barry Warsaw2014-08-131-4/+4
* Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-3/+5
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-151-8/+15
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-1/+1
* Removed unused `default_count` argument and remove one wrapping level in pagi...Florian Fuchs2013-03-201-1/+1
* REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-201-1/+2
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-5/+5
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-2/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-0/+25
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-011-10/+16
|\
| * LP 833132: add delivery_mode to member info in REST API, and make PATCHable w...Stephen A. Goss2011-08-241-9/+21
* | * PATCHing an invalid attribute on a member did not give a 400 errorBarry Warsaw2011-09-011-2/+4
* | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-12/+33
|\ \ | |/ |/|
| * LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-1/+2
|/
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-4/+5
* * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given byBarry Warsaw2011-08-141-0/+2
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-12/+48
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-16/+35
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-241-2/+2
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-18/+14
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-2/+5
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-4/+4
* In the REST API, include the fqdn_listname and email address in the member'sBarry Warsaw2010-12-261-0/+2
* Refactor, and add a missing import.Barry Warsaw2010-08-231-2/+2
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-231-2/+3
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-181-11/+26
* Ensure that email addresses with slashes in them can be registered.Barry Warsaw2010-06-171-2/+6
* Subscribing an already subscribed member via REST now returns a 409 errorBarry Warsaw2010-06-151-1/+1
* Add POST validators.Barry Warsaw2010-03-011-8/+9
* Refactoring for common collection code.Barry Warsaw2010-02-251-21/+10
* Refactor both the mailing lists and membership REST wrappers.Barry Warsaw2010-02-251-0/+138