summaryrefslogtreecommitdiff
path: root/oslo_middleware
Commit message (Expand)AuthorAgeFilesLines
* Added PATCH method to default configMichael Krotscheck2016-05-041-1/+1
* Added set_defaults method to oslo_middleware.corsMichael Krotscheck2016-05-042-0/+123
* Set default allow methods to those defined in RFC 2616Michael Krotscheck2016-05-041-1/+2
* Removed default headers from CORS_OPTSMichael Krotscheck2016-05-041-4/+2
* Imported Translations from Zanata3.9.0OpenStack Proposal Bot2016-04-219-69/+36
* Merge "Disable http_proxy_to_wsgi middleware by default"Jenkins2016-03-152-0/+47
|\
| * Disable http_proxy_to_wsgi middleware by defaultJuan Antonio Osorio Robles2016-03-072-0/+47
* | cors: prevent WebOb setting a default Content-TypeJulien Danjou2016-03-142-15/+38
* | CORS Middleware now honors upstream Vary headerMichael Krotscheck2016-03-092-3/+37
* | Merge "CORS tests now use a transient configuration"Jenkins2016-03-051-113/+111
|\ \
| * | CORS tests now use a transient configurationMichael Krotscheck2016-02-261-113/+111
| |/
* | Updated config documentation for cors_middlewareMichael Krotscheck2016-02-261-1/+3
|/
* Update translation setup3.6.0Andreas Jaeger2016-01-2910-1/+243
* test: pass enforce_type=True when using CONF.set_overrideZhihai Song2016-01-071-1/+1
* Change LOG.warn to LOG.warningzhangguoqing2016-01-041-2/+2
* assertIsNone(val) instead of assertEqual(None,val)Javeme2015-12-211-1/+1
* Support Unicode request_id on Python 33.1.0Victor Stinner2015-11-271-2/+4
* Drop python 2.6 supportChangBo Guo(gcb)2015-11-241-7/+2
* Move cors allowed_origin check into add_origin3.0.0Dan Prince2015-11-212-21/+31
* Backward compat for allowed_originDavanum Srinivas2015-11-201-0/+7
* Merge "Allow health check results to provide there own details"Jenkins2015-11-203-9/+40
|\
| * Allow health check results to provide there own detailsJoshua Harlow2015-09-293-9/+40
* | Merge "remove bad entry point test logic"Jenkins2015-11-191-9/+0
|\ \
| * | remove bad entry point test logicDoug Hellmann2015-11-181-9/+0
* | | Switched StrOpt to ListOpt in CORS allowed_originsMichael Krotscheck2015-11-162-31/+73
* | | Enable latent CORS configuration via pastedeployMichael Krotscheck2015-11-162-1/+37
* | | Merge "Define entry points for filter factories for Paste Deployment"Jenkins2015-11-161-0/+47
|\ \ \ | |/ /
| * | Define entry points for filter factories for Paste DeploymentTom Cocozzello2015-11-131-0/+47
* | | Add oslo_config program support to paste middlewareMichael Krotscheck2015-11-131-1/+9
|/ /
* | Merge "Add a disabled by ports -> files healthcheck plugin"2.11.0Jenkins2015-11-134-6/+93
|\ \
| * | Add a disabled by ports -> files healthcheck pluginJoshua Harlow2015-10-224-6/+93
* | | add missing shortcut for HTTPProxyToWSGI middlewaregordon chung2015-11-093-3/+19
* | | Revert "Add 'X-Auth-Token' default header to CORS middleware"Michael Krotscheck2015-11-021-2/+2
* | | Add 'X-Auth-Token' default header to CORS middlewareTimur Sufiev2015-10-221-2/+2
|/ /
* | ssl: deprecated in favor of http_proxy_to_wsgiJulien Danjou2015-09-291-1/+6
* | Introduce HTTP Proxy to WSGI middlewareJulien Danjou2015-09-282-0/+161
|/
* Merge "Further improve the healthcheck output"Jenkins2015-09-261-1/+98
|\
| * Further improve the healthcheck outputJoshua Harlow2015-09-171-1/+98
* | Merge "Avoid any body when request is a HEAD request"Jenkins2015-09-262-9/+53
|\ \
| * | Avoid any body when request is a HEAD requestJoshua Harlow2015-09-172-9/+53
| |/
* | Merge "Allow the healthcheck middleware to provide more detailed responses"Jenkins2015-09-262-20/+171
|\ \ | |/
| * Allow the healthcheck middleware to provide more detailed responsesJoshua Harlow2015-09-172-20/+171
* | Fix string formattingAbhijeet Malawade2015-09-251-1/+1
* | Fix typos in docstringJulien Danjou2015-09-251-5/+5
|/
* Merge "cors: fix wildcard in actual request"Jenkins2015-09-102-14/+40
|\
| * cors: fix wildcard in actual requestJulien Danjou2015-09-072-14/+40
* | cors: fix filter with oslo_config_project is setMehdi Abaakouk2015-09-022-6/+10
|/
* Split option discovery function by middlewareDoug Hellmann2015-08-272-2/+112
* Fix remarks missed on #2098172.7.0Mehdi Abaakouk2015-08-213-8/+17
* Added new test for CORS Simple Headers2.6.1Michael Krotscheck2015-08-202-0/+37