summaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone/contrib
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Add try / except because moonlog_api is missing sometimes (need more investig...asteroide2-9/+30
2015-12-02Update keystone to the branch stable/liberty.asteroide1-1/+3
2015-12-01Fix an error on aggregation algorithm.asteroide2-5/+8
2015-11-27When deleting an intra-extension, deletion may be impossible due to foreign k...asteroide1-8/+10
2015-11-25Automatically delete assignments related to a category when user asks to dele...asteroide1-0/+3
2015-11-25Re-run unittests and fix some bugs.asteroide1-2/+2
2015-11-24When deleting a subject, check if the authz/admin intra-extension exists in o...asteroide1-4/+8
2015-11-23Fix 2 bugs in Logs (in controller and in DB)asteroide2-3/+5
2015-11-22Merge "During authorization, the subject ID was sometime the Keystone ID whic...Ruan HE1-18/+21
2015-11-20During authorization, the subject ID was sometime the Keystone ID which leads...asteroide1-18/+21
2015-11-20Add an init API function to force the reload of the root intra-extension.asteroide2-0/+10
2015-11-03Improve some exception logs mainly for debugging purposes.asteroide1-8/+8
2015-10-14Merge "When a tenant is not managed by Moon, the result of the authz function...Ruan HE1-1/+3
2015-10-14When a tenant is not managed by Moon, the result of the authz function is alw...asteroide1-1/+3
2015-10-14Change the way the tenant dict is updated with Keystone information on the ad...asteroide1-1/+3
2015-10-12Check the content of tenant_dict['intra_admin_extension_id'] to allow or not ...asteroide1-2/+3
2015-10-12Fix a bug when sending a new log in moon_api.asteroide2-7/+13
2015-09-26Review the KeystoneMiddleware code, fix some bugs in the authz functions.asteroide4-20/+16
2015-09-25Fix a bug in aggregation_algorithm functions.asteroide1-2/+2
2015-09-24Update Keystone code from repository.asteroide13-46/+80
2015-09-24Create user in Keystone database when needed.asteroide2-11/+55
2015-09-23Automatically create tenant in Keystone if tenant name doesn't exist in Keyst...asteroide1-2/+28
2015-09-22Fix all rule commands.asteroide1-2/+2
2015-09-22Delete all references to the AggregationAlgorithms SQL table.asteroide3-30/+14
2015-09-21Put the ID of aggregation algorithm for a particular IntraExtension in the in...asteroide5-67/+59
2015-09-18Fix a bug when adding an assignment.asteroide1-1/+1
2015-09-17In controllers, user_id is the Keystone ID and that don't match with the id i...asteroide2-30/+18
2015-09-16Fix a bug in object_assignments SQL table.asteroide1-1/+1
2015-09-15The genre attribute may be not set. So automatically setting it, by looking t...asteroide1-0/+5
2015-09-11Debug all the tenant commands in moonclient and fix some bugs in opnfv-moon r...asteroide3-48/+59
2015-09-11Merge "Change the deletion behaviour of scope and assignment when deleting an...Ruan HE2-31/+78
2015-09-11Change the deletion behaviour of scope and assignment when deleting an intra-...asteroide2-31/+78
2015-09-10Add a forgotten foreing key in Rules table.asteroide1-0/+1
2015-09-10Merge "get_aggregation_algorithm_dict now return an empty dictionnary if algo...Ruan HE1-1/+4
2015-09-10get_aggregation_algorithm_dict now return an empty dictionnary if algorithm i...asteroide1-1/+4
2015-09-08Add_tenant can now be used even if the tenant ID is unknown.asteroide1-1/+3
2015-09-04End of Keystone code update to branch Master and fix some bugs.asteroide8-104/+151
2015-09-01Update Keystone code from official Github repository with branch Master on 09...asteroide48-668/+690
2015-08-31Fix all tests.asteroide6-1026/+401
2015-08-10review codeWuKong3-183/+177
2015-08-07review codeWuKong4-395/+406
2015-07-31Play unit tests and modify code accordingly. (some tests are still not OK).asteroide5-243/+419
2015-07-27Merge "Raise AuthzException in IntraExtensionAuthzManager whenn needed (untes...Ruan HE1-1/+77
2015-07-27Merge "Add, del, set subjects in both IntraAuthzExtension, IntraAdminExtensio...Ruan HE1-12/+58
2015-07-27Merge "Add more log in authz function. (untested)"Ruan HE1-4/+5
2015-07-27Merge "Add deletion of secondary keys in core.py and add a forgotten API func...Ruan HE2-3/+39
2015-07-27Raise AuthzException in IntraExtensionAuthzManager whenn needed (untested).asteroide1-1/+77
2015-07-27Add, del, set subjects in both IntraAuthzExtension, IntraAdminExtension. (unt...asteroide1-12/+58
2015-07-27Add more log in authz function. (untested)asteroide1-4/+5
2015-07-27Add deletion of secondary keys in core.py and add a forgotten API function in...asteroide2-3/+39