summaryrefslogtreecommitdiff
path: root/src/mailman/rest/wsgiapp.py
Commit message (Expand)AuthorAgeFilesLines
* Update WSGI functions to take necessary argumentsEric Searcy2017-02-101-5/+1
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Support HTTP/1.1 by default.Barry Warsaw2016-10-301-26/+3
* qa fix: unused variableamitt0012016-10-301-2/+2
* < python 3.5.x non-enum HTTPStatus supportamitt0012016-10-301-1/+5
* qa fixamitt0012016-10-301-1/+0
* Rest api send error response with headersamitt0012016-10-301-1/+23
* New template system. Closes #249Barry Warsaw2016-07-161-1/+2
* REST: allow setting a member's moderation_action to NoneAurélien Bompard2016-07-121-0/+2
* Better handling of the REST API plumbing.Barry Warsaw2016-06-281-5/+6
* Fix some tests.Barry Warsaw2016-04-031-1/+1
* Clean up.Barry Warsaw2016-04-031-23/+17
* API consistency.Barry Warsaw2016-04-031-3/+4
* Complete the port to Falcon 1.0.Barry Warsaw2016-04-021-0/+1
* Checkpointing.Barry Warsaw2016-04-021-56/+88
* Import order flake8 plugin.Barry Warsaw2016-03-271-2/+2
* Clean up the rest directory.Barry Warsaw2016-03-251-17/+16
* Refactor API contexts.Barry Warsaw2016-01-131-2/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Refine REST server and request handler exception handling.Barry Warsaw2015-08-241-3/+8
* When the client hangs up, we can't actually catch the BrokenPipeError becauseBarry Warsaw2015-08-231-1/+22
* 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-7/+20
* Port to Falcon 0.3.Barry Warsaw2015-04-231-3/+5
* 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-1/+1
* Make it work with some pending refactoring in upstream falcon.Barry Warsaw2014-11-111-1/+2
* When we switch to tox, we'll get hash randomization, which breaks many tests.Barry Warsaw2014-11-061-2/+1
* Remove some unused code.Barry Warsaw2014-11-021-5/+0
* Refactor so that most modules don't need to import falcon, and so fewerBarry Warsaw2014-08-141-6/+4
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-19/+56
* test_addresses and test_root are both passing now.Barry Warsaw2014-08-121-2/+2
* Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-12/+11
* First pass at converting to falcon for the REST API layer.Barry Warsaw2014-08-121-5/+61
* Several internal improvements:Barry Warsaw2014-01-061-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-201-9/+4
* copybumpBarry Warsaw2012-01-011-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* More refactoring:Barry Warsaw2010-02-251-1/+1
* Refactoring the REST support by removing unnecessary stuff and moving otherBarry Warsaw2010-02-251-0/+87