summaryrefslogtreecommitdiff
path: root/src/mailman/rest/webservice.py
Commit message (Expand)AuthorAgeFilesLines
* Remove more files that are unnecessary.Barry Warsaw2010-02-251-54/+0
* Refactor both the mailing lists and membership REST wrappers.Barry Warsaw2010-02-251-210/+0
* Refactor domains into a separate file.Barry Warsaw2010-02-251-81/+0
* More refactoring:Barry Warsaw2010-02-251-50/+0
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-251-83/+3
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-21/+158
* * Make the lists.txt doctest pass with restish.Barry Warsaw2010-02-231-4/+98
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-56/+169
* Add a lot of comments about lazr.restful 0.9.18.Barry Warsaw2010-02-161-17/+18
* Oh FFS. lazr.restful 0.9.18 totally broke our shit by introducingBarry Warsaw2010-02-161-30/+52
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Add REST API for subscription services.Barry Warsaw2009-12-271-0/+2
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+1
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-1/+2
* Test updates and repair.xoBarry Warsaw2009-08-211-1/+2
* We don't need the AadminWebServiceRequest any more.Barry Warsaw2009-08-171-8/+2
* Minor fixes.Barry Warsaw2009-08-061-1/+0
* Get rid of the Traverse class by checking for None returned from ob.get().Barry Warsaw2009-08-061-0/+1
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-211-1/+1
* Wow. Put domains into the database.Barry Warsaw2009-07-161-4/+5
* Clean a few more lints.Barry Warsaw2009-07-101-0/+3
* More REST server updates.Barry Warsaw2009-06-291-4/+2
* Add initialization pre- and post- hooks, configurable in the config file.Barry Warsaw2009-05-151-7/+0
* Several RESTful updates.Barry Warsaw2009-05-061-0/+7
* /sys -> /systemBarry Warsaw2009-05-041-1/+1
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-041-6/+22
* The very basics of a working REST server. Only works for localhost:8001/sysBarry Warsaw2009-05-031-8/+12
* Moving closer now.Barry Warsaw2009-05-021-0/+88