summaryrefslogtreecommitdiff
path: root/src/mailman/rest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor API differences into a separate class.Barry Warsaw2016-01-1314-140/+45
* Refactor API contexts.Barry Warsaw2016-01-1313-100/+121
* Use the more efficient find_member() API.Barry Warsaw2016-01-111-4/+3
* Boost coverage.Barry Warsaw2016-01-093-10/+56
* Boost coverage.Barry Warsaw2016-01-083-28/+110
* A little bit more refactoring, just to keep things cleaner.Barry Warsaw2016-01-061-2/+1
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-064-21/+14
* Make the members request pageableAurélien Bompard2016-01-062-12/+14
* Return SQL queries in IListRequests.of_typeAurélien Bompard2016-01-061-1/+1
* Support SQL queries for CollectionMixin._get_collectionAurélien Bompard2016-01-062-4/+20
* More coverage.Barry Warsaw2016-01-042-2/+25
* Boost coverage.Barry Warsaw2016-01-033-4/+86
* Happy New Year.Barry Warsaw2016-01-0233-33/+33
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-319-24/+97