summaryrefslogtreecommitdiff
path: root/src/mailman/app/registrar.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Intermediate CommitAbhilash Raj2016-09-011-105/+0
* New template system. Closes #249Barry Warsaw2016-07-161-11/+15
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-3/+3
* First massive round of cleanups.Barry Warsaw2016-03-231-13/+7
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-1/+1
* Merge branch 'issue-75' into 'release-3.0'Barry Warsaw2015-06-021-1/+1
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-2/+2
* The SubscriptionWorkflow and Registar classes now have both a token and aBarry Warsaw2015-04-151-2/+2
* Prevent replay attacks with the confirmation token.Barry Warsaw2015-04-151-1/+1
* Full test suite passes.Barry Warsaw2015-04-141-3/+8
* Checkpointing.Barry Warsaw2015-04-141-88/+18
* SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown ofBarry Warsaw2015-04-131-9/+8
* Abhilash's branch, pre-cleaning.Barry Warsaw2015-04-061-1/+1
|\
| * add domainowner and serverowner optionsAbhilash Raj2015-03-211-2/+0
* | Fix some typos.Barry Warsaw2015-03-281-3/+3
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+3
* Several internal improvements:Barry Warsaw2014-01-061-35/+42
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* General code cleanup.Barry Warsaw2012-04-251-4/+3
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-2/+1
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-5/+5
* Rename the confirmation template, and ensure that we get it via the templateBarry Warsaw2012-03-041-2/+6
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-041-1/+7
* Prevent the `confirm` command from running more than once on the same token.Barry Warsaw2012-03-011-0/+1
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-4/+20
* * The `confirm` email command now properly handles `Re:`-like prefixes, evenBarry Warsaw2012-02-261-3/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-1/+1
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-1/+1
* Implement the email address validator as a utility for easier pluggability.Barry Warsaw2011-01-061-2/+2
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-17/+17
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-2/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-14/+13
* IRegistrar.register() now requires a mailing list argument. This fixes theBarry Warsaw2009-12-101-4/+3
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-1/+1
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-4/+4
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-5/+6
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-1/+2
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-211-1/+2
* More REST server updates.Barry Warsaw2009-06-291-17/+0
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-121-2/+2
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-1/+1
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+163