| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Abhilash's fix for allowing singleton strings in REST interfaces that also | Barry Warsaw | 2015-04-15 | 3 | -1/+68 |
| |\ |
|
| | * | add test for previous bugfix | Abhilash Raj | 2015-04-14 | 1 | -0/+9 |
| | * | fix creating domains from rest with only one owners | Abhilash Raj | 2015-04-14 | 1 | -1/+4 |
| * | | Trunk merge | Barry Warsaw | 2015-04-07 | 8 | -58/+374 |
| |\| |
|
| | * | * Domains now have a list of owners, which are ``IUser`` objects, instead of | Barry Warsaw | 2015-04-06 | 8 | -58/+374 |
| | |\ |
|
| | | * | Add lots of test for various bits of domain owners. | Barry Warsaw | 2015-04-06 | 6 | -37/+131 |
| | | * | Checkpointing: | Barry Warsaw | 2015-04-06 | 5 | -17/+169 |
| | | * | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 7 | -37/+106 |
| | |/| |
|
| | | * | * implement left over methods | Abhilash Raj | 2015-04-06 | 4 | -21/+29 |
| | | * | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 2 | -2/+7 |
| | | * | add tests, fix docs, remove contact_address | Abhilash Raj | 2015-03-28 | 3 | -25/+26 |
| | | * | merge serverowner branch | Abhilash Raj | 2015-03-27 | 2 | -10/+65 |
| | | |\ |
|
| | | | * | all tests passing now (except doctests) | Abhilash Raj | 2015-03-26 | 1 | -5/+19 |
| | | | * | add domainowner and serverowner options | Abhilash Raj | 2015-03-21 | 2 | -8/+49 |
| | * | | | Update docstring. | Barry Warsaw | 2015-03-29 | 1 | -0/+1 |
| * | | | | Advertise the subscription policy in the REST API | Aurélien Bompard | 2015-03-31 | 3 | -1/+7 |
| * | | | | Merge abompard's subpolicy branch port with trunk. Still a WIP. | Barry Warsaw | 2015-03-29 | 1 | -0/+1 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Merge from head | Aurélien Bompard | 2015-03-26 | 3 | -1/+38 |
| | |\| | |
|
| | * | | | Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy) | Aurélien Bompard | 2015-03-20 | 3 | -18/+19 |
| | | |/
| |/| |
|
| * | | | Merging in several refactorings, and a REST API change. | Barry Warsaw | 2015-03-26 | 3 | -17/+32 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Replace add_member() with subscribe() helper. | Barry Warsaw | 2015-03-26 | 1 | -3/+2 |
| | * | | Extended test helper subscribe() which takes an optional email address and | Barry Warsaw | 2015-03-26 | 1 | -0/+13 |
| | * | | * Refactor add_member() so that it uses a RequestRecord namedtuple. | Barry Warsaw | 2015-03-21 | 2 | -16/+19 |
| * | | | LP: #1432239 - Make sure acceptable aliases are deleted before the mailing | Barry Warsaw | 2015-03-24 | 1 | -0/+16 |
| |/ / |
|
| * / | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 2 | -1/+22 |
| |/ |
|
| * | LP: #1425359: Elaborate on how email addresses with mixed case can subscribe | Barry Warsaw | 2015-03-13 | 1 | -6/+38 |
| |\ |
|
| | * | Fixed the issue #1425359 and wrote corresponding tests. | black-perl ankprashar@gmail.com | 2015-03-04 | 1 | -0/+9 |
| |/ |
|
| * | * Member resource JSON now include the ``member_id`` as a separate key. | Barry Warsaw | 2015-02-13 | 3 | -1/+54 |
| * | * A new API is provided to support non-production testing infrastructures, | Barry Warsaw | 2015-02-13 | 3 | -1/+113 |
| * | Don't hardcode the Python version | Aurélien Bompard | 2015-02-11 | 1 | -1/+1 |
| * | * When deleting a user via REST, make sure all linked addresses are deleted. | Barry Warsaw | 2015-02-09 | 2 | -70/+119 |
| * | * You can now DELETE an address. If the address is linked to a user, the | Barry Warsaw | 2015-02-05 | 3 | -0/+77 |
| * | * When creating a user with an email address, do not create the user record | Barry Warsaw | 2015-02-05 | 1 | -0/+22 |
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 17 | -48/+35 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 25 | -25/+25 |
| * | * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg`` | Barry Warsaw | 2015-01-03 | 5 | -0/+424 |
| * | * You can access the system configuration via the resource path | Barry Warsaw | 2014-12-26 | 8 | -16/+246 |
| * | Deprecate <api>/system path in favor of <api>/system/versions. | Barry Warsaw | 2014-12-26 | 3 | -13/+32 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 24 | -91/+18 |
| * | Trunk merge. | Barry Warsaw | 2014-12-22 | 5 | -32/+445 |
| |\ |
|
| | * | /user sub-resource of the address documented by Aurélien Bompard. | Barry Warsaw | 2014-12-09 | 1 | -11/+124 |
| | |\ |
|
| | | * | Document the new /addresses/<email>/user resource | Aurélien Bompard | 2014-12-09 | 1 | -10/+120 |
| | |/ |
|
| | * | * The address resource now has an additional '/user' sub-resource which can | Barry Warsaw | 2014-12-08 | 5 | -22/+323 |
| | |\ |
|
| | | * | REST feature: create a user from an existing address | Aurélien Bompard | 2014-12-08 | 5 | -21/+274 |
| | |/ |
|
| * | | All the REST tests pass. | Barry Warsaw | 2014-12-15 | 12 | -66/+98 |
| * | | Lots of REST test fixes. | Barry Warsaw | 2014-12-15 | 6 | -20/+20 |
| * | | Two more REST tests passing. | Barry Warsaw | 2014-12-15 | 3 | -9/+9 |
| * | | Checkpointing more fixes. | Barry Warsaw | 2014-12-11 | 3 | -8/+13 |
| * | | Fix some basic REST plumbing, and make test_rosters pass. | Barry Warsaw | 2014-12-11 | 3 | -5/+8 |
| * | | Checkpointing. | Barry Warsaw | 2014-11-30 | 16 | -52/+59 |
| |/ |
|