summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/users.rst
Commit message (Expand)AuthorAgeFilesLines
* Complete the port to Falcon 1.0.Barry Warsaw2016-04-021-0/+5
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-041-3/+3
* * When creating a user via REST using an address that already exists, butBarry Warsaw2015-05-101-0/+32
* Checkpointing:Barry Warsaw2015-04-061-1/+81
* add tests, fix docs, remove contact_addressAbhilash Raj2015-03-281-0/+17
* Trunk merge.Barry Warsaw2014-12-221-0/+4
|\
| * REST feature: create a user from an existing addressAurélien Bompard2014-12-081-0/+4
* | All the REST tests pass.Barry Warsaw2014-12-151-30/+0
|/
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-2/+5
* REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-201-0/+28
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-0/+42
* * Finish rewrite of users.rst doctest.Barry Warsaw2012-12-261-130/+125
* initial refactoringBarry Warsaw2012-12-251-13/+12
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-051-0/+7
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-221-2/+99
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-7/+7
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-12/+12
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-1/+1
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-1/+1
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-141-0/+256