| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Use and interface for the set of header_matches | Aurélien Bompard | 2015-10-20 | 8 | -35/+174 | |
| | | | ||||||
| | * | Fix a code typo in the docs | Aurélien Bompard | 2015-10-20 | 1 | -1/+1 | |
| | | | ||||||
| | * | Implement changes from the review | Aurélien Bompard | 2015-10-20 | 8 | -36/+82 | |
| | | | ||||||
| | * | Make sure site-wide header_matches take precedence over list-specific ones | Aurélien Bompard | 2015-10-20 | 2 | -8/+45 | |
| | | | ||||||
| | * | Adapt the code and the tests to the new HeaderMatch object | Aurélien Bompard | 2015-10-20 | 5 | -13/+22 | |
| | | | ||||||
| | * | Rename from plural to singular | Aurélien Bompard | 2015-10-20 | 3 | -12/+12 | |
| | | | ||||||
| | * | Use a separate table for header_matches | Aurélien Bompard | 2015-10-20 | 3 | -2/+121 | |
| | | | ||||||
| | * | Convert header_filter_rules from 2.1 to header_matches | Aurélien Bompard | 2015-10-20 | 2 | -0/+168 | |
| | | | ||||||
| | * | Handle header-match rule-specific action | Aurélien Bompard | 2015-10-20 | 2 | -2/+39 | |
| |/ | ||||||
| * | * Remove the test_suite key from setup.py; it isn't the right way to run the | Barry Warsaw | 2015-10-08 | 2 | -3/+2 | |
| | | | | | | tests suite (for that, use tox). * Use resource_filename() to locate the top mailman package. | |||||
| * | The logging of moderation reasons has been fixed. Given by Aurélien Bompard. | Barry Warsaw | 2015-09-23 | 3 | -2/+8 | |
| |\ | ||||||
| | * | Fix import order. | Barry Warsaw | 2015-09-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix the logging of the moderation reasons | Aurélien Bompard | 2015-09-23 | 2 | -2/+6 | |
| |/ | ||||||
| * | A new top-level resource `<api>/owners` can be used to get the list of server | Barry Warsaw | 2015-09-23 | 9 | -2/+213 | |
| |\ | | | | | | | owners as `IUser`s. (Closes #135) | |||||
| | * | Merge branch 'issue135' of gitlab.com:warsaw/mailman into issue135 | Barry Warsaw | 2015-09-23 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | Merge branch 'issue135' of gitlab.com:warsaw/mailman into issue135 | Barry Warsaw | 2015-09-23 | 11 | -11/+11 | |
| | | |\ | ||||||
| | | | * | Add NEWS. | Barry Warsaw | 2015-09-22 | 1 | -0/+2 | |
| | | | | | ||||||
| | | | * | Add another code-path test. | Barry Warsaw | 2015-09-22 | 1 | -0/+40 | |
| | | | | | ||||||
| | | | * | Implement the REST API for <api>/owners. | Barry Warsaw | 2015-09-22 | 3 | -3/+46 | |
| | | | | | ||||||
| | | | * | Add server_owners attribute to the user manager. | Barry Warsaw | 2015-09-22 | 3 | -1/+55 | |
| | | | | | ||||||
| | | | * | Start of owners top level resource. | Barry Warsaw | 2015-09-22 | 1 | -0/+8 | |
| | | | | | ||||||
| | | | * | Document an attribute. | Barry Warsaw | 2015-09-22 | 2 | -0/+64 | |
| | |_|/ |/| | | | | | | | | Add a doctest for the `owners` top-level resource. | |||||
| | | * | Add NEWS. | Barry Warsaw | 2015-09-20 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | Add another code-path test. | Barry Warsaw | 2015-09-20 | 1 | -0/+40 | |
| | | | | ||||||
| | | * | Implement the REST API for <api>/owners. | Barry Warsaw | 2015-09-20 | 3 | -3/+46 | |
| | | | | ||||||
| | | * | Add server_owners attribute to the user manager. | Barry Warsaw | 2015-09-20 | 3 | -1/+55 | |
| | | | | ||||||
| | | * | Start of owners top level resource. | Barry Warsaw | 2015-09-20 | 1 | -0/+8 | |
| | | | | ||||||
| | | * | Document an attribute. | Barry Warsaw | 2015-09-20 | 2 | -0/+64 | |
| | | | | | | | | | | | | | Add a doctest for the `owners` top-level resource. | |||||
| | * | | Add NEWS. | Barry Warsaw | 2015-09-23 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Add another code-path test. | Barry Warsaw | 2015-09-23 | 1 | -0/+40 | |
| | | | | ||||||
| | * | | Implement the REST API for <api>/owners. | Barry Warsaw | 2015-09-23 | 3 | -3/+46 | |
| | | | | ||||||
| | * | | Add server_owners attribute to the user manager. | Barry Warsaw | 2015-09-23 | 3 | -1/+55 | |
| | | | | ||||||
| | * | | Start of owners top level resource. | Barry Warsaw | 2015-09-23 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Document an attribute. | Barry Warsaw | 2015-09-23 | 2 | -0/+64 | |
| |/ / | | | | | | | Add a doctest for the `owners` top-level resource. | |||||
| * | | Fix the column name in the migration file. Given by Aurélien Bompard. | Barry Warsaw | 2015-09-22 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Also rename the migration file following 9806f9c7 | Aurélien Bompard | 2015-09-22 | 1 | -2/+2 | |
| |/ / | ||||||
| * / | Core no longer depends on the standalone `mock` module. (Closes: #146) | Barry Warsaw | 2015-09-22 | 10 | -9/+9 | |
| |/ | ||||||
| * | Minor cleanups. | Barry Warsaw | 2015-09-14 | 2 | -2/+3 | |
| | | ||||||
| * | Fix it with PostgreSQL | Aurélien Bompard | 2015-09-15 | 2 | -16/+27 | |
| | | ||||||
| * | Fixes for the review comments | Aurélien Bompard | 2015-09-15 | 7 | -15/+16 | |
| | | ||||||
| * | Test the schema migrations with Alembic | Aurélien Bompard | 2015-09-15 | 7 | -14/+125 | |
| | | ||||||
| * | Merge branch 'issue145' into 'master' | Barry Warsaw | 2015-09-13 | 4 | -1/+52 | |
| |\ | | | | | | | | | | | | | | | Clean up branch to fix issue 145 (bulk emails not being decorated) Clean up branch based on abompard's branch. See merge request !44 | |||||
| | * | Add NEWS. | Barry Warsaw | 2015-09-13 | 1 | -0/+2 | |
| | | | ||||||
| | * | A few minor cleanups. | Barry Warsaw | 2015-09-13 | 1 | -11/+10 | |
| | | | ||||||
| | * | Neither archive messages nor digest messages get decorated. | Barry Warsaw | 2015-09-13 | 1 | -8/+0 | |
| | | | ||||||
| | * | Don't decorate the archive, digest or usenet copies | Aurélien Bompard | 2015-09-12 | 2 | -2/+40 | |
| | | | ||||||
| | * | Decorate bulk emails by default | Aurélien Bompard | 2015-09-08 | 2 | -0/+20 | |
| |/ | ||||||
| * | Merge branch 'lmtp' into 'master' | Barry Warsaw | 2015-09-07 | 6 | -7/+1011 | |
| |\ | | | | | | | | | | | | | | | | | Use Python 3.5's smtpd for earlier Python versions * For Python versions earlier than 3.5, use a compatibility layer for a backported smtpd module which can accept non-UTF-8 data. (Closes #140) See merge request !38 | |||||
| | * | Merge branch 'lmtp' of gitlab.com:warsaw/mailman into lmtp | Barry Warsaw | 2015-09-07 | 0 | -0/+0 | |
| | |\ | | | | | | | | | | Resolve conflicts. | |||||
| | | * | Remove bogus file. | Barry Warsaw | 2015-09-06 | 1 | -22/+0 | |
| | | | | ||||||
