summaryrefslogtreecommitdiff
path: root/src/mailman/rest/lists.py
Commit message (Expand)AuthorAgeFilesLines
* Updated rest/lists.py to handle list name error exceptions and addedMark Sapiro2017-02-191-1/+9
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Merge branch 'hide-system-disabled-archivers' into 'master' Barry Warsaw2016-11-261-2/+4
|\
| * Don't show the disabled archivers in the REST APIAurélien Bompard2016-08-181-2/+4
* | Implement the review suggestionsAurélien Bompard2016-10-261-2/+2
* | Add a method to find list using properties filtersAurélien Bompard2016-10-261-8/+5
* | REST: add a query string to only get advertised listsAurélien Bompard2016-10-261-2/+12
|/
* New template system. Closes #249Barry Warsaw2016-07-161-2/+20
* Tweaks and clean up.Barry Warsaw2016-04-291-12/+8
* Add batch unsubscribe option to REST API.Harshit Bansal2016-04-281-1/+23
* Revert a few incorrect renames.Barry Warsaw2016-04-031-18/+18
* Don't pass `api` when it's readily available.Barry Warsaw2016-04-031-1/+1
* API consistency.Barry Warsaw2016-04-031-27/+27
* Complete the port to Falcon 1.0.Barry Warsaw2016-04-021-2/+2
* Checkpointing.Barry Warsaw2016-04-021-3/+3
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
* Clean up the rest directory.Barry Warsaw2016-03-251-10/+9
* Add a test for header-matches on missing lists.Barry Warsaw2016-02-291-7/+0
* Expose the header matches in the REST APIAurélien Bompard2016-02-291-1/+9
* Expose the ban list on the REST APIAurélien Bompard2016-01-131-0/+8
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-2/+2
* Refactor API contexts.Barry Warsaw2016-01-131-1/+1
* Use the more efficient find_member() API.Barry Warsaw2016-01-111-4/+3
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-061-8/+5
* Make the members request pageableAurélien Bompard2016-01-061-9/+11
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-2/+0
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-4/+4
* Bump coverage to 100%Barry Warsaw2015-12-221-2/+1
* Expose the "bump digest" and "send digest" functionality though the REST APIBarry Warsaw2015-12-221-2/+45
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-041-4/+1
* Clean up based on review.Barry Warsaw2015-07-181-2/+1
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-4/+6
* Checkpointing.Barry Warsaw2015-04-161-1/+2
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-4/+2
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-261-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+2
* Lots of REST test fixes.Barry Warsaw2014-12-151-4/+3
* Checkpointing.Barry Warsaw2014-11-301-2/+4
* Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-28/+18
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-20/+12
* Lists and pagination are ported.Barry Warsaw2014-08-131-30/+49
* Domains are ported to falcon.Barry Warsaw2014-08-131-15/+19
* 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
* Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-271-1/+68
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-2/+2
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-1/+1