| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add lots of test for various bits of domain owners. | Barry Warsaw | 2015-04-06 | 1 | -11/+38 |
| * | Checkpointing: | Barry Warsaw | 2015-04-06 | 1 | -10/+15 |
| * | * implement left over methods | Abhilash Raj | 2015-04-06 | 1 | -13/+12 |
| * | merge serverowner branch | Abhilash Raj | 2015-03-27 | 1 | -5/+49 |
| |\ |
|
| | * | all tests passing now (except doctests) | Abhilash Raj | 2015-03-26 | 1 | -5/+19 |
| | * | add domainowner and serverowner options | Abhilash Raj | 2015-03-21 | 1 | -3/+33 |
| * | | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 1 | -1/+1 |
| |/ |
|
| * | * When deleting a user via REST, make sure all linked addresses are deleted. | Barry Warsaw | 2015-02-09 | 1 | -1/+5 |
| * | 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 | -7/+6 |
| * | Trunk merge. | Barry Warsaw | 2014-12-22 | 1 | -26/+131 |
| |\ |
|
| | * | * The address resource now has an additional '/user' sub-resource which can | Barry Warsaw | 2014-12-08 | 1 | -22/+129 |
| | |\ |
|
| | | * | REST feature: create a user from an existing address | Aurélien Bompard | 2014-12-08 | 1 | -21/+119 |
| | |/ |
|
| * | | Lots of REST test fixes. | Barry Warsaw | 2014-12-15 | 1 | -2/+2 |
| * | | Checkpointing. | Barry Warsaw | 2014-11-30 | 1 | -5/+7 |
| |/ |
|
| * | Make sure runner subprocesses get covered during `tox -e coverage`. | Barry Warsaw | 2014-11-16 | 1 | -0/+1 |
| * | Minor cleanups. | Barry Warsaw | 2014-08-15 | 1 | -2/+1 |
| * | Refactor so that most modules don't need to import falcon, and so fewer | Barry Warsaw | 2014-08-14 | 1 | -40/+27 |
| * | Complete the conversion from restish to falcon, modulo a clean up pass. All | Barry Warsaw | 2014-08-14 | 1 | -4/+4 |
| * | Port users and part of members. | Barry Warsaw | 2014-08-13 | 1 | -43/+72 |
| * | Make preferences work. | Barry Warsaw | 2014-08-13 | 1 | -1/+1 |
| * | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 1 | -4/+5 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | Tweaks and fixes by Barry. | Barry Warsaw | 2013-03-21 | 1 | -1/+1 |
| * | Removed unused `default_count` argument and remove one wrapping level in pagi... | Florian Fuchs | 2013-03-20 | 1 | -1/+1 |
| * | REST API: Added pagination functionality to list, member and user collections. | Florian Fuchs | 2013-03-20 | 1 | -1/+2 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | Remove commented out pdb call. | Barry Warsaw | 2012-12-26 | 1 | -1/+0 |
| * | * A user's password can be verified by POSTing to .../user/<id>/login. The | Barry Warsaw | 2012-12-26 | 1 | -0/+22 |
| * | * Finish rewrite of users.rst doctest. | Barry Warsaw | 2012-12-26 | 1 | -2/+4 |
| * | * Deleting a user through the REST API also deletes all the user's linked | Barry Warsaw | 2012-11-05 | 1 | -2/+7 |
| * | * You can now PUT and PATCH on user resources to change the user's display | Barry Warsaw | 2012-09-22 | 1 | -2/+58 |
| * | * `passlib`_ is now used for all password hashing instead of flufl.password. | Barry Warsaw | 2012-07-02 | 1 | -2/+1 |
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -3/+3 |
| * | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -4/+4 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 1 | -4/+5 |
| * | * Preferences for addresses, users, and members can be accessed, changed, and | Barry Warsaw | 2011-09-23 | 1 | -0/+13 |
| * | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 1 | -6/+16 |
| * | * DELETE users via the REST API. (LP: #820660) | Barry Warsaw | 2011-08-14 | 1 | -1/+9 |
| * | Add REST API for addresses, and change the user REST API to use it where | Barry Warsaw | 2011-04-19 | 1 | -39/+13 |
| * | Give user resources and user address resources a self_link. | Barry Warsaw | 2011-04-19 | 1 | -0/+2 |
| * | Add /users/<uid>/addresses to get all the addresses registered to a user. | Barry Warsaw | 2011-04-09 | 1 | -0/+36 |
| * | Hook in initial password setting to user creation via API. | Barry Warsaw | 2011-04-08 | 1 | -1/+6 |
| * | Get users via email address through the REST API. | Barry Warsaw | 2011-04-05 | 1 | -2/+15 |
| * | More fleshing out of the users REST API. | Barry Warsaw | 2011-04-04 | 1 | -1/+28 |
| * | Basic REST users URL. | Barry Warsaw | 2011-03-18 | 1 | -0/+41 |
| * | * Start fleshing out the REST API for users. | Barry Warsaw | 2011-03-18 | 1 | -0/+38 |