|
Merge branch 'feature/validations' of github.com:DMPRoadmap/roadmap into feature/validations
|
|---|
| .rubocop.yml 0 → 100644 |
|---|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/controllers/api/v0/base_controller.rb |
|---|
| app/controllers/api/v0/statistics_controller.rb |
|---|
| app/controllers/api/v0/templates_controller.rb |
|---|
| app/controllers/concerns/conditional_user_mailer.rb |
|---|
| app/controllers/concerns/versionable.rb |
|---|
| app/controllers/passwords_controller.rb |
|---|
| app/controllers/plans_controller.rb |
|---|
| app/controllers/registrations_controller.rb |
|---|
| app/controllers/super_admin/users_controller.rb |
|---|
| app/controllers/users/omniauth_callbacks_controller.rb |
|---|
| app/helpers/notifications_helper.rb |
|---|
| app/helpers/orgs_helper.rb |
|---|
| app/helpers/plans_helper.rb |
|---|
| app/helpers/sections_helper.rb |
|---|
| app/mailers/user_mailer.rb |
|---|
| app/models/annotation.rb |
|---|
| app/models/answer.rb |
|---|
| app/models/concerns/exportable_plan.rb |
|---|
| app/models/guidance.rb |
|---|
| app/models/guidance_group.rb |
|---|
| app/models/notification.rb |
|---|
| app/models/org.rb |
|---|
| app/models/phase.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/pref.rb |
|---|
| app/models/question.rb |
|---|
| app/models/role.rb |
|---|
| app/models/section.rb |
|---|
| app/models/theme.rb |
|---|
| app/models/token_permission_type.rb |
|---|
| app/models/user.rb |
|---|
| app/services/guidance_service.rb |
|---|
| app/views/guidance_groups/_index_by_theme.html.erb |
|---|
| app/views/org_admin/phases/_phase.html.erb |
|---|
| app/views/phases/_guidances_notes.html.erb |
|---|
| app/views/shared/_create_account_form.html.erb |
|---|
| app/views/shared/export/_plan.erb |
|---|
| app/views/shared/export/_plan_txt.erb |
|---|
| bin/rubocop_changed 0 → 100755 |
|---|
| db/migrate/20130905073232_remove_slug_from_plans.rb 100644 → 0 |
|---|
| db/migrate/20170303220255_remove_orcid_id_from_users.rb 100644 → 0 |
|---|
| db/migrate/20180813114157_remove_logo_file_name_from_orgs.rb 0 → 100644 |
|---|
| db/migrate/20180813114216_remove_parent_id_from_orgs.rb 0 → 100644 |
|---|
| db/migrate/20180813114234_remove_wayfless_entity_from_orgs.rb 0 → 100644 |
|---|
| db/migrate/20180813114348_remove_slug_from_phases.rb 0 → 100644 |
|---|
| db/migrate/20180813114525_remove_slug_from_plans.rb 0 → 100644 |
|---|
| db/migrate/20180813114550_drop_table_friendly_id_slugs.rb 0 → 100644 |
|---|
| db/migrate/20180813114614_drop_table_file_types.rb 0 → 100644 |
|---|
| db/migrate/20180813114622_drop_table_file_uploads.rb 0 → 100644 |
|---|
| db/migrate/20180813114628_drop_table_splash_logs.rb 0 → 100644 |
|---|
| db/migrate/20180813114649_remove_banner_text_from_orgs.rb 0 → 100644 |
|---|
| db/migrate/20180813114719_remove_question_id_from_guidances.rb 0 → 100644 |
|---|
| db/migrate/20180813114801_remove_orcid_id_from_users.rb 0 → 100644 |
|---|
| db/migrate/20180813114813_remove_shibboleth_id_from_users.rb 0 → 100644 |
|---|
| db/schema.rb |
|---|
| lib/branding.rb |
|---|
| lib/global_helpers.rb |
|---|
| lib/tasks/doc.rake 0 → 100644 |
|---|
| spec/factories/exported_plans.rb |
|---|
| spec/factories/guidances.rb |
|---|
| spec/factories/identifier_schemes.rb |
|---|
| spec/factories/languages.rb |
|---|
| spec/factories/notifications.rb |
|---|
| spec/factories/orgs.rb |
|---|
| spec/factories/phases.rb |
|---|
| spec/factories/plans.rb |
|---|
| spec/factories/question_formats.rb |
|---|
| spec/factories/themes.rb |
|---|
| spec/factories/token_permission_types.rb |
|---|
| spec/factories/users.rb |
|---|