summaryrefslogtreecommitdiff
path: root/src/mailman/app/subscriptions.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up pass.Barry Warsaw2014-09-221-4/+3
* * fix the circular dependecy problem between User and AdressAbhilash Raj2014-09-191-1/+1
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-6/+5
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-1/+1
* Remove a few redundant checks.Barry Warsaw2014-04-151-5/+0
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-29/+24
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
* General code cleanup.Barry Warsaw2012-04-251-3/+2
* - Module modernatizations (print function).Barry Warsaw2012-04-221-5/+9
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-4/+4
* A faster implementation of SubscriptionService.get_members().Barry Warsaw2012-01-261-13/+18
* * Add property `IUserManager.members` to return all `IMembers` in the system.Barry Warsaw2012-01-261-1/+1
* copybumpBarry Warsaw2012-01-011-1/+1
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-2/+2
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-23/+24
|\
| * LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-10/+7
|/
* Fix some typos, and improve the code.Barry Warsaw2011-08-171-1/+1
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-33/+48
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-0/+179