| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Trunk merge. | Barry Warsaw | 2014-12-22 | 5 | -32/+445 |
| |\ |
|
| | * | /user sub-resource of the address documented by Aurélien Bompard. | Barry Warsaw | 2014-12-09 | 1 | -11/+124 |
| | |\ |
|
| | | * | Document the new /addresses/<email>/user resource | Aurélien Bompard | 2014-12-09 | 1 | -10/+120 |
| | |/ |
|
| | * | * The address resource now has an additional '/user' sub-resource which can | Barry Warsaw | 2014-12-08 | 5 | -22/+323 |
| | |\ |
|
| | | * | REST feature: create a user from an existing address | Aurélien Bompard | 2014-12-08 | 5 | -21/+274 |
| | |/ |
|
| * | | All the REST tests pass. | Barry Warsaw | 2014-12-15 | 12 | -66/+98 |
| * | | Lots of REST test fixes. | Barry Warsaw | 2014-12-15 | 6 | -20/+20 |
| * | | Two more REST tests passing. | Barry Warsaw | 2014-12-15 | 3 | -9/+9 |
| * | | Checkpointing more fixes. | Barry Warsaw | 2014-12-11 | 3 | -8/+13 |
| * | | Fix some basic REST plumbing, and make test_rosters pass. | Barry Warsaw | 2014-12-11 | 3 | -5/+8 |
| * | | Checkpointing. | Barry Warsaw | 2014-11-30 | 16 | -52/+59 |
| |/ |
|
| * | Make sure runner subprocesses get covered during `tox -e coverage`. | Barry Warsaw | 2014-11-16 | 1 | -0/+1 |
| * | s/restish/falcon/ | Barry Warsaw | 2014-11-15 | 26 | -605/+1004 |
| |\ |
|
| | * | Make it work with some pending refactoring in upstream falcon. | Barry Warsaw | 2014-11-11 | 1 | -1/+2 |
| | * | Trunk merge. | Barry Warsaw | 2014-11-08 | 1 | -5/+6 |
| | |\
| |/
|/| |
|
| | * | When we switch to tox, we'll get hash randomization, which breaks many tests. | Barry Warsaw | 2014-11-06 | 4 | -7/+9 |
| | * | Port to current Falcon git head. | Barry Warsaw | 2014-11-02 | 2 | -17/+23 |
| | * | Trunk merge. | Barry Warsaw | 2014-11-02 | 2 | -18/+16 |
| | |\ |
|
| | * | | Remove some unused code. | Barry Warsaw | 2014-11-02 | 1 | -5/+0 |
| | * | | Minor cleanups. | Barry Warsaw | 2014-08-15 | 3 | -11/+7 |
| | * | | Refactor so that most modules don't need to import falcon, and so fewer | Barry Warsaw | 2014-08-14 | 12 | -215/+190 |
| | * | | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 17 | -257/+352 |
| | * | | Port users and part of members. | Barry Warsaw | 2014-08-13 | 3 | -60/+92 |
| | * | | Lists and pagination are ported. | Barry Warsaw | 2014-08-13 | 5 | -75/+152 |
| | * | | Domains are ported to falcon. | Barry Warsaw | 2014-08-13 | 4 | -47/+63 |
| | * | | Make preferences work. | Barry Warsaw | 2014-08-13 | 6 | -42/+87 |
| | * | | test_addresses and test_root are both passing now. | Barry Warsaw | 2014-08-12 | 3 | -17/+17 |
| | * | | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 9 | -73/+122 |
| | * | | First pass at converting to falcon for the REST API layer. | Barry Warsaw | 2014-08-12 | 5 | -94/+207 |
| * | | | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 3 | -10/+14 |
| | |/
|/| |
|
| * | | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 1 | -17/+15 |
| * | | Pass all tests with PYTHONWARNINGS=error. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 17 | -34/+34 |
| * | * Fixed a crash in the REST server when searching for nonmembers via | Barry Warsaw | 2014-04-15 | 5 | -65/+245 |
| * | * Addresses can be added to existing users, including display names, via the | Barry Warsaw | 2014-04-14 | 3 | -1/+166 |
| |\ |
|
| | * | Add an email address to an existing user via the REST API. | Barry Warsaw | 2014-04-14 | 3 | -0/+165 |
| |/| |
|
| | * | Posting an invalid email address string to the user/addresses endpoint | Florian Fuchs | 2014-04-14 | 2 | -2/+17 |
| | * | * Added an API endpoint to POST new email addresses to a user resource. | Florian Fuchs | 2014-04-13 | 3 | -0/+87 |
| * | | Trunk merge | Barry Warsaw | 2014-04-14 | 24 | -24/+219 |
| |\| |
|
| | * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -1/+1 |
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 22 | -22/+22 |
| | * | Fix a couple of intermittent test problems. | Barry Warsaw | 2013-12-01 | 1 | -0/+1 |
| | * | Add lists/<list-id>/archivers as the resource end-point. | Barry Warsaw | 2013-11-27 | 4 | -53/+190 |
| | * | Checkpointing. | Barry Warsaw | 2013-11-25 | 1 | -6/+10 |
| | * | Unit tests for enabling/disabling archivers. | Joanna Skrzeszewska | 2013-09-18 | 1 | -0/+26 |
| | * | Changes for enabling/disabling archivers. | Joanna Skrzeszewska | 2013-09-08 | 1 | -1/+28 |
| * | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 2 | -2/+3 |
| |/ |
|
| * | * Expose ``hide_address`` to the ``.../preferences`` REST API. Contributed | Barry Warsaw | 2013-08-28 | 2 | -0/+4 |
| |\ |
|
| | * | Adding a missing hide_address preference | Sneha Priscilla | 2013-08-09 | 1 | -0/+1 |
| * | | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 5 | -10/+14 |
| |/ |
|