| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 6 | -90/+90 |
| |/ |
|
| * | * We now have to disable site-packages because of LP: #659231 | Barry Warsaw | 2010-10-12 | 1 | -6/+26 |
| * | Add Basic Auth support to the REST API, given by Jimmy Bergman, with style | Barry Warsaw | 2010-10-11 | 1 | -3/+25 |
| |\ |
|
| | * | Add doctest for connecting using invalid credentials and some documentation r... | root | 2010-09-29 | 1 | -3/+22 |
| |/ |
|
| * | More documentation fixes. | Barry Warsaw | 2010-09-15 | 6 | -30/+60 |
| * | Doc fixes | Barry Warsaw | 2010-09-07 | 1 | -1/+1 |
| * | Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partial | Barry Warsaw | 2010-09-01 | 1 | -6/+11 |
| * | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 1 | -1/+1 |
| * | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 6 | -35/+96 |
| * | Expose description in the interface and REST API. | Barry Warsaw | 2010-08-12 | 1 | -0/+9 |
| * | Expose the autoreponse values in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-12 | 1 | -1/+80 |
| * | Expose administrivia in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-11 | 1 | -0/+6 |
| * | Expose anonymous_list and advertised in the IMailingList interface and in the... | Barry Warsaw | 2010-08-11 | 1 | -0/+14 |
| * | Expose in the IMailingList interface, and in the REST API. | Barry Warsaw | 2010-08-11 | 1 | -48/+68 |
| * | Acceptable aliases as a sub-resource. | Barry Warsaw | 2010-08-10 | 1 | -2/+55 |
| * | Placeholder for PATCH implementation. | Barry Warsaw | 2010-08-10 | 1 | -1/+101 |
| * | Implement HTTP PUT (good path) for changing a list's configuration. | Barry Warsaw | 2010-08-10 | 1 | -0/+40 |
| * | Access mailing list configuration via REST | Barry Warsaw | 2010-08-10 | 1 | -0/+42 |
| * | Fixes bug LP: #601899; delete list function in rest server. | Barry Warsaw | 2010-07-06 | 1 | -1/+41 |
| * | * Fix the bin/test -e/--stderr option to work with the current | Barry Warsaw | 2010-06-18 | 1 | -11/+15 |
| * | Ensure that email addresses with slashes in them can be registered. | Barry Warsaw | 2010-06-17 | 1 | -0/+14 |
| * | Subscribing an already subscribed member via REST now returns a 409 error | Barry Warsaw | 2010-06-15 | 1 | -1/+1 |
| * | Add POST validators. | Barry Warsaw | 2010-03-01 | 1 | -0/+84 |
| * | Refactoring for common collection code. | Barry Warsaw | 2010-02-25 | 3 | -5/+5 |
| * | Refactor both the mailing lists and membership REST wrappers. | Barry Warsaw | 2010-02-25 | 2 | -30/+9 |
| * | Refactor domains into a separate file. | Barry Warsaw | 2010-02-25 | 1 | -10/+3 |
| * | More refactoring: | Barry Warsaw | 2010-02-25 | 2 | -1/+59 |
| * | Complete the conversion to restish. All the tests pass and we're now actually | Barry Warsaw | 2010-02-24 | 3 | -48/+30 |
| * | * Make the lists.txt doctest pass with restish. | Barry Warsaw | 2010-02-23 | 1 | -4/+1 |
| * | Rip out lazr.restful and replace it with restish. This simpifies a lot of the | Barry Warsaw | 2010-02-23 | 2 | -11/+3 |
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| * | More tests. | Barry Warsaw | 2009-12-28 | 1 | -0/+61 |
| * | Some corner case tests. | Barry Warsaw | 2009-12-28 | 1 | -1/+41 |
| * | * Leave a mailing list via the REST API. | Barry Warsaw | 2009-12-28 | 1 | -4/+31 |
| * | * Add REST interface for joining a mailing list. | Barry Warsaw | 2009-12-28 | 1 | -0/+33 |
| * | Show owners and moderators. | Barry Warsaw | 2009-12-28 | 1 | -0/+44 |
| * | * Move the canonical url for subscriptions to under the mailing list. | Barry Warsaw | 2009-12-28 | 1 | -9/+84 |
| * | Show test for MemberRole.member. | Barry Warsaw | 2009-12-27 | 1 | -2/+29 |
| * | Add REST API for subscription services. | Barry Warsaw | 2009-12-27 | 1 | -0/+25 |
| * | * Make IDomainManager a utility, since the config object is global. | Barry Warsaw | 2009-12-08 | 1 | -13/+17 |
| * | Cleanup. | Barry Warsaw | 2009-11-04 | 1 | -1/+0 |
| * | Use lazr.smtptest instead of our own SMTPServer and test SMTPd. | Barry Warsaw | 2009-10-15 | 2 | -3/+3 |
| * | Instead of using an adapter, use a utility to get the mailing list manager. | Barry Warsaw | 2009-08-26 | 1 | -1/+2 |
| * | Test updates and repair.xo | Barry Warsaw | 2009-08-21 | 1 | -1/+2 |
| * | Fix some urls returned by the api. Instead of 'mailing_lists' use 'lists'. | Barry Warsaw | 2009-08-07 | 1 | -7/+22 |
| * | Fix the turning of application level exceptions into HTTP 400 errors, through | Barry Warsaw | 2009-08-06 | 1 | -2/+6 |
| * | Move BadDomainSpecificationError to domain.txt interface. Try to set this to | Barry Warsaw | 2009-07-26 | 1 | -0/+43 |
| * | * Expose IMailingLists in the API. | Barry Warsaw | 2009-07-25 | 1 | -0/+20 |
| * | Expose 'transaction' as an alias for config.db in the doctest globs. This | Barry Warsaw | 2009-07-21 | 1 | -4/+44 |
| * | Our first writable REST API! You can now create new domains through the | Barry Warsaw | 2009-07-20 | 3 | -16/+56 |