2659: instead of setting up a session as anonymous user, just use anonymous token...
authorRadhika Chippada <radhika@curoverse.com>
Mon, 2 Feb 2015 19:30:21 +0000 (14:30 -0500)
committerRadhika Chippada <radhika@curoverse.com>
Mon, 2 Feb 2015 19:30:21 +0000 (14:30 -0500)
commit411ce5bc5bf433c976f55fe001fe5979456207f2
tree06b2c74587a35b111dbf69979053dd1638fd97b9
parent876ca8678991e6fdd96872226cf50c92a2e58229
2659: instead of setting up a session as anonymous user, just use anonymous token to serve publicly accessible resources.
21 files changed:
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/controllers/jobs_controller.rb
apps/workbench/app/controllers/pipeline_instances_controller.rb
apps/workbench/app/controllers/pipeline_templates_controller.rb
apps/workbench/app/controllers/projects_controller.rb
apps/workbench/app/helpers/application_helper.rb
apps/workbench/app/models/arvados_api_client.rb
apps/workbench/app/views/application/_title_and_buttons.html.erb
apps/workbench/app/views/collections/_index_tbody.html.erb
apps/workbench/app/views/collections/_show_files.html.erb
apps/workbench/app/views/jobs/_show_job_buttons.html.erb
apps/workbench/app/views/layouts/body.html.erb
apps/workbench/app/views/pipeline_instances/_running_component.html.erb
apps/workbench/app/views/pipeline_instances/_show_inputs.html.erb
apps/workbench/app/views/pipeline_instances/_show_tab_buttons.html.erb
apps/workbench/app/views/pipeline_templates/show.html.erb
apps/workbench/app/views/projects/_show_dashboard.html.erb
apps/workbench/app/views/projects/_show_tab_contents.html.erb
apps/workbench/app/views/projects/show.html.erb
apps/workbench/test/integration/anonymous_access_test.rb