summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_users.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-48/+48
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the rest directory.Barry Warsaw2016-03-251-14/+0
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-0/+78
* Fixes #136 on the 3.0 maintenance branch.Barry Warsaw2015-07-131-0/+27
* * When creating a user via REST using an address that already exists, butBarry Warsaw2015-05-101-2/+35
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-1/+2
* * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-0/+21
* * When deleting a user via REST, make sure all linked addresses are deleted.Barry Warsaw2015-02-091-69/+114
* * When creating a user with an email address, do not create the user recordBarry Warsaw2015-02-051-0/+22
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* All the REST tests pass.Barry Warsaw2014-12-151-0/+57
* Lots of REST test fixes.Barry Warsaw2014-12-151-1/+1
* Checkpointing.Barry Warsaw2014-11-301-3/+2
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-151-1/+4
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-2/+85
* * Finish rewrite of users.rst doctest.Barry Warsaw2012-12-261-2/+81
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-051-0/+87
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-6/+2
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-3/+4
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-1/+1
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Getting the memberships for a non-existent address did not give a 404 errorBarry Warsaw2011-09-131-3/+0
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-141-0/+64