|
Merge branch 'master' of https://github.com/DMPRoadmap/roadmap
|
|---|
| CONTRIBUTING.md |
|---|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/controllers/answers_controller.rb |
|---|
| app/controllers/concerns/paginable.rb |
|---|
| app/controllers/org_admin/templates_controller.rb |
|---|
| app/controllers/paginable/plans_controller.rb |
|---|
| app/controllers/paginable/users_controller.rb |
|---|
| app/controllers/plans_controller.rb |
|---|
| app/controllers/public_pages_controller.rb |
|---|
| app/controllers/super_admin/orgs_controller.rb |
|---|
| app/controllers/super_admin/users_controller.rb 0 → 100644 |
|---|
| app/controllers/users_controller.rb |
|---|
| app/mailers/user_mailer.rb |
|---|
| app/models/answer.rb |
|---|
| app/models/concerns/exportable_plan.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/question.rb |
|---|
| app/models/template.rb |
|---|
| app/models/user.rb |
|---|
| app/policies/plan_policy.rb |
|---|
| app/policies/user_policy.rb |
|---|
| app/views/annotations/_show.html.erb |
|---|
| app/views/answers/_locking.html.erb |
|---|
| app/views/answers/_new_edit.html.erb |
|---|
| app/views/devise/registrations/_personal_details.html.erb |
|---|
| app/views/guidances/admin_index.html.erb |
|---|
| app/views/kaminari/_first_page.html.erb |
|---|
| app/views/kaminari/_last_page.html.erb |
|---|
| app/views/kaminari/_next_page.html.erb |
|---|
| app/views/kaminari/_page.html.erb |
|---|
| app/views/kaminari/_prev_page.html.erb |
|---|
| app/views/layouts/_paginable.html.erb |
|---|
| app/views/paginable/plans/_privately_visible.html.erb |
|---|
| app/views/paginable/users/_index.html.erb |
|---|
| app/views/phases/_edit_plan_answers.html.erb |
|---|
| app/views/phases/_guidances_notes.html.erb |
|---|
| app/views/plans/_navigation.html.erb |
|---|
| app/views/plans/_share_form.html.erb |
|---|
| app/views/public_pages/plan_index.html.erb |
|---|
| app/views/public_pages/template_export.docx.erb |
|---|
| app/views/public_pages/template_export.pdf.erb |
|---|
| app/views/shared/_my_org.html.erb |
|---|
| app/views/shared/_search.html.erb |
|---|
| app/views/shared/export/_plan.erb |
|---|
| app/views/shared/export/_plan_coversheet.erb |
|---|
| app/views/super_admin/users/edit.html.erb 0 → 100644 |
|---|
| app/views/users/_admin_grant_permissions.html.erb |
|---|
| app/views/users/admin_index.html.erb |
|---|
| config/locale/en_US/app.po |
|---|
| config/locales/devise/devise.de.yml |
|---|
| config/locales/devise/devise.en_GB.yml |
|---|
| config/locales/devise/devise.en_US.yml |
|---|
| config/locales/devise/devise.es.yml |
|---|
| config/locales/devise/devise.fr.yml |
|---|
| config/routes.rb |
|---|
| db/migrate/20171024214257_add_links_to_orgs.rb |
|---|
| db/migrate/20171124133802_add_links_to_templates.rb |
|---|
| db/migrate/20180315161757_add_active_to_users.rb 0 → 100644 |
|---|
| db/schema.rb |
|---|
| lib/assets/javascripts/application.js |
|---|
| lib/assets/javascripts/utils/ariatiseForm.js |
|---|
| lib/assets/javascripts/utils/autoComplete.js |
|---|
| lib/assets/javascripts/utils/paginable.js |
|---|
| lib/assets/javascripts/utils/validation.js |
|---|
| lib/assets/javascripts/views/plans/new.js |
|---|
| lib/assets/javascripts/views/questions/edit.js 100644 → 0 |
|---|
| lib/assets/javascripts/views/questions/new.js 100644 → 0 |
|---|
| lib/assets/javascripts/views/questions/new_edit.js 0 → 100644 |
|---|
| lib/assets/javascripts/views/super_admin/users/edit.js 0 → 100644 |
|---|
| lib/assets/javascripts/views/users/admin_grant_permissions.js |
|---|
| lib/assets/stylesheets/overrides.scss |
|---|
| lib/tasks/gettext.rake 0 → 100644 |
|---|
| test/functional/plans_controller_test.rb |
|---|
| test/functional/super_admin/orgs_controller_test.rb |
|---|
| test/functional/super_admin/users_controller_test.rb 0 → 100644 |
|---|
| test/integration/paginable_flows_test.rb |
|---|
| test/integration/user_activation_test.rb 0 → 100644 |
|---|
| test/unit/user_test.rb |
|---|