summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
|/
* s/restish/falcon/Barry Warsaw2014-11-158-36/+354
|\
| * Port to current Falcon git head.Barry Warsaw2014-11-021-5/+5
| * Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-144-5/+112
| * Lists and pagination are ported.Barry Warsaw2014-08-132-24/+95
| * Domains are ported to falcon.Barry Warsaw2014-08-131-0/+14
| * Make preferences work.Barry Warsaw2014-08-131-0/+67
| * Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-122-2/+16
| * First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-5/+50
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* * Fixed a crash in the REST server when searching for nonmembers viaBarry Warsaw2014-04-152-6/+128
* 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
* | Trunk mergeBarry Warsaw2014-04-148-8/+77
|\|
| * Bump copyright years.Barry Warsaw2014-01-018-8/+8
| * Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-271-20/+63
| * Unit tests for enabling/disabling archivers.Joanna Skrzeszewska2013-09-181-0/+26
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-1/+2
|/
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-34/+50
* Removed unused `default_count` argument and remove one wrapping level in pagi...Florian Fuchs2013-03-201-7/+7
* Fixed some comments in pagination testFlorian Fuchs2013-03-201-5/+7
* REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-201-0/+127
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-0/+9
|\
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-171-0/+7
|/
* Bump copyright years.Barry Warsaw2013-01-017-7/+7
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-301-0/+47
* * 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
* Flesh out a few more tests.Barry Warsaw2012-12-171-2/+34
* * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-171-1/+1
* * 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-317-182/+69
* * You can now verify and unverify an email address through the REST API.Barry Warsaw2012-09-221-1/+73
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-5/+5
* - Remove an obsolete script.Barry Warsaw2012-04-221-2/+3
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-225-52/+57
* * Mailing list resources now have a `member_count` attribute which gives theBarry Warsaw2012-03-151-2/+51
|\
| * Unittest to show that adding members to a list is reflected in the rest apitoshio2012-03-151-1/+43
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-2/+2
|/
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-302-1/+108
* copybumpBarry Warsaw2012-01-016-6/+6
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-306-48/+0
* * Preferences for addresses, users, and members can be accessed, changed, andBarry Warsaw2011-09-232-0/+104
* * Getting the memberships for a non-existent address did not give a 404 errorBarry Warsaw2011-09-132-3/+62
* * Four new events are created, and notifications are sent during domainBarry Warsaw2011-09-021-0/+11
* * You can now query or change a member's `delivery_mode` attribute throughBarry Warsaw2011-09-011-1/+11
|\
* | * PATCHing an invalid attribute on a member did not give a 400 errorBarry Warsaw2011-09-011-0/+16
* | * Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw2011-09-011-0/+89