summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/subscriptions.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
* Manual merge.Barry Warsaw2016-10-251-2/+2
* Refactor.Barry Warsaw2016-10-181-2/+2
* Split registration (subscription) and unsubscription:Barry Warsaw2016-09-131-1/+14
* Fix many failures.Barry Warsaw2016-09-081-0/+63
* Checkpointing.Barry Warsaw2016-09-011-2/+88
* Add NEWS, tweak an interface, and rewrite a unit test.Barry Warsaw2016-04-181-5/+6
* Extend ISubscriptionService interface.Harshit Bansal2016-04-181-0/+15
* Clean up the interfaces directory.Barry Warsaw2016-03-251-14/+9
* Closes #199Barry Warsaw2016-03-221-6/+4
* Correct spacingAnirudh Dahiya2016-03-221-1/+1
* Correct space in error messageAnirudh Dahiya2016-03-221-1/+1
* Incorporates suggested changesAnirudh Dahiya2016-03-221-1/+11
* Add NEWS and tweak.Barry Warsaw2016-01-131-4/+2
* Allow fuzz search for members in SubscriptionServiceAurélien Bompard2016-01-131-0/+3
* Refactor some tests and documentation.Barry Warsaw2016-01-071-7/+38
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* The SubscriptionWorkflow and Registar classes now have both a token and aBarry Warsaw2015-04-151-40/+12
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-0/+16
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-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-13/+13
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-3/+3
* copybumpBarry Warsaw2012-01-011-1/+1
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-6/+11
|\
| * LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-251-1/+3
|/
* Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-171-1/+1
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-0/+140