summaryrefslogtreecommitdiffstats
path: root/keystone/identity/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* V3 API need to check mandatory field when creating resourcesxingzhou2013-08-011-0/+10
* Return correct link for effective group roles in GET /role_assignmentsHenry Nash2013-07-171-13/+4
* Implement role assignment inheritance (OS-INHERIT extension)Henry Nash2013-07-171-23/+176
* Implement GET /role_assignment API callHenry Nash2013-07-031-0/+193
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-111/+98
* Merge "Ignore conflict on v2 auto role assignment (bug 1161963)"Jenkins2013-06-041-4/+9
|\
| * Ignore conflict on v2 auto role assignment (bug 1161963)Dolph Mathews2013-06-031-4/+9
* | Maintain tokens after role assignments (bug 1170186)Dolph Mathews2013-06-031-9/+0
|/
* Use TODO(NAME) (flake8 H101)Dolph Mathews2013-05-231-1/+1
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-231-2/+0
* Merge "extracting credentials"Jenkins2013-05-171-42/+4
|\
| * extracting credentialsAdam Young2013-05-171-42/+4
* | Http 400 when user enabled is not a booleanBruno Semperlotti2013-05-161-0/+8
|/
* Revoke tokens on user delete (bug 1166670)Dolph Mathews2013-05-091-0/+1
* Ensure delete domain removes all owned entitiesHenry Nash2013-03-181-5/+104
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-60/+18
* Ensure tokens are revoked for relevant v3 api callsHenry Nash2013-03-131-5/+50
* remove spurious roles checkAdam Young2013-03-081-2/+0
* Delete tokens for userAdam Young2013-03-081-12/+10
* TrustsAdam Young2013-03-051-10/+25
* Pass query filter attributes to policy engineHenry Nash2013-02-211-26/+24
* v3 token APIGuang Yee2013-02-201-1/+1
* project membership to role conversionAdam Young2013-02-181-10/+0
* add missing kvs functionality (bug1119770)Gordon Chung2013-02-141-1/+1
* Keystone backend preparation for domain-scopingHenry Nash2013-02-121-24/+59
* Merge "Relational API links"Jenkins2013-02-091-29/+48
|\
| * Relational API linksDolph Mathews2013-02-071-29/+48
* | Fixes 'not in' operator usageZhongyue Luo2013-02-041-3/+3
|/
* Create a default domain (bp default-domain)Dolph Mathews2013-01-311-0/+9
* Merge "tenant to project in the apis"Jenkins2013-01-301-38/+38
|\
| * tenant to project in the apisAdam Young2013-01-281-38/+38
* | Merge "Tenant to Project in Back ends"Jenkins2013-01-291-1/+1
|\|
| * Tenant to Project in Back endsAdam Young2013-01-281-1/+1
* | Enable/disable domains (bug 1100145)Dolph Mathews2013-01-281-0/+36
|/
* Keystone server support for user groupsHenry Nash2013-01-081-20/+83
* Driver registryDolph Mathews2012-12-211-4/+0
* module refactoringAdam Young2012-12-171-21/+3
* Only 'import *' from 'core' modulesDolph Mathews2012-12-051-16/+12
* split identities module into logical partsAdam Young2012-11-291-0/+607