summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib
Commit message (Expand)AuthorAgeFilesLines
* Update hacking for Python3Andreas Jaeger2020-03-311-1/+1
* fix a typo in docstringmelissaml2018-06-071-1/+1
* Remove use of positional decoratorMorgan Fainberg2017-08-071-2/+0
* Replace six.iteritems() with .items()M V P Nitesh2017-04-031-1/+1
* Fix boto version strip regexMarounMaroun2017-01-271-1/+1
* Remove revocation event codeBoris Bobrov2016-11-102-318/+0
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-043-6/+0
* Fixing D301 PEP257 violation.Navid Pustchi2016-05-022-2/+2
* Fix D400 PEP257 violation.Navid Pustchi2016-04-232-4/+6
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-193-5/+8
* remove CLI from keystoneclientSteve Martinelli2016-03-102-40/+0
* use positional library instead of utilsSteve Martinelli2016-01-251-2/+2
* Merge "Address hacking check H405"Jenkins2016-01-231-10/+17
|\
| * Address hacking check H405lin-hua-cheng2016-01-131-10/+17
* | Mark password/secret options as secretBrant Knudson2016-01-142-3/+4
|/
* Wrong usage of "a/an"hgangwx2015-12-301-1/+1
* Swap the order of username deprecationMonty Taylor2015-11-191-2/+2
* Merge "Use dictionary literal for dictionary creation"Jenkins2015-10-071-3/+3
|\
| * Use dictionary literal for dictionary creationAnkit Agrawal2015-09-241-3/+3
* | Redirect on 303 in SAML pluginJamie Lennox2015-10-021-8/+10
|/
* Fix Accept header in SAML2 requestsJamie Lennox2015-08-261-1/+1
* Proper deprecation for BaseIdentityPlugin username, password, token_id proper...Brant Knudson2015-07-262-4/+64
* Switch from deprecated isotimeBrant Knudson2015-06-301-4/+7
* Add openid connect client supportSteve Martinelli2015-06-171-0/+189
* Merge "Change oslo.config to oslo_config"Jenkins2015-02-101-1/+1
|\
| * Change oslo.config to oslo_configBrant Knudson2015-01-311-1/+1
* | Merge "Switch from oslo.utils to oslo_utils"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-311-1/+1
* | Fix typo in Ec2Signer class docstringMatt Riedemann2015-01-281-1/+1
|/
* Correct documenting constructor parametersBrant Knudson2014-12-041-55/+50
* Merge "Docstring cleanup for return type"Jenkins2014-12-022-5/+6
|\
| * Docstring cleanup for return typeBrant Knudson2014-10-152-5/+6
* | Removes confusing _uuid propertyDavid Stanek2014-11-261-6/+2
* | Merge "Cleanup docs - raises class"Jenkins2014-11-181-8/+9
|\ \
| * | Cleanup docs - raises classBrant Knudson2014-10-181-8/+9
| |/
* | I18nBrant Knudson2014-10-282-18/+22
* | Merge "Use oslo.utils and oslo.serialization"Jenkins2014-10-161-1/+1
|\ \ | |/ |/|
| * Use oslo.utils and oslo.serializationSteve Martinelli2014-10-151-1/+1
* | Docstrings should have :returns: everywhere.Marek Denis2014-10-151-1/+1
|/
* Merge "SAML2 federated authentication for ADFS."Jenkins2014-09-211-41/+490
|\
| * SAML2 federated authentication for ADFS.Marek Denis2014-09-171-41/+490
* | fix EC2 Signature Version 4 calculation, in the case of POSTYukinori Sagara2014-09-011-1/+8
|/
* Don't log sensitive auth dataJamie Lennox2014-07-241-1/+1
* Merge "Rename saml2_token_url to token_url"Jenkins2014-07-231-3/+3
|\
| * Rename saml2_token_url to token_urlMarek Denis2014-07-231-3/+3
* | Enforce authenticated=False in saml2 pluginMarek Denis2014-07-231-2/+4
|/
* Scope unscoped saml2 tokens.Marek Denis2014-07-221-1/+25
* SAML2 ECP auth pluginMarek Denis2014-07-153-0/+411
* Direct move of the revoke model from keystone serverAdam Young2014-07-092-0/+314