summaryrefslogtreecommitdiff
path: root/src/mailman/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
* public() takes keyword arguments.Barry Warsaw2016-04-041-2/+3
* Revert a few incorrect renames.Barry Warsaw2016-04-034-42/+42
* Don't pass `api` when it's readily available.Barry Warsaw2016-04-033-33/+20
* Fix some tests.Barry Warsaw2016-04-032-3/+3
* Clean up.Barry Warsaw2016-04-031-23/+17
* API consistency.Barry Warsaw2016-04-0310-64/+65
* Complete the port to Falcon 1.0.Barry Warsaw2016-04-029-5/+32
* Checkpointing.Barry Warsaw2016-04-024-124/+128
* Add coverage and NEWS.Barry Warsaw2016-04-021-32/+42
* Sort chains and pipelines before returning themSimon Hanna2016-04-022-4/+6
* Add tests for exposed chains and pipelinesSimon Hanna2016-04-021-0/+30
* Expose chains through the rest interfaceSimon Hanna2016-04-021-0/+11
* Expose pipelines through the rest interfaceSimon Hanna2016-04-021-0/+11
* Don't use `flake8: noqa`.Barry Warsaw2016-04-012-2/+2
* Allow fall backs for moderation actions.Barry Warsaw2016-04-012-3/+7
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-313-48/+11
* Add a test to verify the problem isn't in core.Barry Warsaw2016-03-311-0/+14
* Import order flake8 plugin.Barry Warsaw2016-03-277-8/+8
* Clean up the rest directory.Barry Warsaw2016-03-2538-343/+121
* Clean up the core directory.Barry Warsaw2016-03-243-8/+23
* Closes #199Barry Warsaw2016-03-222-2/+51
* 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
* Document the pagination API.Barry Warsaw2016-03-162-1/+89
* Fix #198 - duplicate owner subscription errorBarry Warsaw2016-03-052-1/+19
* Add AlreadySubscribedError Exception for better error messageAnirudh Dahiya2016-03-051-0/+3
* Add NEWS and clean up.Barry Warsaw2016-03-032-24/+30
* Exposed goodbye_message_uri attribute through REST API.Harshit Bansal2016-03-033-0/+40
* Last cleanups.Barry Warsaw2016-02-292-16/+24
* Add a test for header-matches on missing lists.Barry Warsaw2016-02-293-15/+9
* Review suggestions on the REST entry pointsAurélien Bompard2016-02-292-15/+24
* Review suggestions: rename the new index column to positionAurélien Bompard2016-02-293-33/+34
* Expose the header matches in the REST APIAurélien Bompard2016-02-294-1/+419
* Handle AlreadySubscribedError in REST.Barry Warsaw2016-02-152-1/+20
* Prevent moderation of messages held for a different list.Barry Warsaw2016-02-071-0/+23
* Add a set_preferred() helper.Barry Warsaw2016-02-062-17/+9
* Super duper.Barry Warsaw2016-01-262-3/+3
* Also add a test for the global ban listAurélien Bompard2016-01-201-0/+12
* Give a meaningful message when a banned member tries to joinAurélien Bompard2016-01-202-0/+16
* Add NEWS and tweak.Barry Warsaw2016-01-132-3/+4
* Member search can be done using GET requestsAurélien Bompard2016-01-132-1/+35
* Clean up the branch for landing.Barry Warsaw2016-01-133-46/+130
* Add the self_link for bans and factor some codeAurélien Bompard2016-01-132-18/+41
* Expose the ban list on the REST APIAurélien Bompard2016-01-134-0/+210
* Just a little more UUID conversion convenience.Barry Warsaw2016-01-131-11/+5
* Use common idiom for converting the UUID.Barry Warsaw2016-01-132-14/+15
* Fix getting a list member through the 3.1 APIAurélien Bompard2016-01-132-11/+31