summaryrefslogtreecommitdiff
path: root/src/mailman/rest/users.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * 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