Merge local branch into feature/sso - fixes #39, #276, #287, #290.
Unified omniauth cases & updated tests.
Deleted Project Controller & tests (no longer needed).
Please db:migrate after this commit.
dev
commit be7a83eb98811e5e4eaf1b61d6c206d3e7757cf9
2 parents 25804a2 + 1721435
@Jimmy Angelakos Jimmy Angelakos authored on 4 May 2017
Showing 29 changed files
View
app/controllers/projects_controller.rb 100644 → 0
View
app/controllers/registrations_controller.rb
View
app/controllers/user_identifiers_controller.rb
View
app/controllers/users/omniauth_callbacks_controller.rb
View
app/controllers/users/omniauth_shibboleth_request_controller.rb 100644 → 0
View
app/views/devise/registrations/_external_identifier.html.erb
View
app/views/devise/registrations/edit.html.erb
View
app/views/devise/registrations/new.html.erb
View
app/views/shared/_login_form.html.erb
View
config/initializers/omniauth.rb 100644 → 0
View
config/locale/app.pot
View
config/locale/de/app.po
View
config/locale/en_GB/app.po
View
config/locale/en_US/app.po
View
config/locale/es/app.po
View
config/locale/fr/app.po
View
config/routes.rb
View
db/migrate/20170427110141_add_logo_url_to_identifier_schemes.rb 0 → 100644
View
db/migrate/20170428083711_add_user_landing_url_to_identifier_schemes.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
lib/assets/bg.gif 0 → 120000
View
lib/assets/images/remove.png
View
public/html/ProjectsController.html 100644 → 0
View
public/html/Users/OmniauthShibbolethRequestController.html 100644 → 0
View
public/shib_logo.png 0 → 100644
View
test/functional/api_projects_controller_test.rb 100644 → 0
View
test/functional/users/omniauth_callbacks_controller_test.rb
View
test/functional/users/omniauth_shibboleth_request_controller_test.rb 100644 → 0