summaryrefslogtreecommitdiff
path: root/src/mailman/model (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tweaks and clean up.Barry Warsaw2016-04-292-1/+34
* Sort the held requests.Aurélien Bompard2016-04-281-1/+2
* Tweak for landing.Barry Warsaw2016-04-252-43/+60
* Cover two more corner casesAurélien Bompard2016-04-261-0/+43
* Fix difference between iter and count in find_membersAurélien Bompard2016-04-262-11/+36
* Add NEWS, tweak an interface, and rewrite a unit test.Barry Warsaw2016-04-183-128/+186
* Extend ISubscriptionService interface.Harshit Bansal2016-04-183-0/+203
* __iter__() must sort just like mailing_lists property.Barry Warsaw2016-04-131-1/+2
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
* Allow fall backs for moderation actions.Barry Warsaw2016-04-011-1/+1
* Make sure users are returned in a predictable orderAurélien Bompard2016-03-311-1/+1
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-313-17/+37
* Add member unsubscription testAditya2016-03-301-0/+9
* Tweak the import rules checker.Barry Warsaw2016-03-275-5/+5
* Import order flake8 plugin.Barry Warsaw2016-03-273-3/+3
* Clean up the model and languages directories.Barry Warsaw2016-03-2538-354/+176
* First massive round of cleanups.Barry Warsaw2016-03-2310-68/+42
* Close #208Barry Warsaw2016-03-201-2/+2
* Fix cross-posting held on more than one list.Barry Warsaw2016-03-082-4/+21
* Last cleanups.Barry Warsaw2016-02-292-51/+42
* Revert "Rename the HeaderMatch.chain column to action"Aurélien Bompard2016-02-292-14/+13
* Review suggestions: improve unit testsAurélien Bompard2016-02-292-24/+43
* Review suggestions: rename the new index column to positionAurélien Bompard2016-02-292-59/+59
* Use a better way to delete from a collectionAurélien Bompard2016-02-291-3/+2
* Rename the HeaderMatch.chain column to actionAurélien Bompard2016-02-292-13/+14
* 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-292-41/+264
* Prevent moderation of messages held for a different list.Barry Warsaw2016-02-072-1/+8
* Fix membership query for preferred addresses.Barry Warsaw2016-02-062-2/+34
* Add a set_preferred() helper.Barry Warsaw2016-02-065-37/+17
* Super duper.Barry Warsaw2016-01-266-8/+8
* Boost coverage.Barry Warsaw2016-01-251-1/+18
* Branch tweaks:Barry Warsaw2016-01-141-4/+12
* Delete bans when their associated list is deletedAurélien Bompard2016-01-143-2/+50
* Add indexes on the MailingList tableAurélien Bompard2016-01-141-3/+3
* Add NEWS and tweak.Barry Warsaw2016-01-131-1/+1
* Allow fuzz search for members in SubscriptionServiceAurélien Bompard2016-01-132-4/+28
* Expose the ban list on the REST APIAurélien Bompard2016-01-131-0/+5
* Several optimizations:Barry Warsaw2016-01-1111-80/+64
* Boost coverage.Barry Warsaw2016-01-091-5/+3
* Boost coverage.Barry Warsaw2016-01-081-1/+1
* Refactor some tests and documentation.Barry Warsaw2016-01-073-5/+473
* A little bit more refactoring, just to keep things cleaner.Barry Warsaw2016-01-061-2/+4
* Complete the layer violation fixes by moving the SubscriptionService class toBarry Warsaw2016-01-061-0/+131
* Return SQL queries in IListRequests.of_typeAurélien Bompard2016-01-061-3/+1
* Happy New Year.Barry Warsaw2016-01-0235-35/+35
* More coverage.Barry Warsaw2015-12-293-2/+12
* Give the predictable ID factories similar APIs.Aurélien Bompard2015-12-264-9/+9
* Return predictable token IDs in testing mode.Aurélien Bompard2015-12-261-13/+5
* The ``mailman members`` command can now be used to display members based onBarry Warsaw2015-12-221-1/+1