|
Merge pull request #48 from DMPRoadmap/development
Rebase with shib/orcid functionality and template fix |
|---|
| app/controllers/projects_controller.rb 100644 → 0 |
|---|
| app/controllers/registrations_controller.rb |
|---|
| app/controllers/templates_controller.rb |
|---|
| app/controllers/user_identifiers_controller.rb |
|---|
| app/controllers/users/omniauth_callbacks_controller.rb |
|---|
| app/controllers/users/omniauth_shibboleth_request_controller.rb 100644 → 0 |
|---|
| app/dashboards/plan_dashboard.rb |
|---|
| app/dashboards/plan_guidance_group_dashboard.rb |
|---|
| app/models/annotation.rb 100644 → 0 |
|---|
| app/models/guidance_group.rb |
|---|
| app/models/plan_guidance_group.rb 100644 → 0 |
|---|
| app/views/devise/registrations/_external_identifier.html.erb |
|---|
| app/views/devise/registrations/edit.html.erb |
|---|
| app/views/devise/registrations/new.html.erb |
|---|
| app/views/plans/edit.html.erb |
|---|
| app/views/shared/_login_form.html.erb |
|---|
| app/views/templates/admin_index.html.erb |
|---|
| app/views/user_mailer/permissions_change_notification.html.erb |
|---|
| app/views/user_mailer/sharing_notification.html.erb |
|---|
| config/initializers/devise.rb.example |
|---|
| config/initializers/omniauth.rb 100644 → 0 |
|---|
| config/locale/app.pot |
|---|
| config/locale/de/app.po |
|---|
| config/locale/en_GB/app.po |
|---|
| config/locale/en_US/app.po |
|---|
| config/locale/es/app.po |
|---|
| config/locale/fr/app.po |
|---|
| config/locale/i18n_placeholders.rb 0 → 100644 |
|---|
| config/routes.rb |
|---|
| db/migrate/20170427110141_add_logo_url_to_identifier_schemes.rb 0 → 100644 |
|---|
| db/migrate/20170428083711_add_user_landing_url_to_identifier_schemes.rb 0 → 100644 |
|---|
| db/schema.rb |
|---|
| db/seeds.rb |
|---|
| lib/assets/bg.gif 0 → 120000 |
|---|
|
|
| lib/assets/images/remove.png |
|---|
|
|
| public/html/ProjectsController.html 100644 → 0 |
|---|
| public/html/Users/OmniauthShibbolethRequestController.html 100644 → 0 |
|---|
| public/shib_logo.png 0 → 100644 |
|---|
|
|
| test/functional/api_projects_controller_test.rb 100644 → 0 |
|---|
| test/functional/phases_controller_test.rb |
|---|
| test/functional/plans_controller_test.rb |
|---|
| test/functional/users/omniauth_callbacks_controller_test.rb |
|---|
| test/functional/users/omniauth_shibboleth_request_controller_test.rb 100644 → 0 |
|---|