summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/membership.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-523/+0
* Complete the ability to change a subscription address, both internally and viaBarry Warsaw2011-04-251-47/+161
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-241-7/+67
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-31/+85
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-78/+0
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-1/+1
* In the REST API, include the fqdn_listname and email address in the member'sBarry Warsaw2010-12-261-0/+42
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-43/+43
* More documentation fixes.Barry Warsaw2010-09-151-1/+9
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-231-6/+6
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-181-11/+15
* Ensure that email addresses with slashes in them can be registered.Barry Warsaw2010-06-171-0/+14
* Subscribing an already subscribed member via REST now returns a 409 errorBarry Warsaw2010-06-151-1/+1
* Refactoring for common collection code.Barry Warsaw2010-02-251-2/+2
* Refactor both the mailing lists and membership REST wrappers.Barry Warsaw2010-02-251-26/+7
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-36/+28
* More tests.Barry Warsaw2009-12-281-0/+61
* Some corner case tests.Barry Warsaw2009-12-281-1/+41
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-281-4/+31
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-0/+33
* Show owners and moderators.Barry Warsaw2009-12-281-0/+44
* * Move the canonical url for subscriptions to under the mailing list.Barry Warsaw2009-12-281-9/+84
* Show test for MemberRole.member.Barry Warsaw2009-12-271-2/+29
* Add REST API for subscription services.Barry Warsaw2009-12-271-0/+25