summaryrefslogtreecommitdiff
path: root/src/mailman/rest/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Learn to encode Messages and Header instances to JSONAurélien Bompard2016-11-281-0/+6
* Fix #207Barry Warsaw2016-07-141-0/+12
* Clean up the rest directory.Barry Warsaw2016-03-251-24/+18
* Super duper.Barry Warsaw2016-01-261-2/+2
* Refactor API differences into a separate class.Barry Warsaw2016-01-131-25/+0
* Refactor API contexts.Barry Warsaw2016-01-131-1/+1
* Additional refactoring to use the QuerySequence wrapper, so that we can stillBarry Warsaw2016-01-061-11/+6
* Support SQL queries for CollectionMixin._get_collectionAurélien Bompard2016-01-061-4/+10
* Boost coverage.Barry Warsaw2016-01-031-3/+3
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Cleanups, corner case fixes, and coverage.Barry Warsaw2015-12-311-2/+2
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-1/+1
* _resource_as_dict() may not return None.Barry Warsaw2015-12-121-1/+4
* Sort the JSON output when [devmode]enabled is true.Barry Warsaw2015-11-211-1/+1
* Sort the JSON keys in dev modeAurélien Bompard2015-11-211-1/+2
* * Add NEWS and a missing _all__ key.Barry Warsaw2015-11-061-4/+6
* Rework pagination to fix the 'start' and 'total_size' valuesAurélien Bompard2015-11-041-34/+25
* Clean up based on review.Barry Warsaw2015-07-181-0/+1
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-2/+6
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-0/+6
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw2014-12-111-3/+5
* Trunk merge.Barry Warsaw2014-11-081-5/+6
|\
| * Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-7/+11
* | When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-061-2/+5
* | Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-0/+46
* | Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-64/+5
* | Lists and pagination are ported.Barry Warsaw2014-08-131-14/+6
* | test_addresses and test_root are both passing now.Barry Warsaw2014-08-121-7/+4
* | Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-0/+42
|/
* 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
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-2/+2
* Tweaks and fixes by Barry.Barry Warsaw2013-03-211-25/+18
* Removed unused `default_count` argument and remove one wrapping level in pagi...Florian Fuchs2013-03-201-21/+18
* Fixed comment typoFlorian Fuchs2013-03-201-1/+1
* REST API collection pagination: slice result only if pagination params are pr...Florian Fuchs2013-03-201-1/+5
* REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-201-0/+40
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * You can now PUT and PATCH on user resources to change the user's displayBarry Warsaw2012-09-221-0/+61
* Do not taunt Happy Python 2.6 Fun Ball.Barry Warsaw2012-03-141-2/+2
* copybumpBarry Warsaw2012-01-011-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+0
* Ugly, ugly, ugly hack to enable the non-standard HTTP verb PATCH for partialBarry Warsaw2010-09-011-0/+43
* Refactor, and add a missing import.Barry Warsaw2010-08-231-69/+0
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-231-8/+28