summaryrefslogtreecommitdiff
path: root/src/mailman/rest
Commit message (Expand)AuthorAgeFilesLines
...
* * We now have to disable site-packages because of LP: #659231Barry Warsaw2010-10-121-6/+26
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-112-4/+42
|\
| * Add doctest for connecting using invalid credentials and some documentation r...root2010-09-291-3/+22
| * Add HTTP authentication to the REST APIroot2010-09-281-2/+14
* | Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-082-2/+1
|/
* More documentation fixes.Barry Warsaw2010-09-156-30/+60
* Doc fixesBarry Warsaw2010-09-071-1/+1
* Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partialBarry Warsaw2010-09-014-15/+98
* Refactor, and add a missing import.Barry Warsaw2010-08-237-75/+103
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-2311-264/+399
* Expose description in the interface and REST API.Barry Warsaw2010-08-122-0/+11
* Expose the autoreponse values in the IMailingList interface and REST API.Barry Warsaw2010-08-123-3/+127
* Expose administrivia in the IMailingList interface and REST API.Barry Warsaw2010-08-112-0/+8
* Expose anonymous_list and advertised in the IMailingList interface and in the...Barry Warsaw2010-08-112-0/+18
* Expose in the IMailingList interface, and in the REST API.Barry Warsaw2010-08-112-49/+75
* Acceptable aliases as a sub-resource.Barry Warsaw2010-08-102-2/+119
* Placeholder for PATCH implementation.Barry Warsaw2010-08-102-5/+111
* Implement HTTP PUT (good path) for changing a list's configuration.Barry Warsaw2010-08-103-39/+130
* Access mailing list configuration via RESTBarry Warsaw2010-08-103-1/+124
* Fixes bug LP: #601899; delete list function in rest server.Barry Warsaw2010-07-063-3/+64
* * Fix the bin/test -e/--stderr option to work with the currentBarry Warsaw2010-06-184-29/+72
* Because we'll often need to turn functions into restish matchers, add aBarry Warsaw2010-06-182-6/+14
* Ensure that email addresses with slashes in them can be registered.Barry Warsaw2010-06-172-2/+20
* Subscribing an already subscribed member via REST now returns a 409 errorBarry Warsaw2010-06-152-2/+2
* Add POST validators.Barry Warsaw2010-03-015-24/+151
* Refactoring for common collection code.Barry Warsaw2010-02-257-70/+87
* Remove more files that are unnecessary.Barry Warsaw2010-02-253-283/+0
* Refactor both the mailing lists and membership REST wrappers.Barry Warsaw2010-02-257-246/+293
* Refactor domains into a separate file.Barry Warsaw2010-02-255-97/+122
* More refactoring:Barry Warsaw2010-02-256-52/+221
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-253-93/+94
* Remove some files that are not needed for restish implementation.Barry Warsaw2010-02-254-253/+0
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-245-102/+196
* * Make the lists.txt doctest pass with restish.Barry Warsaw2010-02-232-8/+99
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-233-67/+172
* Add a lot of comments about lazr.restful 0.9.18.Barry Warsaw2010-02-163-17/+31
* Oh FFS. lazr.restful 0.9.18 totally broke our shit by introducingBarry Warsaw2010-02-165-38/+91
* Add a commentBarry Warsaw2010-01-011-0/+5
* Happy New Year.Barry Warsaw2010-01-018-8/+8
* More tests.Barry Warsaw2009-12-283-11/+87
* Some corner case tests.Barry Warsaw2009-12-282-1/+55
* * Leave a mailing list via the REST API.Barry Warsaw2009-12-282-6/+42
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-282-1/+68
* Show owners and moderators.Barry Warsaw2009-12-281-0/+44
* * Move the canonical url for subscriptions to under the mailing list.Barry Warsaw2009-12-282-10/+85
* Show test for MemberRole.member.Barry Warsaw2009-12-273-2/+50
* Add REST API for subscription services.Barry Warsaw2009-12-275-0/+65
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-084-34/+30
* Cleanup.Barry Warsaw2009-11-041-1/+0
* Use lazr.smtptest instead of our own SMTPServer and test SMTPd.Barry Warsaw2009-10-153-4/+5