| Commit message (Expand) | Author | Age | Files | Lines |
| * | _resource_as_dict() may not return None. | Barry Warsaw | 2015-12-12 | 1 | -1/+1 |
| * | Allow a Member's moderation_action to be changed by the REST API. | Aurélien Bompard | 2015-12-08 | 1 | -0/+13 |
| * | Rework pagination to fix the 'start' and 'total_size' values | Aurélien Bompard | 2015-11-04 | 2 | -53/+58 |
| * | Add another code-path test. | Barry Warsaw | 2015-09-23 | 1 | -0/+40 |
| * | Merge branch 'maxking/mailman-add-alternate' into mr30 | Barry Warsaw | 2015-07-31 | 1 | -1/+42 |
| |\ |
|
| | * | Add an unlinked address to a user via REST | Abhilash Raj | 2015-07-30 | 1 | -1/+20 |
| |/ |
|
| * | * REST API version 3.1 introduced. Mostly backward compatible with version | Barry Warsaw | 2015-07-18 | 1 | -0/+61 |
| * | Fixes #136 on the 3.0 maintenance branch. | Barry Warsaw | 2015-07-13 | 1 | -0/+27 |
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 1 | -1/+2 |
| * | Merge branch 'issue-109' into 'release-3.0' | Barry Warsaw | 2015-06-02 | 1 | -6/+7 |
| * | * When creating a user via REST using an address that already exists, but | Barry Warsaw | 2015-05-10 | 1 | -2/+35 |
| * | * The default languages from Mailman 2.1 have been ported over. Given by | Barry Warsaw | 2015-05-07 | 1 | -0/+35 |
| * | raj-abhilash1's branch to ensure we block release on Falcon 0.3. I moved and | Barry Warsaw | 2015-04-21 | 1 | -0/+53 |
| |\ |
|
| | * | merge trunk and fix merge conflicts | Abhilash Raj | 2015-04-20 | 5 | -51/+300 |
| | |\
| |/
|/| |
|
| * | | Branch his ready. | Barry Warsaw | 2015-04-17 | 1 | -5/+43 |
| * | | Check pointing new subscription moderation REST API. | Barry Warsaw | 2015-04-17 | 1 | -44/+87 |
| * | | Checkpointing. | Barry Warsaw | 2015-04-16 | 1 | -49/+170 |
| * | | Plumb the subscription policy through the REST API. | Barry Warsaw | 2015-04-15 | 2 | -1/+14 |
| * | | A better email validator which actually validates the email address. | Barry Warsaw | 2015-04-15 | 1 | -1/+17 |
| * | | Add a test for a reported (but non-reproducible) failure patching a mailing l... | Barry Warsaw | 2015-04-15 | 1 | -1/+19 |
| | * | mark the test as an expected failure | Abhilash Raj | 2015-04-16 | 1 | -0/+1 |
| | * | Add test case to check a bug in falcon's Request class | Abhilash Raj | 2015-04-16 | 1 | -0/+8 |
| |/ |
|
| * | Abhilash's fix for allowing singleton strings in REST interfaces that also | Barry Warsaw | 2015-04-15 | 2 | -0/+65 |
| |\ |
|
| | * | add test for previous bugfix | Abhilash Raj | 2015-04-14 | 1 | -0/+9 |
| * | | Trunk merge | Barry Warsaw | 2015-04-07 | 1 | -0/+55 |
| |\| |
|
| | * | * Domains now have a list of owners, which are ``IUser`` objects, instead of | Barry Warsaw | 2015-04-06 | 1 | -0/+55 |
| | |\ |
|
| | | * | Add lots of test for various bits of domain owners. | Barry Warsaw | 2015-04-06 | 1 | -1/+43 |
| | | * | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 1 | -0/+12 |
| | |/| |
|
| | | * | * implement left over methods | Abhilash Raj | 2015-04-06 | 1 | -4/+11 |
| | | * | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -0/+5 |
| * | | | Advertise the subscription policy in the REST API | Aurélien Bompard | 2015-03-31 | 1 | -0/+1 |
| |/ / |
|
| * | | Merging in several refactorings, and a REST API change. | Barry Warsaw | 2015-03-26 | 1 | -4/+7 |
| |\ \
| |/
|/| |
|
| | * | * Refactor add_member() so that it uses a RequestRecord namedtuple. | Barry Warsaw | 2015-03-21 | 1 | -4/+7 |
| * | | 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 | 1 | -0/+21 |
| * | 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 |
| |/ |
|
| * | * A new API is provided to support non-production testing infrastructures, | Barry Warsaw | 2015-02-13 | 2 | -0/+84 |
| * | * When deleting a user via REST, make sure all linked addresses are deleted. | Barry Warsaw | 2015-02-09 | 1 | -69/+114 |
| * | * You can now DELETE an address. If the address is linked to a user, the | Barry Warsaw | 2015-02-05 | 1 | -0/+9 |
| * | * 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 | 10 | -10/+10 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 11 | -11/+11 |
| * | * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg`` | Barry Warsaw | 2015-01-03 | 2 | -0/+108 |
| * | * You can access the system configuration via the resource path | Barry Warsaw | 2014-12-26 | 3 | -12/+181 |
| * | Deprecate <api>/system path in favor of <api>/system/versions. | Barry Warsaw | 2014-12-26 | 1 | -2/+18 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 10 | -30/+2 |
| * | Trunk merge. | Barry Warsaw | 2014-12-22 | 1 | -0/+174 |
| |\ |
|
| | * | * The address resource now has an additional '/user' sub-resource which can | Barry Warsaw | 2014-12-08 | 1 | -0/+174 |
| | |\ |
|
| | | * | REST feature: create a user from an existing address | Aurélien Bompard | 2014-12-08 | 1 | -0/+136 |
| | |/ |
|