summaryrefslogtreecommitdiff
path: root/src/mailman/rest/bans.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* replaced `find` method with `bans` propertyAmit Tripathi2016-10-251-1/+1
|
* Added QuerySequence as return type of banned address listAmit Tripathi2016-10-251-1/+1
|
* API consistency.Barry Warsaw2016-04-031-1/+1
|
* Clean up the rest directory.Barry Warsaw2016-03-251-6/+3
|
* Clean up the branch for landing.Barry Warsaw2016-01-131-24/+19
| | | | | | | | | | | | * Add NEWS * Update copyright years. * Adjust for new IAPI.path_to() interface. * Style. * Remove some unreachable code. * Boost coverage. * Change some Bad Requests into Not Founds. * Do not include `list_id` in resource JSON for global bans. * Rephrase some doctests.
* Add the self_link for bans and factor some codeAurélien Bompard2016-01-131-16/+27
|
* Expose the ban list on the REST APIAurélien Bompard2016-01-131-0/+109