add ApiClient#is_trusted, show list of api tokens in Workbench
authorTom Clegg <tom@clinicalfuture.com>
Mon, 17 Jun 2013 21:40:23 +0000 (17:40 -0400)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 17 Jun 2013 21:40:23 +0000 (17:40 -0400)
commit99658f9ca22500e6249a77bae32994599949c76d
treec5a4a0bfbbda7f7663a9de3de497d9f67c1bb0f3
parentbf7dfac6317fbadf8d3a884c65f930b0193033fc
add ApiClient#is_trusted, show list of api tokens in Workbench
23 files changed:
apps/workbench/app/assets/javascripts/api_client_authorizations.js.coffee [new file with mode: 0644]
apps/workbench/app/assets/stylesheets/api_client_authorizations.css.scss [new file with mode: 0644]
apps/workbench/app/controllers/api_client_authorizations_controller.rb [new file with mode: 0644]
apps/workbench/app/helpers/api_client_authorizations_helper.rb [new file with mode: 0644]
apps/workbench/app/models/api_client_authorization.rb [new file with mode: 0644]
apps/workbench/app/models/arvados_base.rb
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/config/routes.rb
apps/workbench/test/fixtures/api_client_authorizations.yml [new file with mode: 0644]
apps/workbench/test/functional/api_client_authorizations_controller_test.rb [new file with mode: 0644]
apps/workbench/test/unit/api_client_authorization_test.rb [new file with mode: 0644]
apps/workbench/test/unit/helpers/api_client_authorizations_helper_test.rb [new file with mode: 0644]
services/api/app/controllers/api_client_authorizations_controller.rb [deleted file]
services/api/app/controllers/application_controller.rb
services/api/app/controllers/arvados/v1/#api_client_authorizations_controller.rb# [new file with mode: 0644]
services/api/app/controllers/arvados/v1/.#api_client_authorizations_controller.rb [new symlink]
services/api/app/controllers/arvados/v1/api_client_authorizations_controller.rb [new file with mode: 0644]
services/api/app/models/api_client.rb
services/api/app/models/api_client_authorization.rb
services/api/config/routes.rb
services/api/db/migrate/20130617150007_add_is_trusted_to_api_clients.rb [new file with mode: 0644]
services/api/db/schema.rb
services/api/lib/current_api_client.rb