| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix two problems and close #260 | Barry Warsaw | 2017-04-22 | 1 | -0/+15 |
| * | Remove the dependency on httplib2. | Barry Warsaw | 2017-02-06 | 1 | -65/+66 |
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| * | Simplify the implementation. | Barry Warsaw | 2016-10-17 | 1 | -5/+3 |
| * | IWorkflowManager -> ISubscriptionManager | Barry Warsaw | 2016-09-01 | 1 | -4/+5 |
| * | Checkpointing | Barry Warsaw | 2016-09-01 | 1 | -1/+1 |
| * | Intermediate Commit | Abhilash Raj | 2016-09-01 | 1 | -4/+4 |
| * | Import order flake8 plugin. | Barry Warsaw | 2016-03-27 | 1 | -1/+1 |
| * | Clean up the rest directory. | Barry Warsaw | 2016-03-25 | 1 | -12/+2 |
| * | Closes #199 | Barry Warsaw | 2016-03-22 | 1 | -0/+49 |
| * | Fix #198 - duplicate owner subscription error | Barry Warsaw | 2016-03-05 | 1 | -0/+16 |
| * | Add a set_preferred() helper. | Barry Warsaw | 2016-02-06 | 1 | -12/+6 |
| * | Also add a test for the global ban list | Aurélien Bompard | 2016-01-20 | 1 | -0/+12 |
| * | Give a meaningful message when a banned member tries to join | Aurélien Bompard | 2016-01-20 | 1 | -0/+13 |
| * | Use common idiom for converting the UUID. | Barry Warsaw | 2016-01-13 | 1 | -4/+4 |
| * | Fix getting a list member through the 3.1 API | Aurélien Bompard | 2016-01-13 | 1 | -0/+18 |
| * | Boost coverage. | Barry Warsaw | 2016-01-08 | 1 | -0/+50 |
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| * | Cleanups, corner case fixes, and coverage. | Barry Warsaw | 2015-12-31 | 1 | -1/+27 |
| * | Major push for completing issue #121. Now in API 3.1, all UUIDs must be the | Barry Warsaw | 2015-12-30 | 1 | -1/+150 |
| * | Allow a Member's moderation_action to be changed by the REST API. | Aurélien Bompard | 2015-12-08 | 1 | -0/+13 |
| * | Plumb the subscription policy through the REST API. | Barry Warsaw | 2015-04-15 | 1 | -0/+12 |
| * | LP: #1425359: Elaborate on how email addresses with mixed case can subscribe | Barry Warsaw | 2015-03-13 | 1 | -6/+38 |
| |\ |
|
| | * | Fixed the issue #1425359 and wrote corresponding tests. | black-perl ankprashar@gmail.com | 2015-03-04 | 1 | -0/+9 |
| |/ |
|
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -3/+0 |
| * | Two more REST tests passing. | Barry Warsaw | 2014-12-15 | 1 | -5/+5 |
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -3/+2 |
| * | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 1 | -3/+0 |
| * | * Fixed a crash in the REST server when searching for nonmembers via | Barry Warsaw | 2014-04-15 | 1 | -5/+124 |
| * | Trunk merge | Barry Warsaw | 2014-04-14 | 1 | -1/+1 |
| |\ |
|
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 1 | -1/+2 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -67/+28 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 1 | -5/+5 |
| * | - Module modernization by adding the print_function() import. | Barry Warsaw | 2012-04-22 | 1 | -28/+30 |
| * | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -2/+2 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 1 | -8/+0 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 1 | -0/+11 |
| * | * You can now query or change a member's `delivery_mode` attribute through | Barry Warsaw | 2011-09-01 | 1 | -1/+11 |
| |\ |
|
| * | | * PATCHing an invalid attribute on a member did not give a 400 error | Barry Warsaw | 2011-09-01 | 1 | -0/+16 |
| |/ |
|
| * | * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given by | Barry Warsaw | 2011-08-14 | 1 | -0/+10 |
| * | Complete the ability to change a subscription address, both internally and via | Barry Warsaw | 2011-04-25 | 1 | -2/+2 |
| * | Allow users to subscribe to mailing lists through the REST API. | Barry Warsaw | 2011-04-24 | 1 | -4/+4 |
| * | Users subscribed to a mailing list via their preferred address show up | Barry Warsaw | 2011-04-22 | 1 | -8/+42 |
| * | Give IMembers a unique member id. We have to do this in order to give them a | Barry Warsaw | 2011-04-22 | 1 | -7/+12 |
| * | * Move members.txt corner cases to unittests. | Barry Warsaw | 2011-04-20 | 1 | -0/+162 |