summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add NEWS.Barry Warsaw2015-09-231-0/+2
| * | Add another code-path test.Barry Warsaw2015-09-231-0/+40
| * | Implement the REST API for <api>/owners.Barry Warsaw2015-09-233-3/+46
| * | Add server_owners attribute to the user manager.Barry Warsaw2015-09-233-1/+55
| * | Start of owners top level resource.Barry Warsaw2015-09-231-0/+8
| * | Document an attribute.Barry Warsaw2015-09-232-0/+64
|/ /
* | Fix the column name in the migration file. Given by Aurélien Bompard.Barry Warsaw2015-09-221-2/+2
|\ \
| * | Also rename the migration file following 9806f9c7Aurélien Bompard2015-09-221-2/+2
|/ /
* / Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-2210-9/+9
|/
* Minor cleanups.Barry Warsaw2015-09-142-2/+3
* Fix it with PostgreSQLAurélien Bompard2015-09-152-16/+27
* Fixes for the review commentsAurélien Bompard2015-09-157-15/+16
* Test the schema migrations with AlembicAurélien Bompard2015-09-157-14/+125
* Merge branch 'issue145' into 'master'Barry Warsaw2015-09-134-1/+52
|\
| * Add NEWS.Barry Warsaw2015-09-131-0/+2
| * A few minor cleanups.Barry Warsaw2015-09-131-11/+10
| * Neither archive messages nor digest messages get decorated.Barry Warsaw2015-09-131-8/+0
| * Don't decorate the archive, digest or usenet copiesAurélien Bompard2015-09-122-2/+40
| * Decorate bulk emails by defaultAurélien Bompard2015-09-082-0/+20
|/
* Merge branch 'lmtp' into 'master'Barry Warsaw2015-09-076-7/+1011
|\
| * Merge branch 'lmtp' of gitlab.com:warsaw/mailman into lmtpBarry Warsaw2015-09-070-0/+0
| |\
| | * Remove bogus file.Barry Warsaw2015-09-061-22/+0
| | * For Python versions earlier than 3.5, use a compatibility layer for aBarry Warsaw2015-09-062-0/+18
| | * Don't decode bytes in smtpd. Pass them through to the email package so it canBarry Warsaw2015-09-041-3/+3
| | * Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byteBarry Warsaw2015-09-045-5/+1013
| * | Remove bogus file.Barry Warsaw2015-09-071-22/+0
| * | For Python versions earlier than 3.5, use a compatibility layer for aBarry Warsaw2015-09-072-0/+18
| * | Don't decode bytes in smtpd. Pass them through to the email package so it canBarry Warsaw2015-09-071-3/+3
| * | Vendorize Python 3.5's smtpd module, which properly handles non-UTF-8 byteBarry Warsaw2015-09-075-5/+1013
|/ /
* | Merge branch 'issue141' into 'master'Barry Warsaw2015-09-077-21/+141
|\ \ | |/ |/|
| * For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.Barry Warsaw2015-09-067-21/+141
|/
* Merge branch 'master' of gitlab.com:mailman/mailmanBarry Warsaw2015-08-301-1/+27
|\
| * Merge branch 'issue142' into 'master'Barry Warsaw2015-08-251-1/+27
| |\
| | * Refine REST server and request handler exception handling.Barry Warsaw2015-08-241-3/+8
| | * When the client hangs up, we can't actually catch the BrokenPipeError becauseBarry Warsaw2015-08-231-1/+22
| |/
* | Merge branch 'maxking/mailman-hk'Barry Warsaw2015-08-304-1/+119
|\ \ | |/ |/|
| * Cosmetic fixes for Abhilash's branch.Barry Warsaw2015-08-304-29/+35
| * fix testsAbhilash Raj2015-08-301-3/+3
| * Add changes as per barry's commentsAbhilash Raj2015-08-301-10/+16
| * Add tests for archive_url in message footerAbhilash Raj2015-08-302-8/+95
| * Add some documentation for archiver links in footerAbhilash Raj2015-08-301-0/+9
| * vars for templates are now per archiverAbhilash Raj2015-08-301-1/+2
| * don't add None values for archiver_urlAbhilash Raj2015-08-301-2/+0
| * Choose which archiver to use in footerAbhilash Raj2015-08-301-3/+4
| * Remove unused importAbhilash Raj2015-08-301-1/+0
| * remove the archive_url from footer-generic.txtAbhilash Raj2015-08-301-1/+0
| * Add link to archiver from ListArchiverSetAbhilash Raj2015-08-301-5/+9
| * Add link to archives in the message footer.Abhilash Raj2015-08-302-0/+8
|/
* Turn off tying the -E test suite option to debugging the database logger.Barry Warsaw2015-08-182-3/+6
* The MHonArc archiver must set stdin=PIPE when calling the subprocess. GivenBarry Warsaw2015-08-175-4/+131