summaryrefslogtreecommitdiff
path: root/designate/api/middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Update designate for RBAC "direction change"Michael Johnson2023-03-311-1/+12
* Implement sharing of zonesIgor Malinovskiy2023-02-141-0/+9
* Add option to force delete zone-files in delete API.Manish Honap2022-10-201-0/+9
* Fix support for scoped tokens and default rolesMichael Johnson2021-12-141-3/+3
* Remove LOG.exceptions from __call__Erik Olof Gunnar Andersson2021-11-241-4/+0
* Enable H306 check and fix import orderingMichael Johnson2021-11-181-3/+3
* Revert "Move back to mod_wsgi for devstack"Erik Olof Gunnar Andersson2021-11-131-0/+3
* Clean up api middlewaresErik Olof Gunnar Andersson2020-03-161-35/+29
* Removed unused SSLMiddlewareErik Olof Gunnar Andersson2019-11-271-26/+0
* Bump to hacking 1.1.0Erik Olof Gunnar Andersson2019-07-041-2/+2
* Updated context to use project_idErik Olof Gunnar Andersson2019-06-131-8/+10
* Replace RCPDispatcher with decoratorErik Olof Gunnar Andersson2019-04-021-1/+1
* Use oslo_serialization instead of the json module directlyErik Olof Gunnar Andersson2019-01-181-4/+4
* Remove translation of log messagesErik Olof Gunnar Andersson2018-03-141-16/+12
* Remove v1 APIGraham Hayes2018-01-111-17/+0
* Auto-generate designate.conf.sample via genconfig testenvNguyen Van Trung2017-07-011-16/+0
* Make notifications pluggableTim Simmons2017-01-191-0/+5
* Improve performance of recordsets APIJames Li2016-08-121-0/+7
* Rename zone > domain for errors in V1Endre Karlson2016-01-191-0/+16
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-01-051-1/+1
* Another improvement of info level log messagessonu.kumar2015-11-271-1/+1
* Added HTTP_X_FORWARDED_PROTO/HOST support to APIGraham Hayes2015-11-241-0/+3
* remove default=None for config optionsShuquan Huang2015-11-081-1/+0
* Handling Forbidden Exceptionhardik2015-09-141-7/+10
* Correct generated links when behind an SSL terminating proxyTimSimmons2015-08-311-0/+33
* Remove auth* related param keys in middlewareEndre Karlson2015-08-051-35/+32
* Enforce usage of project scoped tokenEndre Karlson2015-06-041-1/+5
* Drop use of 'oslo' namespace packageDoug Hellmann2015-05-061-1/+1
* Drop use of 'oslo' namespace packageDoug Hellmann2015-04-281-2/+2
* Restrict editing of managed records to policy based ACLGraham Hayes2015-04-091-0/+11
* Added tenant impersonation to APIGraham Hayes2015-04-081-13/+23
* Validation Error Middleware does translation of keys to new formatGraham Hayes2015-03-231-4/+5
* Added ValidationErrorMiddlewareGraham Hayes2015-03-161-0/+64
* Switch to oslo.logEndre Karlson2015-01-211-1/+1
* Moved to oslo_utils namespaceKiall Mac Innes2015-01-141-1/+1
* Switch to oslo_middleware namespaceKiall Mac Innes2015-01-131-2/+2
* Switch to oslo.middleware and remove deprecated incubatorEndre Karlson2014-10-091-6/+6
* Sync oslo-incubator and remove json|str utilsEndre Karlson2014-10-071-2/+2
* Added policy checking for all all_tenent=True contextsGraham Hayes2014-08-121-4/+0
* Switchover to oslo.i18n packageKiall Mac Innes2014-07-241-4/+4
* Enable X-Auth-Project flag in HTTP headersGraham Hayes2014-07-211-0/+20
* Ensure o.c.local is populated with the current ContextKiall Mac Innes2014-07-181-3/+0
* Fixed D701 Hacking checkGraham Hayes2014-07-141-1/+3
* Ensure we always accept trailing /'s in URLsKiall Mac Innes2014-07-011-25/+34
* Merge "Ensure that 404's are returned as JSON"Jenkins2014-06-251-2/+3
|\
| * Ensure that 404's are returned as JSONGraham Hayes2014-06-241-2/+3
* | Change log string format to '%' for consistencyJordan Cazamias2014-06-241-1/+2
|/
* Fix style errors H305 and H307Jordan Cazamias2014-06-181-1/+1
* Fix style error E265Jordan Cazamias2014-06-181-1/+1
* Sync in o.middleware and replace our ownEndre Karlson2014-06-161-35/+22