summaryrefslogtreecommitdiff
path: root/keystone/oauth1/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* Convert /v3/users to flask native dispatchingMorgan Fainberg2018-10-111-143/+0
* Convert OS-AUTH1 paths to flask dispatchingMorgan Fainberg2018-08-021-285/+0
* Simplify federation and oauth token callbacksLance Bragstad2018-02-161-18/+16
* Add schema check for authorize request tokenwangxiyuan2018-01-101-4/+12
* Use keystone.common.provider_api for oauth APIsLance Bragstad2017-12-271-21/+23
* Remove Dependency InjectionMorgan Fainberg2017-12-131-6/+0
* Correct error message for request tokenwangxiyuan2017-12-051-1/+1
* Change url scheme passed to oauth signature verifierHemanth Nakkina2017-05-151-2/+14
* Change url passed to oauth signature verifier to request urlHemanth Nakkina2017-05-071-6/+2
* Merge "Refactor Authorization:"Jenkins2017-05-051-3/+3
|\
| * Refactor Authorization:Adam Young2017-05-021-3/+3
* | Fix keystone.tests.unit.test_v3_oauth1.MaliciousOAuth1TestsChangBo Guo(gcb)2017-05-031-2/+2
|/
* Pass initiator to Manager as a kwargLance Bragstad2016-10-071-13/+18
* Move audit initiator creation to requestJamie Lennox2016-10-051-16/+15
* Consolidate the common code into one methodDave Chen2016-09-211-30/+3
* Handle the exception from creating request token properlyDave Chen2016-09-211-3/+16
* Handle the exception from creating access token properlyDave Chen2016-09-211-20/+46
* Replace the content type with correct oneDave Chen2016-08-161-2/+2
* Remove the redundant verification in OAuth1 authorizationDave Chen2016-07-311-10/+0
* Handle more auth information via contextJamie Lennox2016-07-131-2/+2
* Merge "Move request validation inline"Jenkins2016-07-091-2/+2
|\
| * Move request validation inlineLance Bragstad2016-07-081-2/+2
* | Merge "Use http_client constants instead of hardcoding"Jenkins2016-07-091-6/+11
|\ \ | |/ |/|
| * Use http_client constants instead of hardcodingEric Brown2016-07-071-6/+11
* | Remove get_auth_contextJamie Lennox2016-07-071-6/+2
|/
* Remove headers from contextJamie Lennox2016-07-061-7/+5
* Use request.params instead of context['query_string']Jamie Lennox2016-06-291-2/+2
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-241-2/+2
* Pass a request to controllers instead of a contextJamie Lennox2016-06-081-41/+45
* Consolidate @notifications.internal into AuditLance Bragstad2016-03-141-3/+4
* Merge "Avoid using `len(x)` to check if x is empty"Jenkins2016-02-231-1/+1
|\
| * Avoid using `len(x)` to check if x is emptyRaildo Mascena2016-02-171-1/+1
* | Fix inconsistencies between Oauth1DriverV8 interface and driverBrant Knudson2016-02-191-2/+2
|/
* Add schema for OAuth1 consumer APIDave Chen2016-02-021-6/+4
* Correct RoleNotFound usageBrant Knudson2015-11-241-1/+1
* Move oauth1 extension into coreSteve Martinelli2015-11-181-0/+410