| Commit message (Expand) | Author | Age | Files | Lines |
| * | * The address resource now has an additional '/user' sub-resource which can | Barry Warsaw | 2014-12-08 | 1 | -0/+174 |
| |\ |
|
| | * | REST feature: create a user from an existing address | Aurélien Bompard | 2014-12-08 | 1 | -0/+136 |
| |/ |
|
| * | s/restish/falcon/ | Barry Warsaw | 2014-11-15 | 8 | -36/+354 |
| |\ |
|
| | * | Port to current Falcon git head. | Barry Warsaw | 2014-11-02 | 1 | -5/+5 |
| | * | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 4 | -5/+112 |
| | * | Lists and pagination are ported. | Barry Warsaw | 2014-08-13 | 2 | -24/+95 |
| | * | Domains are ported to falcon. | Barry Warsaw | 2014-08-13 | 1 | -0/+14 |
| | * | Make preferences work. | Barry Warsaw | 2014-08-13 | 1 | -0/+67 |
| | * | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 2 | -2/+16 |
| | * | First pass at converting to falcon for the REST API layer. | Barry Warsaw | 2014-08-12 | 1 | -5/+50 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -1/+1 |
| * | * Fixed a crash in the REST server when searching for nonmembers via | Barry Warsaw | 2014-04-15 | 2 | -6/+128 |
| * | Add an email address to an existing user via the REST API. | Barry Warsaw | 2014-04-14 | 1 | -0/+83 |
| |\ |
|
| | * | Posting an invalid email address string to the user/addresses endpoint | Florian Fuchs | 2014-04-14 | 1 | -0/+12 |
| | * | * Added an API endpoint to POST new email addresses to a user resource. | Florian Fuchs | 2014-04-13 | 1 | -0/+35 |
| * | | Trunk merge | Barry Warsaw | 2014-04-14 | 8 | -8/+77 |
| |\| |
|
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 8 | -8/+8 |
| | * | Add lists/<list-id>/archivers as the resource end-point. | Barry Warsaw | 2013-11-27 | 1 | -20/+63 |
| | * | Unit tests for enabling/disabling archivers. | Joanna Skrzeszewska | 2013-09-18 | 1 | -0/+26 |
| * | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 1 | -1/+2 |
| |/ |
|
| * | Tweaks and fixes by Barry. | Barry Warsaw | 2013-03-21 | 1 | -34/+50 |
| * | Removed unused `default_count` argument and remove one wrapping level in pagi... | Florian Fuchs | 2013-03-20 | 1 | -7/+7 |
| * | Fixed some comments in pagination test | Florian Fuchs | 2013-03-20 | 1 | -5/+7 |
| * | REST API: Added pagination functionality to list, member and user collections. | Florian Fuchs | 2013-03-20 | 1 | -0/+127 |
| * | * Non-queue runners should not create ``var/queue`` subdirectories. Fixed by | Barry Warsaw | 2013-01-20 | 1 | -0/+9 |
| |\ |
|
| | * | Test added to non_queue_runner bug | Sandesh Kumar Agrawal | 2013-01-17 | 1 | -0/+7 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 7 | -7/+7 |
| * | * List styles are supported through the REST API. Get the list of available | Barry Warsaw | 2012-12-30 | 1 | -0/+47 |
| * | * A user's password can be verified by POSTing to .../user/<id>/login. The | Barry Warsaw | 2012-12-26 | 1 | -2/+85 |
| * | * Finish rewrite of users.rst doctest. | Barry Warsaw | 2012-12-26 | 1 | -2/+81 |
| * | Flesh out a few more tests. | Barry Warsaw | 2012-12-17 | 1 | -2/+34 |
| * | * Simplify moderator.rst and requests.rst so they serve a better purpose as | Barry Warsaw | 2012-12-17 | 1 | -1/+1 |
| * | * Deleting a user through the REST API also deletes all the user's linked | Barry Warsaw | 2012-11-05 | 1 | -0/+87 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 7 | -182/+69 |
| * | * You can now verify and unverify an email address through the REST API. | Barry Warsaw | 2012-09-22 | 1 | -1/+73 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 1 | -5/+5 |
| * | - Remove an obsolete script. | Barry Warsaw | 2012-04-22 | 1 | -2/+3 |
| * | - Module modernization by adding the print_function() import. | Barry Warsaw | 2012-04-22 | 5 | -52/+57 |
| * | * Mailing list resources now have a `member_count` attribute which gives the | Barry Warsaw | 2012-03-15 | 1 | -2/+51 |
| |\ |
|
| | * | Unittest to show that adding members to a list is reflected in the rest api | toshio | 2012-03-15 | 1 | -1/+43 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -2/+2 |
| |/ |
|
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 2 | -1/+108 |
| * | copybump | Barry Warsaw | 2012-01-01 | 6 | -6/+6 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 6 | -48/+0 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 2 | -0/+104 |
| * | * Getting the memberships for a non-existent address did not give a 404 error | Barry Warsaw | 2011-09-13 | 2 | -3/+62 |
| * | * Four new events are created, and notifications are sent during domain | Barry Warsaw | 2011-09-02 | 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 |
| * | | * Getting the roster or configuration of a nonexistent list did not give a | Barry Warsaw | 2011-09-01 | 1 | -0/+89 |