summaryrefslogtreecommitdiff
path: root/src/mailman/model/usermanager.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Make sure users are returned in a predictable orderAurélien Bompard2016-03-311-1/+1
* Clean up the model and languages directories.Barry Warsaw2016-03-251-7/+3
* Several optimizations:Barry Warsaw2016-01-111-8/+4
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* When deleting an Address, dependencies must be deleted firstAurélien Bompard2015-11-211-0/+19
* Add server_owners attribute to the user manager.Barry Warsaw2015-09-231-1/+8
* Subscription workflow checkpointing.Barry Warsaw2015-04-091-1/+0
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-0/+21
* * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-0/+1
* * When creating a user with an email address, do not create the user recordBarry Warsaw2015-02-051-1/+2
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* call roster methods on mailinglist object after load from databaseAbhilash Raj2014-09-181-2/+2
* change leftover queriesAbhilash Raj2014-09-131-1/+1
* modify all storm queries to work with SAAbhilash Raj2014-09-121-7/+7
* 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-2/+3
* - Module modernatizations (print function).Barry Warsaw2012-04-221-21/+30
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-7/+7
* * Add property `IUserManager.members` to return all `IMembers` in the system.Barry Warsaw2012-01-261-0/+7
* copybumpBarry Warsaw2012-01-011-1/+1
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-0/+9
* * Re-organize the interface between buildout.cfg and the zope.testing layerBarry Warsaw2011-04-011-14/+1
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-8/+18
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-19/+18
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+104