summaryrefslogtreecommitdiff
path: root/src/mailman/model/user.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
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-4/+4
* Clean up the User.absorb() method and tests.Barry Warsaw2016-05-141-11/+15
* Fix Flake8 errorsAurélien Bompard2016-05-041-4/+4
* Implement suggestions from the reviewAurélien Bompard2016-05-041-0/+1
* Delete redundant memberships before deleting the absorbed userAurélien Bompard2016-05-041-5/+6
* Add a method to merge a user into another userAurélien Bompard2016-05-041-0/+31
* Tweak the import rules checker.Barry Warsaw2016-03-271-1/+1
* Clean up the model and languages directories.Barry Warsaw2016-03-251-11/+6
* Super duper.Barry Warsaw2016-01-261-1/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Give the predictable ID factories similar APIs.Aurélien Bompard2015-12-261-3/+3
* Checkpointing:Barry Warsaw2015-04-061-3/+5
* * implement left over methodsAbhilash Raj2015-04-061-0/+1
* * Add `drop_column` inside sqlite check, fix indentationAbhilash Raj2015-03-311-3/+3
* merge serverowner branchAbhilash Raj2015-03-271-1/+10
|\
| * all tests passing now (except doctests)Abhilash Raj2015-03-261-1/+1
| * add domainowner and serverowner optionsAbhilash Raj2015-03-211-1/+10
* | * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-201-1/+3
|/
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-8/+4
* More model test fixes and ports.Barry Warsaw2014-12-131-3/+3
* CheckpointingBarry Warsaw2014-12-121-1/+1
* Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-131-4/+7
|\
| * * remove migrate commandAbhilash Raj2014-10-101-2/+2
| * fix database reset error due to foreign key constraint between user and addre...Abhilash Raj2014-10-091-1/+4
|/
* Clean up pass.Barry Warsaw2014-09-221-14/+13
* * remove some unused codeAbhilash Raj2014-09-191-1/+0
* * fix the circular dependecy problem between User and AdressAbhilash Raj2014-09-191-3/+6
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-2/+3
* change leftover queriesAbhilash Raj2014-09-131-3/+3
* modify all storm queries to work with SAAbhilash Raj2014-09-121-2/+4
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-4/+6
* replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-051-13/+19
* 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-3/+2
* - Module modernatizations (print function).Barry Warsaw2012-04-221-9/+12
* * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw2012-04-071-2/+13
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-8/+8
* copybumpBarry Warsaw2012-01-011-1/+1
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-3/+5
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-1/+4
* Users now have a preferred address which can be set, changed, and deleted.Barry Warsaw2011-04-161-1/+27
* Merge passwords into restBarry Warsaw2011-04-081-2/+3
|\
| * add_member()Barry Warsaw2011-04-081-2/+3
* | More fleshing out of the users REST API.Barry Warsaw2011-04-041-1/+4
|/
* * Re-organize the interface between buildout.cfg and the zope.testing layerBarry Warsaw2011-04-011-1/+17
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-1/+8