| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add a send-digests subcommand to send list digests right now. | Barry Warsaw | 2015-12-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * Add a `mailman send-digests` subcommand which replaces the functionality of the MM2.1 senddigests.py cronjob. * Use mlist.data_path where appropriate instead of crafting it from config.LIST_DATA_DIR. This makes it more consistent to switch to using the list-id as the data subdirectory. * Refactor the to_digest handler so that we can implement maybe_send_digest_now() for the internal API. * Fix some typos in subcommand --help summaries. | |||||
| * | Digests improvements: | Barry Warsaw | 2015-12-19 | 1 | -2/+1 | |
| | | | | | | | | * digestable -> digests_enabled * nondigestable: removed * Exposed digests_enabled, digest_send_periodic, digest_volume_frequency in REST. | |||||
| * | A few minor cleanups. | Barry Warsaw | 2015-12-16 | 2 | -6/+9 | |
| | | ||||||
| * | Bring back the constructor for PendedKeyValue | Aurélien Bompard | 2015-12-16 | 1 | -0/+4 | |
| | | ||||||
| * | Implement suggestions from the review | Aurélien Bompard | 2015-12-16 | 3 | -10/+19 | |
| | | ||||||
| * | Resolve conflicts. | Barry Warsaw | 2015-12-16 | 1 | -2/+2 | |
| | | ||||||
| * | Add indexes on the Pendable fields that can be queried upon. | Aurélien Bompard | 2015-12-16 | 1 | -13/+4 | |
| | | | | | | | | - Pendable.token: queried in the add() and confirm() methods - Pendable.expiration_date: queried on evict() - PendableKeyValue.key and PendableKeyValue.value: queried in the find() method | |||||
| * | Improve the unit test for the find method | Aurélien Bompard | 2015-12-16 | 1 | -9/+28 | |
| | | ||||||
| * | Make sure that Pendables always have a type | Aurélien Bompard | 2015-12-16 | 5 | -6/+15 | |
| | | ||||||
| * | Add a find method for pending requests | Aurélien Bompard | 2015-12-16 | 2 | -6/+45 | |
| | | ||||||
| * | Use the relationship instead of an explicit query | Aurélien Bompard | 2015-12-16 | 1 | -4/+2 | |
| | | ||||||
| * | Use the relationship cascade feature to delete key-values | Aurélien Bompard | 2015-12-16 | 2 | -9/+62 | |
| | | ||||||
| * | Add a couple indexes on Member | Aurélien Bompard | 2015-12-15 | 1 | -2/+2 | |
| | | ||||||
| * | Handle deleting nonexistent messages from the message store. Closes: #167 | Aurélien Bompard | 2015-12-02 | 2 | -11/+46 | |
| | | ||||||
| * | Optimize the roster SQL query | Aurélien Bompard | 2015-11-22 | 1 | -3/+5 | |
| | | | | | | | Measured improvement: about 100x faster. (!) Reformatting. | |||||
| * | When deleting an Address, dependencies must be deleted first | Aurélien Bompard | 2015-11-21 | 2 | -0/+60 | |
| | | | | | | SQLite doesn't not enforce foreign key constraints, but PostgreSQL does, and without this fix, IntegrityErrors get raised. | |||||
| * | Add useful indexes on the member table | Aurélien Bompard | 2015-11-21 | 2 | -4/+4 | |
| | | ||||||
| * | Clean up pass through abompard's branch. | Barry Warsaw | 2015-10-20 | 2 | -28/+44 | |
| | | ||||||
| * | Use and interface for the set of header_matches | Aurélien Bompard | 2015-10-20 | 2 | -3/+93 | |
| | | ||||||
| * | Implement changes from the review | Aurélien Bompard | 2015-10-20 | 1 | -2/+2 | |
| | | ||||||
| * | Rename from plural to singular | Aurélien Bompard | 2015-10-20 | 1 | -5/+5 | |
| | | ||||||
| * | Use a separate table for header_matches | Aurélien Bompard | 2015-10-20 | 1 | -2/+19 | |
| | | ||||||
| * | Add server_owners attribute to the user manager. | Barry Warsaw | 2015-09-23 | 2 | -1/+52 | |
| | | ||||||
| * | For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`. | Barry Warsaw | 2015-09-06 | 1 | -1/+0 | |
| | | | | | | (Closes #141). Also, don't enqueue a particular digest if there are no recipients for that digest. | |||||
| * | Clean up maxking's branch a little bit. | Barry Warsaw | 2015-08-04 | 2 | -8/+14 | |
| | | | | | | | | * Sort the .delete()'s * Remove an unused import. * Renamed and documented some tests. * Support tox's new passenv setting. | |||||
| * | Add tests for autoresponserecord | Abhilash Raj | 2015-08-03 | 2 | -3/+13 | |
| | | ||||||
| * | Fix zope lookup error in the previous commit | Abhilash Raj | 2015-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add tests for #115 | Abhilash Raj | 2015-08-03 | 1 | -0/+9 | |
| | | ||||||
| * | Fix #115 | Abhilash Raj | 2015-08-03 | 1 | -1/+5 | |
| | | ||||||
| * | * Messages now include a `Message-ID-Hash` as the replacement for | Barry Warsaw | 2015-06-14 | 3 | -15/+52 | |
| | | | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm. | |||||
| * | * The default languages from Mailman 2.1 have been ported over. Given by | Barry Warsaw | 2015-05-07 | 1 | -5/+0 | |
| | | | | | Aurélien Bompard. | |||||
| * | Fix a typo. Found by Rashi Karanpuria. | Barry Warsaw | 2015-05-04 | 1 | -3/+3 | |
| | | ||||||
| * | Checkpointing. | Barry Warsaw | 2015-04-16 | 2 | -4/+20 | |
| | | ||||||
| * | Plumb the subscription policy through the REST API. | Barry Warsaw | 2015-04-15 | 1 | -4/+14 | |
| | | ||||||
| * | * Mailing list subscription policy work flow has been completely rewritten. | Barry Warsaw | 2015-04-15 | 13 | -382/+444 | |
| |\ | | | | | | | | | | | It now properly supports email verification and subscription confirmation by the user, and approval by the moderator using unique tokens. ``IMailingList`` objects now have a ``subscription_policy`` attribute. | |||||
| | * | Prevent replay attacks with the confirmation token. | Barry Warsaw | 2015-04-15 | 1 | -2/+0 | |
| | | | ||||||
| | * | Full test suite passes. | Barry Warsaw | 2015-04-14 | 3 | -33/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make sure Registrar.discard() removces any workflow state manager state associated with the token, and that this is flushed to SA. * Adjust the email commands to the new IRegistrar API. * Update the IRegistrar interface. * Add IWorkflowStateManager.discard() and make `count` an attribute/property. * Mark two tests as expected failures due to LP: #1444184. | |||||
| | * | Merge the member query fix branch. | Barry Warsaw | 2015-04-14 | 4 | -13/+137 | |
| | |\ | ||||||
| | | * | Added IMember.subscriber to definitively return how a member is subscribed to | Barry Warsaw | 2015-04-14 | 4 | -14/+136 | |
| | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | the mailing list (via preferred address/user or explicit address). IMember.get_member() is defined to return the explicit address when members are subscribed in both ways. IMember.get_memberships() returns a sequence of length 0, 1, or 2 containing all the member records associated with the email address. Fixed the AbstractMemberRoster methods query to properly return subscriptions via the user's preferred address and via an explicit address. | |||||
| | * | Checkpointing. | Barry Warsaw | 2015-04-14 | 3 | -363/+60 | |
| | | | ||||||
| | * | * Give the workflow state manager a count method. | Barry Warsaw | 2015-04-13 | 2 | -8/+31 | |
| | | | | | | | | | | | * The workflow state manager no longer allows updates via .save(). * Restoring a workflow state evicts the record from the database. | |||||
| | * | Give IPendings a count of entries. | Barry Warsaw | 2015-04-13 | 1 | -0/+10 | |
| | | | ||||||
| | * | Handle save/restore of the subscription workflow. | Barry Warsaw | 2015-04-13 | 3 | -33/+38 | |
| | | | | | | | | | | | | | | | | | | | | | To handle the case of restoring a saved workflow, allow the subscriber to be None in the constructor, but assert that it is not None after the first workflow step. Add setters/getters for handling save/restore. In the base workflow interface, rename key to token. | |||||
| | * | Subscription workflow checkpointing. | Barry Warsaw | 2015-04-09 | 2 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | * TO DO: - hook up sending of confirmation - processing confirmations and continuing workflow - get tokens for saving workflows - integrate with RequestRecord - integrate with hold_subscription - after getting moderator approval, continue workflow | |||||
| | * | Trunk merge | Barry Warsaw | 2015-04-07 | 6 | -42/+197 | |
| | |\ | |/ |/| | ||||||
| * | | Checkpointing: | Barry Warsaw | 2015-04-06 | 2 | -3/+20 | |
| | | | | | | | | | | | | | * Cleanups. * Updates to domains and users. * Allow is_server_owner to be PUT. | |||||
| * | | Reviewed and updated domains doctest. | Barry Warsaw | 2015-04-06 | 1 | -13/+18 | |
| | | | ||||||
| * | | Flesh out the domain interface, model, and tests. Clean up style. | Barry Warsaw | 2015-04-06 | 2 | -30/+107 | |
| | | | ||||||
| * | | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 5 | -41/+97 | |
| |\ \ | ||||||
| | * | | * implement left over methods | Abhilash Raj | 2015-04-06 | 4 | -32/+36 | |
| | | | | | | | | | | | | | * add and remove owners using the address | |||||
