summaryrefslogtreecommitdiff
path: root/src/mailman/model (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle deleting nonexistent messages from the message store. Closes: #167Aurélien Bompard2015-12-022-11/+46
* Optimize the roster SQL queryAurélien Bompard2015-11-221-3/+5
* When deleting an Address, dependencies must be deleted firstAurélien Bompard2015-11-212-0/+60
* Add useful indexes on the member tableAurélien Bompard2015-11-212-4/+4
* Clean up pass through abompard's branch.Barry Warsaw2015-10-202-28/+44
* Use and interface for the set of header_matchesAurélien Bompard2015-10-202-3/+93
* Implement changes from the reviewAurélien Bompard2015-10-201-2/+2
* Rename from plural to singularAurélien Bompard2015-10-201-5/+5
* Use a separate table for header_matchesAurélien Bompard2015-10-201-2/+19
* Add server_owners attribute to the user manager.Barry Warsaw2015-09-232-1/+52
* For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.Barry Warsaw2015-09-061-1/+0
* Clean up maxking's branch a little bit.Barry Warsaw2015-08-042-8/+14
* Add tests for autoresponserecordAbhilash Raj2015-08-032-3/+13
* Fix zope lookup error in the previous commitAbhilash Raj2015-08-031-1/+1
* Add tests for #115Abhilash Raj2015-08-031-0/+9
* Fix #115Abhilash Raj2015-08-031-1/+5
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-143-15/+52
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-5/+0
* Fix a typo. Found by Rashi Karanpuria.Barry Warsaw2015-05-041-3/+3
* Checkpointing.Barry Warsaw2015-04-162-4/+20
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-4/+14
* * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-1513-382/+444
|\
| * Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-151-2/+0
| * Full test suite passes.Barry Warsaw2015-04-143-33/+61
| * Merge the member query fix branch.Barry Warsaw2015-04-144-13/+137
| |\
| | * Added IMember.subscriber to definitively return how a member is subscribed toBarry Warsaw2015-04-144-14/+136
| |/ |/|
| * Checkpointing.Barry Warsaw2015-04-143-363/+60
| * * Give the workflow state manager a count method.Barry Warsaw2015-04-132-8/+31
| * Give IPendings a count of entries.Barry Warsaw2015-04-131-0/+10
| * Handle save/restore of the subscription workflow.Barry Warsaw2015-04-133-33/+38
| * Subscription workflow checkpointing.Barry Warsaw2015-04-092-6/+7
| * Trunk mergeBarry Warsaw2015-04-076-42/+197
| |\ | |/ |/|
* | Checkpointing:Barry Warsaw2015-04-062-3/+20
* | Reviewed and updated domains doctest.Barry Warsaw2015-04-061-13/+18
* | Flesh out the domain interface, model, and tests. Clean up style.Barry Warsaw2015-04-062-30/+107
* | Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-065-41/+97
|\ \
| * | * implement left over methodsAbhilash Raj2015-04-064-32/+36
| * | * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-314-31/+23
| * | add tests, fix docs, remove contact_addressAbhilash Raj2015-03-283-28/+70
| * | merge serverowner branchAbhilash Raj2015-03-272-16/+34
| |\ \
| | * | all tests passing now (except doctests)Abhilash Raj2015-03-262-3/+3
| | * | add domainowner and serverowner optionsAbhilash Raj2015-03-212-16/+34
| | | * Refactorings and tests.Barry Warsaw2015-03-292-5/+114
| | | * Merge abompard's subpolicy branch port with trunk. Still a WIP.Barry Warsaw2015-03-293-4/+69
| |_|/| |/| | |
| | | * Workflow: allow saving and restoring with an empty queueAurélien Bompard2015-03-271-2/+2
| | | * Merge from headAurélien Bompard2015-03-266-10/+58
| | | |\ | | |_|/ | |/| |
| | | * Save the workflow state in the databaseAurélien Bompard2015-03-251-1/+26
| | | * Add a table to store workflow statesAurélien Bompard2015-03-251-0/+41
| | | * Make the subscription policy a database columnAurélien Bompard2015-03-211-2/+1
| | | * Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-205-9/+86
| | |/