| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Merge users into rest | Barry Warsaw | 2011-03-18 | 1 | -1/+1 |
| |\| |
|
| | * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 1 | -1/+1 |
| * | | * Start fleshing out the REST API for users. | Barry Warsaw | 2011-03-18 | 3 | -0/+62 |
| |/ |
|
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 10 | -10/+10 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 2 | -5/+5 |
| * | Fairly significant change to the way member and nonmember moderation occurs. | Barry Warsaw | 2010-12-29 | 2 | -11/+11 |
| * | Clean up from the previous commit. | Barry Warsaw | 2010-12-28 | 1 | -3/+7 |
| * | This is part 1 of the merge of Jimmy Bergman's branch | Barry Warsaw | 2010-12-28 | 2 | -1/+29 |
| |\ |
|
| | * | Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti... | root | 2010-10-13 | 2 | -0/+29 |
| * | | In the REST API, include the fqdn_listname and email address in the member's | Barry Warsaw | 2010-12-26 | 2 | -0/+44 |
| * | | 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 | 2 | -4/+42 |
| |\ |
|
| | * | Add doctest for connecting using invalid credentials and some documentation r... | root | 2010-09-29 | 1 | -3/+22 |
| | * | Add HTTP authentication to the REST API | root | 2010-09-28 | 1 | -2/+14 |
| * | | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 2 | -2/+1 |
| |/ |
|
| * | 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 | 4 | -15/+98 |
| * | Refactor, and add a missing import. | Barry Warsaw | 2010-08-23 | 7 | -75/+103 |
| * | Refactor the list configuration code via the REST interface, and flesh it out | Barry Warsaw | 2010-08-23 | 11 | -264/+399 |
| * | Expose description in the interface and REST API. | Barry Warsaw | 2010-08-12 | 2 | -0/+11 |
| * | Expose the autoreponse values in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-12 | 3 | -3/+127 |
| * | Expose administrivia in the IMailingList interface and REST API. | Barry Warsaw | 2010-08-11 | 2 | -0/+8 |
| * | Expose anonymous_list and advertised in the IMailingList interface and in the... | Barry Warsaw | 2010-08-11 | 2 | -0/+18 |
| * | Expose in the IMailingList interface, and in the REST API. | Barry Warsaw | 2010-08-11 | 2 | -49/+75 |
| * | Acceptable aliases as a sub-resource. | Barry Warsaw | 2010-08-10 | 2 | -2/+119 |
| * | Placeholder for PATCH implementation. | Barry Warsaw | 2010-08-10 | 2 | -5/+111 |
| * | Implement HTTP PUT (good path) for changing a list's configuration. | Barry Warsaw | 2010-08-10 | 3 | -39/+130 |
| * | Access mailing list configuration via REST | Barry Warsaw | 2010-08-10 | 3 | -1/+124 |
| * | Fixes bug LP: #601899; delete list function in rest server. | Barry Warsaw | 2010-07-06 | 3 | -3/+64 |
| * | * Fix the bin/test -e/--stderr option to work with the current | Barry Warsaw | 2010-06-18 | 4 | -29/+72 |
| * | Because we'll often need to turn functions into restish matchers, add a | Barry Warsaw | 2010-06-18 | 2 | -6/+14 |
| * | Ensure that email addresses with slashes in them can be registered. | Barry Warsaw | 2010-06-17 | 2 | -2/+20 |
| * | Subscribing an already subscribed member via REST now returns a 409 error | Barry Warsaw | 2010-06-15 | 2 | -2/+2 |
| * | Add POST validators. | Barry Warsaw | 2010-03-01 | 5 | -24/+151 |
| * | Refactoring for common collection code. | Barry Warsaw | 2010-02-25 | 7 | -70/+87 |
| * | Remove more files that are unnecessary. | Barry Warsaw | 2010-02-25 | 3 | -283/+0 |
| * | Refactor both the mailing lists and membership REST wrappers. | Barry Warsaw | 2010-02-25 | 7 | -246/+293 |
| * | Refactor domains into a separate file. | Barry Warsaw | 2010-02-25 | 5 | -97/+122 |
| * | More refactoring: | Barry Warsaw | 2010-02-25 | 6 | -52/+221 |
| * | Refactoring the REST support by removing unnecessary stuff and moving other | Barry Warsaw | 2010-02-25 | 3 | -93/+94 |
| * | Remove some files that are not needed for restish implementation. | Barry Warsaw | 2010-02-25 | 4 | -253/+0 |
| * | Complete the conversion to restish. All the tests pass and we're now actually | Barry Warsaw | 2010-02-24 | 5 | -102/+196 |
| * | * Make the lists.txt doctest pass with restish. | Barry Warsaw | 2010-02-23 | 2 | -8/+99 |
| * | Rip out lazr.restful and replace it with restish. This simpifies a lot of the | Barry Warsaw | 2010-02-23 | 3 | -67/+172 |
| * | Add a lot of comments about lazr.restful 0.9.18. | Barry Warsaw | 2010-02-16 | 3 | -17/+31 |
| * | Oh FFS. lazr.restful 0.9.18 totally broke our shit by introducing | Barry Warsaw | 2010-02-16 | 5 | -38/+91 |
| * | Add a comment | Barry Warsaw | 2010-01-01 | 1 | -0/+5 |
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 8 | -8/+8 |