summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/membership.py
Commit message (Expand)AuthorAgeFilesLines
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-119/+0
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-241-2/+16
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-0/+9
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-4/+1
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-0/+3
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-19/+0
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-281-0/+20
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-1/+41
* Add REST API for subscription services.Barry Warsaw2009-12-271-0/+55