| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up pass through abompard's branch. | Barry Warsaw | 2015-10-20 | 1 | -9/+16 |
| * | Use and interface for the set of header_matches | Aurélien Bompard | 2015-10-20 | 1 | -0/+31 |
| * | Implement changes from the review | Aurélien Bompard | 2015-10-20 | 1 | -1/+2 |
| * | Rename from plural to singular | Aurélien Bompard | 2015-10-20 | 1 | -2/+2 |
| * | Use a separate table for header_matches | Aurélien Bompard | 2015-10-20 | 1 | -0/+20 |
| * | Add server_owners attribute to the user manager. | Barry Warsaw | 2015-09-23 | 1 | -0/+3 |
| * | Document an attribute. | Barry Warsaw | 2015-09-23 | 1 | -0/+3 |
| * | A couple of clean ups. | Barry Warsaw | 2015-07-05 | 1 | -1/+1 |
| * | Some fixes caught by Barry during the review | Aurélien Bompard | 2015-07-05 | 1 | -0/+4 |
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 1 | -18/+18 |
| * | Checkpointing. | Barry Warsaw | 2015-04-16 | 2 | -9/+20 |
| * | Plumb the subscription policy through the REST API. | Barry Warsaw | 2015-04-15 | 1 | -2/+3 |
| * | Give the SubscriptionWorkflow a member attribute which gets set to the member | Barry Warsaw | 2015-04-15 | 1 | -3/+3 |
| * | The SubscriptionWorkflow and Registar classes now have both a token and a | Barry Warsaw | 2015-04-15 | 2 | -43/+17 |
| * | Abhilash's fix for allowing singleton strings in REST interfaces that also | Barry Warsaw | 2015-04-15 | 1 | -1/+1 |
| |\ |
|
| * \ | * Mailing list subscription policy work flow has been completely rewritten. | Barry Warsaw | 2015-04-15 | 6 | -53/+170 |
| |\ \
| |/
|/| |
|
| | * | Prevent replay attacks with the confirmation token. | Barry Warsaw | 2015-04-15 | 1 | -3/+3 |
| | * | Full test suite passes. | Barry Warsaw | 2015-04-14 | 2 | -6/+20 |
| | * | Merge the member query fix branch. | Barry Warsaw | 2015-04-14 | 2 | -3/+26 |
| | |\ |
|
| | | * | Added IMember.subscriber to definitively return how a member is subscribed to | Barry Warsaw | 2015-04-14 | 2 | -3/+26 |
| | |/
|/| |
|
| | * | Checkpointing. | Barry Warsaw | 2015-04-14 | 2 | -33/+33 |
| | * | * Give the workflow state manager a count method. | Barry Warsaw | 2015-04-13 | 1 | -0/+5 |
| | * | Give IPendings a count of entries. | Barry Warsaw | 2015-04-13 | 1 | -0/+3 |
| | * | SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown of | Barry Warsaw | 2015-04-13 | 1 | -14/+5 |
| | * | Subscription workflows now support bans. | Barry Warsaw | 2015-04-13 | 1 | -1/+1 |
| | * | Handle save/restore of the subscription workflow. | Barry Warsaw | 2015-04-13 | 1 | -7/+7 |
| | * | Trunk merge | Barry Warsaw | 2015-04-07 | 1 | -9/+7 |
| | |\
| |/
|/| |
|
| * | | Flesh out the domain interface, model, and tests. Clean up style. | Barry Warsaw | 2015-04-06 | 1 | -4/+5 |
| * | | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 1 | -8/+5 |
| |\ \ |
|
| | * | | * implement left over methods | Abhilash Raj | 2015-04-06 | 1 | -2/+2 |
| | * | | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -2/+2 |
| | * | | add tests, fix docs, remove contact_address | Abhilash Raj | 2015-03-28 | 1 | -8/+5 |
| * | | | * Refactor add_member() so that it uses a RequestRecord namedtuple. | Barry Warsaw | 2015-03-21 | 2 | -0/+32 |
| |/ / |
|
| | * | Fix some typos. | Barry Warsaw | 2015-03-30 | 1 | -2/+2 |
| | * | Refactorings and tests. | Barry Warsaw | 2015-03-29 | 1 | -11/+7 |
| | * | Save the workflow state in the database | Aurélien Bompard | 2015-03-25 | 1 | -1/+29 |
| | * | Add a table to store workflow states | Aurélien Bompard | 2015-03-25 | 1 | -0/+42 |
| | * | Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy) | Aurélien Bompard | 2015-03-20 | 3 | -0/+48 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 39 | -39/+39 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 39 | -131/+9 |
| * | Database | Barry Warsaw | 2014-11-01 | 4 | -18/+15 |
| |\ |
|
| | * | Merge in the last of Aurelien's changes, and make the test suite pass with | Barry Warsaw | 2014-10-31 | 1 | -1/+4 |
| | * | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 2 | -2/+6 |
| | * | Since we don't have migrations, we don't need the ITemporaryDatabase stuff, | Barry Warsaw | 2014-09-23 | 1 | -6/+0 |
| | * | Pass all tests with PYTHONWARNINGS=error. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| | * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| | * | * change declarative_base class to use ModelMeta class | Abhilash Raj | 2014-09-06 | 1 | -1/+1 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 28 | -28/+28 |
| * | Trunk merge | Barry Warsaw | 2014-04-14 | 39 | -43/+105 |
| |\ |
|
| | * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -0/+24 |