several changes on auth flow 65/6365/1
authorlombardofr <lombardo@everyup.it>
Tue, 17 Jul 2018 15:27:36 +0000 (17:27 +0200)
committerlombardofr <lombardo@everyup.it>
Thu, 19 Jul 2018 12:40:12 +0000 (14:40 +0200)
commit99f922f1dc8623a444930a621ce3696802d619c0
tree8e86c7955b3977142c4291d00f231909e377218f
parent480be48e0f8582486e2e55b79a6075039f79da8e
several changes on auth flow

Change-Id: I49ddbb074a9bc018b9e5becafbe5956fa5860333
Signed-off-by: lombardofr <lombardo@everyup.it>
66 files changed:
.bowerrc
authosm/backend.py
authosm/exceptions.py [new file with mode: 0644]
authosm/models.py
authosm/utils.py [new file with mode: 0644]
authosm/views.py
bower.json
instancehandler/template/instance_list.html
instancehandler/template/instance_list_ns.html
instancehandler/template/instance_list_vnf.html
instancehandler/template/instance_operations_list.html
instancehandler/template/instance_topology_view.html [new file with mode: 0644]
instancehandler/template/modal/instance_create.html
instancehandler/urls.py
instancehandler/views.py
lib/osm/osmclient/clientv2.py
projecthandler/middleware.py [new file with mode: 0644]
projecthandler/template/project/descriptor/descriptor_view_base.html
projecthandler/template/project/osm/descriptor/descriptor_new.html
projecthandler/template/project/osm/descriptor/descriptor_view.html
projecthandler/template/project/osm/descriptor/descriptorlist.html
projecthandler/template/project/osm/osm_project_descriptors.html
projecthandler/template/project/osm/osm_project_details.html
projecthandler/template/project/osm/osm_project_left_sidebar.html
projecthandler/template/project/project_delete.html
projecthandler/template/project/project_details.html
projecthandler/template/project/project_graph_base.html
projecthandler/template/project/projectlist.html
projecthandler/template/project/repository/repo_base_left_sidebar.html [deleted file]
projecthandler/template/project/repository/repo_create_modal.html [deleted file]
projecthandler/template/project/repository/repo_list.html [deleted file]
projecthandler/urls/project.py
projecthandler/views.py
sdnctrlhandler/template/sdn_create.html
sdnctrlhandler/template/sdn_list.html
sdnctrlhandler/views.py
sf_t3d/settings.py
sf_t3d/urls.py
sf_t3d/views.py
sf_user/__init__.py [deleted file]
sf_user/admin.py [deleted file]
sf_user/apps.py [deleted file]
sf_user/management/__init__.py [deleted file]
sf_user/management/commands/__init__.py [deleted file]
sf_user/management/commands/clean_guest_data.py [deleted file]
sf_user/management/commands/clearsessions.py [deleted file]
sf_user/models.py [deleted file]
sf_user/sessions.py [deleted file]
sf_user/tests.py [deleted file]
sf_user/views.py [deleted file]
static/src/instancehandler/instance_list.js
static/src/instancehandler/instance_topology_view.js [new file with mode: 0644]
static/src/osm_gui_properties.js [new file with mode: 0644]
static/src/projecthandler/composer.js [new file with mode: 0644]
static/src/projecthandler/descriptorslist.js
static/src/projecthandler/osm/project_graph.js
static/src/sdnctrlhandler/sdn_list.js
static/src/utils.js
static/topology3D/js/graph_editor.js
static/topology3D/js/model_graph_editor.js
template/topology_toolbar.html
template/topology_toolbar_instance.html [new file with mode: 0644]
vimhandler/template/vim_create.html
vimhandler/template/vim_list.html
vimhandler/template/vim_show.html
vimhandler/views.py