summaryrefslogtreecommitdiff
path: root/src/mailman/rest/members.py
Commit message (Expand)AuthorAgeFilesLines
* Fix two problems and close #260Barry Warsaw2017-04-221-3/+4
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Simplify the implementation.Barry Warsaw2016-10-171-3/+2
* IWorkflowManager -> ISubscriptionManagerBarry Warsaw2016-09-011-3/+4
* CheckpointingBarry Warsaw2016-09-011-1/+1
* Intermediate CommitAbhilash Raj2016-09-011-3/+3
* allow_none -> allow_blankBarry Warsaw2016-07-121-1/+1
* REST: allow setting a member's moderation_action to NoneAurélien Bompard2016-07-121-1/+1
* Better handling of the REST API plumbing.Barry Warsaw2016-06-281-2/+2
* Revert a few incorrect renames.Barry Warsaw2016-04-031-15/+15
* Don't pass `api` when it's readily available.Barry Warsaw2016-04-031-11/+7
* API consistency.Barry Warsaw2016-04-031-17/+17
* Allow fall backs for moderation actions.Barry Warsaw2016-04-011-1/+1
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-311-1/+3
* Clean up the rest directory.Barry Warsaw2016-03-251-13/+5
* Closes #199Barry Warsaw2016-03-221-2/+2
* Caught exception at the right placeAnirudh Dahiya2016-03-221-5/+4
* Removed unnecessary commentsAnirudh Dahiya2016-03-221-9/+0
* Incorporates suggested changesAnirudh Dahiya2016-03-221-3/+10
* Add necessary comment explaining the modificationAnirudh Dahiya2016-03-221-0/+1
* Block duplicate Subscription requestsAnirudh Dahiya2016-03-221-1/+6
* Fix #198 - duplicate owner subscription errorBarry Warsaw2016-03-051-1/+3
* Add AlreadySubscribedError Exception for better error messageAnirudh Dahiya2016-03-051-0/+3
* Give a meaningful message when a banned member tries to joinAurélien Bompard2016-01-201-0/+3
* Add NEWS and tweak.Barry Warsaw2016-01-131-2/+3
* Member search can be done using GET requestsAurélien Bompard2016-01-131-1/+13
* Just a little more UUID conversion convenience.Barry Warsaw2016-01-131-11/+5
* Use common idiom for converting the UUID.Barry Warsaw2016-01-131-10/+11
* Fix getting a list member through the 3.1 APIAurélien Bompard2016-01-131-11/+13
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-5/+6
* Refactor API contexts.Barry Warsaw2016-01-131-23/+15
* Boost coverage.Barry Warsaw2016-01-091-3/+0
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-061-1/+1
* Make the members request pageableAurélien Bompard2016-01-061-3/+3
* Boost coverage.Barry Warsaw2016-01-031-1/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-6/+2
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-20/+34
* Allow a Member's moderation_action to be changed by the REST API.Aurélien Bompard2015-12-081-5/+11
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-041-2/+1
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-11/+12
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-22/+126
* * Member resource JSON now include the ``member_id`` as a separate key.Barry Warsaw2015-02-131-1/+3
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-7/+5
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+3
* Checkpointing.Barry Warsaw2014-11-301-5/+7
* Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-32/+21
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-31/+37