summaryrefslogtreecommitdiff
path: root/src/mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up of archiving subdirectory.Barry Warsaw2016-03-243-21/+3
* First massive round of cleanups.Barry Warsaw2016-03-2356-579/+305
* Clean ups for merge.Barry Warsaw2016-03-234-53/+51
* Add test for checking the member display nameAditya2016-03-231-1/+87
* Assign the correct display name to the subscribed memberAditya2016-03-231-1/+7
* Closes #199Barry Warsaw2016-03-225-14/+65
* Correct spacingAnirudh Dahiya2016-03-222-5/+5
* Correct space in error messageAnirudh Dahiya2016-03-221-1/+1
* Caught exception at the right placeAnirudh Dahiya2016-03-221-5/+4
* Removed unnecessary commentsAnirudh Dahiya2016-03-221-9/+0
* Incorporates suggested changesAnirudh Dahiya2016-03-223-5/+28
* Add necessary comment explaining the modificationAnirudh Dahiya2016-03-221-0/+1
* Block duplicate Subscription requestsAnirudh Dahiya2016-03-221-1/+6
* Updated docsGurkirpal2016-03-221-0/+13
* Remove an unused import.Barry Warsaw2016-03-221-1/+0
* A bit of pre-merge cleanup.Barry Warsaw2016-03-225-29/+46
* Changed domain creation to True as defaultGurkirpal2016-03-223-6/+39
* Close #208Barry Warsaw2016-03-208-14/+169
* Document the pagination API.Barry Warsaw2016-03-162-1/+89
* Remove obsolete comment.Barry Warsaw2016-03-101-5/+0
* Add NEWS and modify a comment.Barry Warsaw2016-03-102-1/+3
* Implement review suggestionsAurélien Bompard2016-03-101-2/+2
* Protect the approved rule against unknown charsetsAurélien Bompard2016-03-102-7/+32
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-088-67/+86
* Fix #198 - duplicate owner subscription errorBarry Warsaw2016-03-053-1/+22
* Add AlreadySubscribedError Exception for better error messageAnirudh Dahiya2016-03-051-0/+3
* Add NEWS and clean up.Barry Warsaw2016-03-033-24/+31
* Exposed goodbye_message_uri attribute through REST API.Harshit Bansal2016-03-033-0/+40
* NEWS.Barry Warsaw2016-02-291-0/+2
* Last cleanups.Barry Warsaw2016-02-298-88/+90
* 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-275-37/+85
* Add documentation on interfacing with qmailThomas Schneider2016-02-251-0/+52
* 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