Loading services/webapp/code/rosetta/auth.py +6 −5 Original line number Diff line number Diff line Loading @@ -44,3 +44,4 @@ class RosettaOIDCAuthenticationCallbackView(OIDCAuthenticationCallbackView): logger.debug('No cookie-based post login redirect found, redirecting to "%s"', self.success_url) return HttpResponseRedirect(self.success_url) services/webapp/code/rosetta/core_app/api.py +226 −225 Original line number Diff line number Diff line Loading @@ -1333,3 +1333,4 @@ class ImportRepositoryAPI(PrivateGETAPI): services/webapp/code/rosetta/core_app/computing_managers.py +81 −80 Original line number Diff line number Diff line Loading @@ -626,3 +626,4 @@ class SlurmSSHClusterComputingManager(ClusterComputingManager, SSHComputingManag raise Exception(out.stderr) else: return out.stdout services/webapp/code/rosetta/core_app/decorators.py +5 −4 Original line number Diff line number Diff line Loading @@ -137,3 +137,4 @@ def private_view(wrapped_view): response.set_cookie('post_login_redirect', request.build_absolute_uri()) return response return private_view_wrapper services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py +37 −36 Original line number Diff line number Diff line Loading @@ -359,3 +359,4 @@ to provide help, news and informations on your deployment. Or you can just ignor base_path = '/shared/data/users/$SSH_USER', bind_path = '/storages/personal') Loading
services/webapp/code/rosetta/auth.py +6 −5 Original line number Diff line number Diff line Loading @@ -44,3 +44,4 @@ class RosettaOIDCAuthenticationCallbackView(OIDCAuthenticationCallbackView): logger.debug('No cookie-based post login redirect found, redirecting to "%s"', self.success_url) return HttpResponseRedirect(self.success_url)
services/webapp/code/rosetta/core_app/api.py +226 −225 Original line number Diff line number Diff line Loading @@ -1333,3 +1333,4 @@ class ImportRepositoryAPI(PrivateGETAPI):
services/webapp/code/rosetta/core_app/computing_managers.py +81 −80 Original line number Diff line number Diff line Loading @@ -626,3 +626,4 @@ class SlurmSSHClusterComputingManager(ClusterComputingManager, SSHComputingManag raise Exception(out.stderr) else: return out.stdout
services/webapp/code/rosetta/core_app/decorators.py +5 −4 Original line number Diff line number Diff line Loading @@ -137,3 +137,4 @@ def private_view(wrapped_view): response.set_cookie('post_login_redirect', request.build_absolute_uri()) return response return private_view_wrapper
services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py +37 −36 Original line number Diff line number Diff line Loading @@ -359,3 +359,4 @@ to provide help, news and informations on your deployment. Or you can just ignor base_path = '/shared/data/users/$SSH_USER', bind_path = '/storages/personal')