summaryrefslogtreecommitdiffstats
path: root/keystone/identity/core.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed typo in routing conditions (bug 1006793)Dolph Mathews2012-06-191-1/+1
* PEP8 fixesDolph Mathews2012-06-181-16/+16
* Require authz for user role list (bug 1006815)Dolph Mathews2012-06-031-0/+1
* PEP8 fixesDolph Mathews2012-06-011-1/+1
* Fixes some pep8 warning/errors.Chmouel Boudjnah2012-05-241-1/+2
* Merge "Invalidate user tokens when a user is disabled"Jenkins2012-05-191-10/+12
|\
| * Invalidate user tokens when a user is disabledDerek Higgins2012-05-161-10/+12
* | Merge "Add validations of 'name' field for roles, users and tenants."Jenkins2012-05-191-0/+15
|\ \
| * | Add validations of 'name' field for roles, users and tenants.Mohammed Naser2012-05-151-0/+15
| |/
* / Fix depricated /users/{user-id}/rolesDean Troyer2012-05-161-1/+1
|/
* Invalidate user tokens when password is changedDerek Higgins2012-05-111-1/+13
* user-role-crud 404 (bug 963056)Dolph Mathews2012-03-271-1/+13
* user-crud 404 (bug 963056)Dolph Mathews2012-03-271-0/+12
* tenant-crud 404 (bug 963056)Dolph Mathews2012-03-271-1/+9
* role-crud 404 (bug 963056)Dolph Mathews2012-03-251-2/+11
* Wrapped unexpected exceptions (bug 955411)Dolph Mathews2012-03-201-11/+13
* Properly return 501 for unsupported Catalog callsAdam Gandelman2012-03-141-28/+28
* Failing to update tenants (bug 953678, bug 954673)Dolph Mathews2012-03-131-1/+2
* Implement a Catalog SQL backendAdam Gandelman2012-02-271-3/+0
* LDAP Identity backendAdam Young2012-02-271-1/+5
* Implements admin logic for tenant_list call.Gabriel Hurley2012-02-211-2/+15
* Implemented get_tenant_users. Fixed bug 933721.Gabriel Hurley2012-02-211-2/+3
* Adds missing argument to add_user_to_tenant in create_user.Gabriel Hurley2012-02-161-1/+1
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* Merge "Add TokenNotFound exception" into reduxJenkins2012-02-131-15/+5
|\
| * Add TokenNotFound exceptionBrian Waldon2012-02-101-15/+5
* | Add pagination to GET /tokensBrian Waldon2012-02-101-2/+29
|/
* Friendly JSON exceptions (bug 928061, bug 928062)Dolph Mathews2012-02-081-1/+4
* Merge pull request #34 from 4P/docupAndy Smith2012-02-021-1/+1
|\
| * minor docstring update for new locationsJoe Heck2012-02-021-1/+1
* | fix keystoneclient teststermie2012-02-011-1/+56
|/
* bcrypt the passwordstermie2012-01-241-5/+2
* rely on internal _get_user for update callstermie2012-01-231-1/+1
* get docs workingtermie2012-01-191-3/+0
* add some docs that got overwritten last nighttermie2012-01-191-0/+143
* fix pep8termie2012-01-181-2/+6
* fix some importstermie2012-01-181-7/+11
* split up the services and kvs backendstermie2012-01-181-0/+293
* establish basic structuretermie2012-01-181-0/+24