| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-11-21 | Workflow: support dependencies between attributes | Aurélien Bompard | 2 | -2/+59 | |
| Restore the attributes in the order they are declared in `SAVE_ATTRIBUTES` to allow for dependencies between attributes (required by the `SubscriptionWorkflow`). | |||||
| 2016-11-21 | Fix the Flake8 ignore tags | Aurélien Bompard | 20 | -35/+27 | |
| 2016-11-18 | Ignore some Flake8 errors | Aurélien Bompard | 1 | -0/+9 | |
| 2016-11-13 | Fix a flake8 error. | Barry Warsaw | 1 | -1/+1 | |
| 2016-11-13 | Closes: #68 | Barry Warsaw | 9 | -18/+32 | |
| Messages sent to the list's moderators now include the actual recipient addresses. Given by Tom Briles. | |||||
| 2016-10-31 | tomoderators -> to_moderators. | Barry Warsaw | 1 | -2/+5 | |
| 2016-10-31 | Issue 68: send messages to list moderators when tomoderators=True | Tom Briles | 6 | -8/+33 | |
| 2016-10-31 | Closes: #259 | Barry Warsaw | 3 | -2/+4 | |
| Remove the digest mbox files after the digests are sent. Given by Aurélien Bompard. | |||||
| 2016-10-31 | Implment review suggestions | Aurélien Bompard | 2 | -5/+5 | |
| 2016-10-31 | Remove digest mbox after sending it | Aurélien Bompard | 2 | -0/+6 | |
| Fixes #259 | |||||
| 2016-10-30 | Support HTTP/1.1 by default. | Barry Warsaw | 3 | -28/+6 | |
| This works around Python issue 28548 and fixes #288. Test given by Amit. | |||||
| 2016-10-30 | qa fix: unused variable | amitt001 | 1 | -2/+2 | |
| 2016-10-30 | < python 3.5.x non-enum HTTPStatus support | amitt001 | 1 | -1/+5 | |
| 2016-10-30 | qa fix | amitt001 | 1 | -1/+0 | |
| 2016-10-30 | Test invalid url response. | amitt001 | 1 | -0/+8 | |
| 2016-10-30 | Rest api send error response with headers | amitt001 | 1 | -1/+23 | |
| 2016-10-27 | Add NEWS entry | Aurélien Bompard | 1 | -0/+2 | |
| 2016-10-27 | Prevent posting from banned addresses | Aurélien Bompard | 7 | -6/+178 | |
| Fixes #283 | |||||
| 2016-10-26 | News and test tweak. | Barry Warsaw | 2 | -7/+11 | |
| 2016-10-26 | Sort the ban list by email | Aurélien Bompard | 2 | -5/+6 | |
| 2016-10-26 | Full coverage. | Barry Warsaw | 3 | -8/+27 | |
| NEWS. | |||||
| 2016-10-26 | Implement the review suggestions | Aurélien Bompard | 5 | -14/+20 | |
| See !161 | |||||
| 2016-10-26 | Add a method to find list using properties filters | Aurélien Bompard | 4 | -8/+29 | |
| This allows the filtering to be done at the database level. It also makes list pagination much more efficient, since the slicing is done at the database level too. | |||||
| 2016-10-26 | REST: add a query string to only get advertised lists | Aurélien Bompard | 2 | -5/+39 | |
| 2016-10-25 | Fix doctests to properly set unsubscription_policy = SubscriptionPolicy.open | Mark Sapiro | 2 | -1/+2 | |
| where needed. | |||||
| 2016-10-25 | Manual merge. | Barry Warsaw | 4 | -10/+16 | |
| * Rebased, cleaned up, and test improvement. | |||||
| 2016-10-25 | rewritten bans test with more thorough tests | Amit Tripathi | 1 | -3/+6 | |
| 2016-10-25 | added a test to check bans property of IBanManager | Amit Tripathi | 1 | -0/+6 | |
| 2016-10-25 | replaced `find` method with `bans` property | Amit Tripathi | 3 | -14/+9 | |
| 2016-10-25 | Added QuerySequence as return type of banned address list | Amit Tripathi | 3 | -1/+15 | |
| 2016-10-26 | Change default unsubscription_policy to SubscriptionPolicy.confirm | Mark Sapiro | 1 | -1/+1 | |
| 2016-10-25 | Confirm unsubscriptions by default. | Barry Warsaw | 1 | -3/+2 | |
| 2016-10-23 | Modify NEWS.rst entry to mention PUT. | Mark Sapiro | 1 | -1/+1 | |
| 2016-10-22 | Fixed a bunch of things in PATCHing domains and added tests and NEWS. | Mark Sapiro | 3 | -15/+60 | |
| 2016-10-22 | Tweaks. | Barry Warsaw | 2 | -1/+2 | |
| 2016-10-22 | Fixes for #280. | Mark Sapiro | 3 | -1/+45 | |
| 2016-10-21 | MySQL doesn't need collate set explicitly. | Abhilash Raj | 1 | -6/+0 | |
