| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | The order of a mailing list's header matches is significant | Aurélien Bompard | 2016-02-29 | 1 | -27/+149 |
| * | Prevent moderation of messages held for a different list. | Barry Warsaw | 2016-02-07 | 1 | -0/+7 |
| * | Fix membership query for preferred addresses. | Barry Warsaw | 2016-02-06 | 1 | -0/+31 |
| * | Add a set_preferred() helper. | Barry Warsaw | 2016-02-06 | 5 | -37/+17 |
| * | Boost coverage. | Barry Warsaw | 2016-01-25 | 1 | -1/+18 |
| * | Branch tweaks: | Barry Warsaw | 2016-01-14 | 1 | -4/+12 |
| * | Delete bans when their associated list is deleted | Aurélien Bompard | 2016-01-14 | 1 | -0/+46 |
| * | Several optimizations: | Barry Warsaw | 2016-01-11 | 3 | -1/+26 |
| * | Refactor some tests and documentation. | Barry Warsaw | 2016-01-07 | 1 | -0/+260 |
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 14 | -14/+14 |
| * | More coverage. | Barry Warsaw | 2015-12-29 | 2 | -0/+10 |
| * | Implement suggestions from the review | Aurélien Bompard | 2015-12-16 | 1 | -4/+5 |
| * | Resolve conflicts. | Barry Warsaw | 2015-12-16 | 1 | -2/+2 |
| * | Improve the unit test for the find method | Aurélien Bompard | 2015-12-16 | 1 | -9/+28 |
| * | Make sure that Pendables always have a type | Aurélien Bompard | 2015-12-16 | 1 | -1/+1 |
| * | Add a find method for pending requests | Aurélien Bompard | 2015-12-16 | 1 | -4/+25 |
| * | Use the relationship cascade feature to delete key-values | Aurélien Bompard | 2015-12-16 | 1 | -0/+61 |
| * | Handle deleting nonexistent messages from the message store. Closes: #167 | Aurélien Bompard | 2015-12-02 | 1 | -6/+37 |
| * | When deleting an Address, dependencies must be deleted first | Aurélien Bompard | 2015-11-21 | 1 | -0/+41 |
| * | Clean up pass through abompard's branch. | Barry Warsaw | 2015-10-20 | 1 | -26/+37 |
| * | Use and interface for the set of header_matches | Aurélien Bompard | 2015-10-20 | 1 | -1/+45 |
| * | For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`. | Barry Warsaw | 2015-09-06 | 1 | -1/+0 |
| * | Clean up maxking's branch a little bit. | Barry Warsaw | 2015-08-04 | 1 | -7/+13 |
| * | Add tests for autoresponserecord | Abhilash Raj | 2015-08-03 | 1 | -2/+12 |
| * | Fix zope lookup error in the previous commit | Abhilash Raj | 2015-08-03 | 1 | -1/+1 |
| * | Add tests for #115 | Abhilash Raj | 2015-08-03 | 1 | -0/+9 |
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 1 | -3/+40 |
| * | * Mailing list subscription policy work flow has been completely rewritten. | Barry Warsaw | 2015-04-15 | 4 | -65/+205 |
| |\ |
|
| | * | Full test suite passes. | Barry Warsaw | 2015-04-14 | 1 | -33/+51 |
| | * | Merge the member query fix branch. | Barry Warsaw | 2015-04-14 | 1 | -1/+51 |
| | |\ |
|
| | | * | Added IMember.subscriber to definitively return how a member is subscribed to | Barry Warsaw | 2015-04-14 | 1 | -1/+51 |
| | |/
|/| |
|
| | * | Checkpointing. | Barry Warsaw | 2015-04-14 | 1 | -64/+0 |
| | * | * Give the workflow state manager a count method. | Barry Warsaw | 2015-04-13 | 1 | -0/+20 |
| | * | Handle save/restore of the subscription workflow. | Barry Warsaw | 2015-04-13 | 2 | -27/+32 |
| | * | Trunk merge | Barry Warsaw | 2015-04-07 | 1 | -0/+93 |
| | |\
| |/
|/| |
|
| * | | Flesh out the domain interface, model, and tests. Clean up style. | Barry Warsaw | 2015-04-06 | 1 | -13/+84 |
| * | | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 1 | -1/+23 |
| |\ \ |
|
| | * | | * implement left over methods | Abhilash Raj | 2015-04-06 | 1 | -15/+10 |
| | * | | * Add `drop_column` inside sqlite check, fix indentation | Abhilash Raj | 2015-03-31 | 1 | -10/+5 |
| | * | | add tests, fix docs, remove contact_address | Abhilash Raj | 2015-03-28 | 1 | -1/+33 |
| | | * | Refactorings and tests. | Barry Warsaw | 2015-03-29 | 1 | -0/+110 |
| | |/
|/| |
|
| * | | Merging in several refactorings, and a REST API change. | Barry Warsaw | 2015-03-26 | 1 | -5/+37 |
| |\ \
| |/
|/| |
|
| | * | More tests of make_user(). | Barry Warsaw | 2015-03-21 | 1 | -5/+37 |
| * | | LP: #1432239 - Make sure acceptable aliases are deleted before the mailing | Barry Warsaw | 2015-03-24 | 1 | -1/+23 |
| |/ |
|
| * | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 1 | -6/+26 |
| |\ |
|
| | * | * When deleting a user object, make sure their preferences are also deleted. | Barry Warsaw | 2015-03-20 | 1 | -6/+24 |
| |/ |
|
| * | * A new API is provided to support non-production testing infrastructures, | Barry Warsaw | 2015-02-13 | 1 | -0/+41 |
| * | * When creating a user with an email address, do not create the user record | Barry Warsaw | 2015-02-05 | 1 | -0/+50 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 12 | -12/+12 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 11 | -39/+5 |