summaryrefslogtreecommitdiff
path: root/src/mailman/app (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost coverage and remove dead code.Barry Warsaw2016-01-252-4/+11
* Boost coverage.Barry Warsaw2016-01-251-1/+1
* Boost coverage.Barry Warsaw2016-01-081-0/+20
* Refactor some tests and documentation.Barry Warsaw2016-01-072-378/+2
* Complete the layer violation fixes by moving the SubscriptionService class toBarry Warsaw2016-01-061-108/+1
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-062-10/+17
* Make the members request pageableAurélien Bompard2016-01-063-10/+10
* Boost coverage.Barry Warsaw2016-01-031-1/+1
* Happy New Year.Barry Warsaw2016-01-0226-26/+26
* More coverage.Barry Warsaw2015-12-291-0/+15
* Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw2015-12-221-1/+1
* Port bump-digests to MM3, via the `mailman digests` command.Barry Warsaw2015-12-221-3/+4
* Refactor bump_digest_number_and_volume() and maybe_send_digest_now() intoBarry Warsaw2015-12-222-0/+355
* Move the data_paths.Barry Warsaw2015-12-201-2/+0
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-202-13/+9
* Make sure that Pendables always have a typeAurélien Bompard2015-12-165-4/+6
* Refactor the SubscriptionService.find_members method to be pure SQLAurélien Bompard2015-12-112-36/+227
* Handle deleting nonexistent messages from the message store. Closes: #167Aurélien Bompard2015-12-021-0/+9
* A little bit of code cleanup.Barry Warsaw2015-10-291-3/+3
* Neither archive messages nor digest messages get decorated.Barry Warsaw2015-09-131-8/+0
* Decorate bulk emails by defaultAurélien Bompard2015-09-081-0/+19
* According to RFC 2369, the URL should be between bracketsAurélien Bompard2015-06-301-1/+1
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-142-46/+47
* Merge branch 'issue-75' into 'release-3.0'Barry Warsaw2015-06-022-1/+3
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-2/+0
* Remove old APIs handle_subscription() and hold_subscription().Barry Warsaw2015-05-023-212/+74
* Merge branch '1-admin-notify-mchanges' into 'release-3.0'Barry Warsaw2015-05-024-15/+61
* Branch his ready.Barry Warsaw2015-04-173-13/+21
* Check pointing new subscription moderation REST API.Barry Warsaw2015-04-172-4/+6
* Checkpointing.Barry Warsaw2015-04-162-1/+18
* Clean up some templates; given by raj-abhilash1Barry Warsaw2015-04-161-12/+6
|\
| * fix tests for previous commitAbhilash Raj2015-04-162-8/+5
* | Move a doctest to the right directory.Barry Warsaw2015-04-161-344/+0
* | Plumb the subscription policy through the REST API.Barry Warsaw2015-04-154-23/+75
* | Give the SubscriptionWorkflow a member attribute which gets set to the memberBarry Warsaw2015-04-152-40/+22
* | Rewrite the subscription service doctest for the updated API.Barry Warsaw2015-04-152-145/+118
* | The SubscriptionWorkflow and Registar classes now have both a token and aBarry Warsaw2015-04-154-80/+120
|/
* * Mailing list subscription policy work flow has been completely rewritten.Barry Warsaw2015-04-158-236/+1307
|\
| * Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-154-6/+88
| * Remove unused import.Barry Warsaw2015-04-141-1/+0
| * Full test suite passes.Barry Warsaw2015-04-143-8/+17
| * Checkpointing.Barry Warsaw2015-04-145-224/+198
| * The SubscriptionWorkflow class doesn't need to include the expiry date in itsBarry Warsaw2015-04-133-1/+36
| * SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown ofBarry Warsaw2015-04-133-91/+130
| * Subscription workflows now support bans.Barry Warsaw2015-04-132-2/+23
| * Fix regression.Barry Warsaw2015-04-131-1/+0
| * Subsume hold_subscription() functionality into the subscription workflow.Barry Warsaw2015-04-132-8/+108
| * Handle save/restore of the subscription workflow.Barry Warsaw2015-04-132-6/+97
| * Subscription workflow checkpointing.Barry Warsaw2015-04-093-68/+310
| * Add run_thru() and run_until() to workflow, mostly for testing purposes.Barry Warsaw2015-04-072-2/+46