summaryrefslogtreecommitdiff
path: root/src/mailman/rest/users.py
Commit message (Expand)AuthorAgeFilesLines
* Add lots of test for various bits of domain owners.Barry Warsaw2015-04-061-11/+38
* Checkpointing:Barry Warsaw2015-04-061-10/+15
* * implement left over methodsAbhilash Raj2015-04-061-13/+12
* merge serverowner branchAbhilash Raj2015-03-271-5/+49
|\
| * all tests passing now (except doctests)Abhilash Raj2015-03-261-5/+19
| * add domainowner and serverowner optionsAbhilash Raj2015-03-211-3/+33
* | * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-1/+1
|/
* * When deleting a user via REST, make sure all linked addresses are deleted.Barry Warsaw2015-02-091-1/+5
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+6
* Trunk merge.Barry Warsaw2014-12-221-26/+131
|\
| * * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-081-22/+129
| |\
| | * REST feature: create a user from an existing addressAurélien Bompard2014-12-081-21/+119
| |/
* | Lots of REST test fixes.Barry Warsaw2014-12-151-2/+2
* | Checkpointing.Barry Warsaw2014-11-301-5/+7
|/
* Make sure runner subprocesses get covered during `tox -e coverage`.Barry Warsaw2014-11-161-0/+1
* Minor cleanups.Barry Warsaw2014-08-151-2/+1
* Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-40/+27
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-4/+4
* Port users and part of members.Barry Warsaw2014-08-131-43/+72
* Make preferences work.Barry Warsaw2014-08-131-1/+1
* Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-4/+5
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-1/+1
* Removed unused `default_count` argument and remove one wrapping level in pagi...Florian Fuchs2013-03-201-1/+1
* REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-201-1/+2
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Remove commented out pdb call.Barry Warsaw2012-12-261-1/+0
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-0/+22
* * Finish rewrite of users.rst doctest.Barry Warsaw2012-12-261-2/+4
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-051-2/+7
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-221-2/+58
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-2/+1
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-3/+3
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-4/+4
* copybumpBarry Warsaw2012-01-011-1/+1
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-4/+5
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-231-0/+13
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-6/+16
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-141-1/+9
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-191-39/+13
* Give user resources and user address resources a self_link.Barry Warsaw2011-04-191-0/+2
* Add /users/<uid>/addresses to get all the addresses registered to a user.Barry Warsaw2011-04-091-0/+36
* Hook in initial password setting to user creation via API.Barry Warsaw2011-04-081-1/+6
* Get users via email address through the REST API.Barry Warsaw2011-04-051-2/+15
* More fleshing out of the users REST API.Barry Warsaw2011-04-041-1/+28
* Basic REST users URL.Barry Warsaw2011-03-181-0/+41
* * Start fleshing out the REST API for users.Barry Warsaw2011-03-181-0/+38