summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_addresses.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-56/+56
* Create users sequentially for uid stability.Barry Warsaw2017-01-291-0/+2
* Enforce a stricter coding style.Barry Warsaw2017-01-261-2/+2
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Clean up REST bits.Barry Warsaw2016-05-141-9/+8
* Fix Flake8 errorsAurélien Bompard2016-05-041-1/+1
* Allow merging users from the REST interfaceAurélien Bompard2016-05-041-0/+19
* Clean up the rest directory.Barry Warsaw2016-03-251-8/+0
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-0/+12
* Refactor API contexts.Barry Warsaw2016-01-131-2/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-1/+42
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-0/+105
* Merge branch 'maxking/mailman-add-alternate' into mr30Barry Warsaw2015-07-311-1/+42
|\
| * Add an unlinked address to a user via RESTAbhilash Raj2015-07-301-1/+20
|/
* * You can now DELETE an address. If the address is linked to a user, theBarry Warsaw2015-02-051-0/+9
* 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
* Trunk merge.Barry Warsaw2014-12-221-0/+174
|\
| * * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-081-0/+174
| |\
| | * REST feature: create a user from an existing addressAurélien Bompard2014-12-081-0/+136
| |/
* | All the REST tests pass.Barry Warsaw2014-12-151-0/+6
* | Two more REST tests passing.Barry Warsaw2014-12-151-3/+3
* | Checkpointing.Barry Warsaw2014-11-301-3/+2
|/
* s/restish/falcon/Barry Warsaw2014-11-151-1/+15
|\
| * Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-1/+15
|/
* Add an email address to an existing user via the REST API.Barry Warsaw2014-04-141-0/+83
|\
| * Posting an invalid email address string to the user/addresses endpoint Florian Fuchs2014-04-141-0/+12
| * * Added an API endpoint to POST new email addresses to a user resource.Florian Fuchs2014-04-131-0/+35
|/
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-26/+10
* * You can now verify and unverify an email address through the REST API.Barry Warsaw2012-09-221-1/+73
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-4/+5
* 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-0/+62