summaryrefslogtreecommitdiff
path: root/src/mailman/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Abhilash's fix for allowing singleton strings in REST interfaces that alsoBarry Warsaw2015-04-153-1/+68
|\
| * add test for previous bugfixAbhilash Raj2015-04-141-0/+9
| * fix creating domains from rest with only one ownersAbhilash Raj2015-04-141-1/+4
* | Trunk mergeBarry Warsaw2015-04-078-58/+374
|\|
| * * Domains now have a list of owners, which are ``IUser`` objects, instead ofBarry Warsaw2015-04-068-58/+374
| |\
| | * Add lots of test for various bits of domain owners.Barry Warsaw2015-04-066-37/+131
| | * Checkpointing:Barry Warsaw2015-04-065-17/+169
| | * Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-067-37/+106
| |/|
| | * * implement left over methodsAbhilash Raj2015-04-064-21/+29
| | * * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-312-2/+7
| | * add tests, fix docs, remove contact_addressAbhilash Raj2015-03-283-25/+26
| | * merge serverowner branchAbhilash Raj2015-03-272-10/+65
| | |\
| | | * all tests passing now (except doctests)Abhilash Raj2015-03-261-5/+19
| | | * add domainowner and serverowner optionsAbhilash Raj2015-03-212-8/+49
| * | | Update docstring.Barry Warsaw2015-03-291-0/+1
* | | | Advertise the subscription policy in the REST APIAurélien Bompard2015-03-313-1/+7
* | | | Merge abompard's subpolicy branch port with trunk. Still a WIP.Barry Warsaw2015-03-291-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge from headAurélien Bompard2015-03-263-1/+38
| |\| |
| * | | Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-203-18/+19
| | |/ | |/|
* | | Merging in several refactorings, and a REST API change.Barry Warsaw2015-03-263-17/+32
|\ \ \ | |_|/ |/| |
| * | Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-3/+2
| * | Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-0/+13
| * | * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-212-16/+19
* | | LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-0/+16
|/ /
* / * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-202-1/+22
|/
* LP: #1425359: Elaborate on how email addresses with mixed case can subscribeBarry Warsaw2015-03-131-6/+38
|\
| * Fixed the issue #1425359 and wrote corresponding tests.black-perl ankprashar@gmail.com2015-03-041-0/+9
|/
* * Member resource JSON now include the ``member_id`` as a separate key.Barry Warsaw2015-02-133-1/+54
* * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-133-1/+113
* Don't hardcode the Python versionAurélien Bompard2015-02-111-1/+1
* * When deleting a user via REST, make sure all linked addresses are deleted.Barry Warsaw2015-02-092-70/+119
* * You can now DELETE an address. If the address is linked to a user, theBarry Warsaw2015-02-053-0/+77
* * 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-0417-48/+35
* Bump copyright years.Barry Warsaw2015-01-0425-25/+25
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-035-0/+424
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-268-16/+246
* Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-263-13/+32
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-2224-91/+18
* Trunk merge.Barry Warsaw2014-12-225-32/+445
|\
| * /user sub-resource of the address documented by Aurélien Bompard.Barry Warsaw2014-12-091-11/+124
| |\
| | * Document the new /addresses/<email>/user resourceAurélien Bompard2014-12-091-10/+120
| |/
| * * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-085-22/+323
| |\
| | * REST feature: create a user from an existing addressAurélien Bompard2014-12-085-21/+274
| |/
* | All the REST tests pass.Barry Warsaw2014-12-1512-66/+98
* | Lots of REST test fixes.Barry Warsaw2014-12-156-20/+20
* | Two more REST tests passing.Barry Warsaw2014-12-153-9/+9
* | Checkpointing more fixes.Barry Warsaw2014-12-113-8/+13
* | Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw2014-12-113-5/+8
* | Checkpointing.Barry Warsaw2014-11-3016-52/+59
|/