summaryrefslogtreecommitdiff
path: root/oslo_middleware/cors.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Drop use of six"Zuul2020-05-181-2/+1
|\
| * Drop use of sixSean McGinnis2020-05-061-2/+1
* | Cleanup py27 supportAndreas Jaeger2020-04-131-0/+1
|/
* Replace git.openstack.org URLs with opendev.org URLsjacky062019-04-301-1/+1
* Update hacking versionjacky062019-03-201-2/+2
* Remove method set_latentChangBo Guo(gcb)2017-08-211-58/+3
* TrivialFix: Remove default=None when set value in Configmelissaml2016-10-191-1/+0
* Merge "Deprecated set_latent"Jenkins2016-10-171-0/+4
|\
| * Deprecated set_latentMichael Krotscheck2016-05-051-0/+4
* | Replace deprecated LOG.warn with LOG.warningHaifeng.Yan2016-08-021-2/+2
* | Merge "Deprecate using String as valid value for allowed_origin."3.15.0Jenkins2016-07-111-1/+3
|\ \
| * | Deprecate using String as valid value for allowed_origin.Michael Krotscheck2016-05-091-1/+3
* | | Merge "Deprecate multiple config block parsing."Jenkins2016-07-111-0/+6
|\ \ \ | |/ /
| * | Deprecate multiple config block parsing.Michael Krotscheck2016-05-091-0/+6
| |/
* | Do not add a default content type when replyingJulien Danjou2016-05-111-7/+2
* | cors: remove unused import3.11.0Julien Danjou2016-05-101-1/+0
|/
* Added PATCH method to default configMichael Krotscheck2016-05-041-1/+1
* Added set_defaults method to oslo_middleware.corsMichael Krotscheck2016-05-041-0/+35
* 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
* cors: prevent WebOb setting a default Content-TypeJulien Danjou2016-03-141-1/+6
* CORS Middleware now honors upstream Vary headerMichael Krotscheck2016-03-091-1/+4
* Updated config documentation for cors_middlewareMichael Krotscheck2016-02-261-1/+3
* Change LOG.warn to LOG.warningzhangguoqing2016-01-041-2/+2
* Move cors allowed_origin check into add_origin3.0.0Dan Prince2015-11-211-21/+21
* Backward compat for allowed_originDavanum Srinivas2015-11-201-0/+7
* Switched StrOpt to ListOpt in CORS allowed_originsMichael Krotscheck2015-11-161-17/+18
* Enable latent CORS configuration via pastedeployMichael Krotscheck2015-11-161-1/+14
* 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
* Merge "cors: fix wildcard in actual request"Jenkins2015-09-101-14/+27
|\
| * cors: fix wildcard in actual requestJulien Danjou2015-09-071-14/+27
* | cors: fix filter with oslo_config_project is setMehdi Abaakouk2015-09-021-6/+6
|/
* Added new test for CORS Simple Headers2.6.1Michael Krotscheck2015-08-201-0/+2
* Restore backward compat of paste factoryMehdi Abaakouk2015-08-201-3/+3
* Renamed latent_configuration to _latent_configuration.Michael Krotscheck2015-08-121-8/+8
* Added latent properties to CORS middleware.Michael Krotscheck2015-08-121-8/+52
* Merge "Declare some methods static"Jenkins2015-08-071-1/+2
|\
| * Declare some methods staticJulien Danjou2015-08-071-1/+2
* | Allow to get option from paste-deployMehdi Abaakouk2015-08-071-30/+30
* | Remove usage of oslo.config globalMehdi Abaakouk2015-08-071-38/+34
|/
* Added verbose debug logging to CORSMichael Krotscheck2015-07-131-0/+6
* Support PasteDeployMichael Krotscheck2015-06-301-23/+80
* CORS Middleware defers to server response.2.2.0Michael Krotscheck2015-06-221-14/+36
* Use correct oslo_middleware.base methods in CORS middleware.Michael Krotscheck2015-06-161-8/+9
* Added CORS wildcard handling1.3.0Michael Krotscheck2015-05-261-3/+6
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-111-1/+1
* Add CORS Middleware for Oslo.Michael Krotscheck2015-04-081-0/+240