summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refine some coding style.Barry Warsaw2016-02-292-21/+27
* Add a test for header-matches on missing lists.Barry Warsaw2016-02-293-15/+9
* Review suggestions on the REST entry pointsAurélien Bompard2016-02-292-15/+24
* Revert "Rename the HeaderMatch.chain column to action"Aurélien Bompard2016-02-2910-152/+38
* Review suggestions: improve unit testsAurélien Bompard2016-02-293-25/+45
* Review suggestions: rename the new index column to positionAurélien Bompard2016-02-296-112/+110
* Action-less header matches default to the site-wide antispam actionAurélien Bompard2016-02-292-3/+50
* Use a better way to delete from a collectionAurélien Bompard2016-02-291-3/+2
* Fix test on PostgreSQLAurélien Bompard2016-02-291-21/+29
* Expose the header matches in the REST APIAurélien Bompard2016-02-294-1/+419
* Rename the HeaderMatch.chain column to actionAurélien Bompard2016-02-2910-37/+144
* Use a property for HeaderMatch.indexAurélien Bompard2016-02-292-16/+53
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-299-68/+378
* Added extra "=" to make overcome underline and overline mismatchsaurav kumar2016-02-281-1/+1
* News.Barry Warsaw2016-02-271-0/+3
* Allow List-ID in decoration template URIs.Barry Warsaw2016-02-276-38/+88
* Add a README for contributions.Barry Warsaw2016-02-261-0/+16
* Merge branch 'qsx/mailman-qsx/qmail' Closes !92Barry Warsaw2016-02-252-0/+82
|\
| * Add documentation on interfacing with qmailThomas Schneider2016-02-252-0/+82
|/
* Handle AlreadySubscribedError in REST.Barry Warsaw2016-02-153-1/+23
* Prevent moderation of messages held for a different list.Barry Warsaw2016-02-074-1/+32
* Fix membership query for preferred addresses.Barry Warsaw2016-02-063-2/+36
* Add a set_preferred() helper.Barry Warsaw2016-02-069-61/+41
* Update coverage omit patterns.Barry Warsaw2016-01-311-2/+2
* Make sure we're using the right environment.Barry Warsaw2016-01-311-1/+1
* Refactor tox.ini for generated environments.Barry Warsaw2016-01-312-44/+19
* Super duper.Barry Warsaw2016-01-2630-68/+42
* Use the more convenient API.Barry Warsaw2016-01-251-3/+2
* Full coverage of the accept chain.Barry Warsaw2016-01-252-2/+78
* Boost coverage and remove dead code.Barry Warsaw2016-01-252-4/+11
* Boost coverage.Barry Warsaw2016-01-253-2/+20
* Make creating Link objects a more convenient.Barry Warsaw2016-01-2510-48/+29
* Use the default python3 interpreter sometimes.Barry Warsaw2016-01-241-3/+3
* remove tags for sqlite to run with specific runnersAbhilash Raj2016-01-231-3/+0
* Add docker images to .gitlab-ci.yml, Contributed by Simon Hanna (!72)Abhilash Raj2016-01-231-5/+14
* It's okay if some interpreters are missing.Barry Warsaw2016-01-211-0/+1
* Also add a test for the global ban listAurélien Bompard2016-01-201-0/+12
* Give a meaningful message when a banned member tries to joinAurélien Bompard2016-01-202-0/+16
* Branch tweaks:Barry Warsaw2016-01-142-5/+13
* Delete bans when their associated list is deletedAurélien Bompard2016-01-144-2/+73
* Add indexes on the MailingList tableAurélien Bompard2016-01-142-3/+34
* Add NEWS and tweak.Barry Warsaw2016-01-135-8/+11
* Member search can be done using GET requestsAurélien Bompard2016-01-132-1/+35
* Allow fuzz search for members in SubscriptionServiceAurélien Bompard2016-01-133-4/+31
* Clean up the branch for landing.Barry Warsaw2016-01-134-46/+132
* Add the self_link for bans and factor some codeAurélien Bompard2016-01-132-18/+41
* Expose the ban list on the REST APIAurélien Bompard2016-01-136-0/+222
* Just a little more UUID conversion convenience.Barry Warsaw2016-01-133-21/+19
* Use common idiom for converting the UUID.Barry Warsaw2016-01-132-14/+15
* Fix getting a list member through the 3.1 APIAurélien Bompard2016-01-132-11/+31