summaryrefslogtreecommitdiff
path: root/src/mailman/rest/adapters.py
Commit message (Expand)AuthorAgeFilesLines
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-127/+0
* Allow users to subscribe to mailing lists through the REST API.Barry Warsaw2011-04-241-16/+27
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-0/+13
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-7/+5
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+1
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-231-1/+1
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-181-6/+3
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-251-10/+4
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-33/+8
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* More tests.Barry Warsaw2009-12-281-7/+10
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-281-2/+11
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-1/+35
* Add REST API for subscription services.Barry Warsaw2009-12-271-0/+30
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-12/+5
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-0/+7
* Wow. Put domains into the database.Barry Warsaw2009-07-161-11/+17
* Clean a few more lints.Barry Warsaw2009-07-101-1/+2
* Implement returning multiple domains, a single specific domain, and raising aBarry Warsaw2009-06-291-1/+10
* More REST server updates.Barry Warsaw2009-06-291-0/+47