summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Sort the JSON output when [devmode]enabled is true.Barry Warsaw2015-11-212-1/+3
|
* Sort the JSON keys in dev modeAurélien Bompard2015-11-211-1/+2
| | | | This makes it much easier to compare VCR tapes.
* JSON representations for held message now include a ``self_link``.Barry Warsaw2015-11-153-7/+11
|
* REST: add a self_link entry to held messagesAurélien Bompard2015-11-152-1/+6
|
* Add a missing required pattern to the MANIFEST.in.Barry Warsaw2015-11-131-1/+1
|
* Closes #144Barry Warsaw2015-11-084-1/+44
| | | | | * Fix ``UnicodeEncodeError`` in the hold chain when sending the authorization email to the mailing list moderators. (Closes: #144)
* * Add NEWS and a missing _all__ key.Barry Warsaw2015-11-062-4/+8
| | | | * Wrap paragraph.
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-0410-109/+95
|
* Fix the Exim documentation. Given by Isaac Bennetch. Closes #124.Barry Warsaw2015-11-021-2/+2
|
* Clarify that the given example are the defaults.Barry Warsaw2015-11-011-3/+3
| | | | Closes #149
* Revert "Fix issue #3 by searching for the 'master' script in several possible"Barry Warsaw2015-11-013-19/+59
| | | | | | This reverts commit 8c471e067c4b31064c2f69c0afd048a7e756a429. The fix wasn't correct. Now we have a test for the expected behavior.
* * Fix the processing of subscription confirmation messages when the mailingBarry Warsaw2015-10-313-4/+93
| | | | list is set to confirm-then-moderate. (Closes #114)
* Added Trove classifiers to setup.py. (Closes: #152)Barry Warsaw2015-10-292-0/+13
|
* Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.Barry Warsaw2015-10-293-20/+33
|\ | | | | | | (Closes: #147)
| * Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.Barry Warsaw2015-10-292-1/+2
| | | | | | | | (Closes: #147)
| * Fixes for issue #147 Multiple "Re:" in subject.Mark Sapiro2015-10-292-19/+31
|/
* A little bit of code cleanup.Barry Warsaw2015-10-291-3/+3
|
* Mailing lists can now have their own header matching rules, althoughBarry Warsaw2015-10-2012-30/+701
|\ | | | | | | | | | | | | | | | | | | | | site-defined rules still take precedence. Importing a Mailman 2.1 list with header matching rules defined will create them in Mailman 3, albeit with a few unsupported corner cases. Definition of new header matching rules is not yet exposed through the REST API. Given by Aurélien Bompard. Code cleaning pass by Barry Warsaw. Closes !42
| * Add NEWS.Barry Warsaw2015-10-201-0/+5
| |
| * Clean up pass through abompard's branch.Barry Warsaw2015-10-2010-136/+198
| |
| * Be compatible with older versions of SQLAlchemy and AlembicAurélien Bompard2015-10-201-4/+3
| |
| * Test schema migration for the header matchesAurélien Bompard2015-10-202-7/+57
| |
| * Use and interface for the set of header_matchesAurélien Bompard2015-10-208-35/+174
| |
| * Fix a code typo in the docsAurélien Bompard2015-10-201-1/+1
| |
| * Implement changes from the reviewAurélien Bompard2015-10-208-36/+82
| |
| * Make sure site-wide header_matches take precedence over list-specific onesAurélien Bompard2015-10-202-8/+45
| |
| * Adapt the code and the tests to the new HeaderMatch objectAurélien Bompard2015-10-205-13/+22
| |
| * Rename from plural to singularAurélien Bompard2015-10-203-12/+12
| |
| * Use a separate table for header_matchesAurélien Bompard2015-10-203-2/+121
| |
| * Convert header_filter_rules from 2.1 to header_matchesAurélien Bompard2015-10-202-0/+168
| |
| * Handle header-match rule-specific actionAurélien Bompard2015-10-202-2/+39
|/
* * Remove the test_suite key from setup.py; it isn't the right way to run theBarry Warsaw2015-10-082-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 Warsaw2015-09-233-2/+8
|\
| * Fix import order.Barry Warsaw2015-09-231-1/+1
| |
| * Fix the logging of the moderation reasonsAurélien Bompard2015-09-232-2/+6
|/
* A new top-level resource `<api>/owners` can be used to get the list of serverBarry Warsaw2015-09-239-2/+213
|\ | | | | | | owners as `IUser`s. (Closes #135)
| * Merge branch 'issue135' of gitlab.com:warsaw/mailman into issue135Barry Warsaw2015-09-230-0/+0
| |\
| | * Merge branch 'issue135' of gitlab.com:warsaw/mailman into issue135Barry Warsaw2015-09-2311-11/+11
| | |\
| | | * Add NEWS.Barry Warsaw2015-09-221-0/+2
| | | |
| | | * Add another code-path test.Barry Warsaw2015-09-221-0/+40
| | | |
| | | * Implement the REST API for <api>/owners.Barry Warsaw2015-09-223-3/+46
| | | |
| | | * Add server_owners attribute to the user manager.Barry Warsaw2015-09-223-1/+55
| | | |
| | | * Start of owners top level resource.Barry Warsaw2015-09-221-0/+8
| | | |
| | | * Document an attribute.Barry Warsaw2015-09-222-0/+64
| |_|/ |/| | | | | | | | Add a doctest for the `owners` top-level resource.
| | * Add NEWS.Barry Warsaw2015-09-201-0/+2
| | |
| | * Add another code-path test.Barry Warsaw2015-09-201-0/+40
| | |
| | * Implement the REST API for <api>/owners.Barry Warsaw2015-09-203-3/+46
| | |
| | * Add server_owners attribute to the user manager.Barry Warsaw2015-09-203-1/+55
| | |
| | * Start of owners top level resource.Barry Warsaw2015-09-201-0/+8
| | |
| | * Document an attribute.Barry Warsaw2015-09-202-0/+64
| | | | | | | | | | | | Add a doctest for the `owners` top-level resource.