Merge branch 'adding_api_and_localisation_work'
dev
commit 9c6acb3bd59ebf7ce32397c0b611a584185a88f4
2 parents f5ffbd4 + 7b879f3
@xsrust xsrust authored on 20 Jul 2016
Showing 50 changed files
View
.gitignore
View
Gemfile
View
Rakefile
View
app/admin/org_token_permission.rb
View
app/admin/organisation.rb
View
app/admin/token_permission.rb 100644 → 0
View
app/admin/token_permission_type.rb
View
app/admin/user.rb
View
app/controllers/api/v0/base_controller.rb
View
app/controllers/api/v0/guidance_groups_controller.rb
View
app/controllers/api/v0/guidances_controller.rb
View
app/controllers/api/v0/projects_controller.rb
View
app/controllers/organisation_users_controller.rb
View
app/controllers/token_permission_types_controller.rb 0 → 100644
View
app/controllers/users_controller.rb
View
app/mailers/user_mailer.rb
View
app/models/dmptemplate.rb
View
app/models/guidance.rb
View
app/models/guidance_group.rb
View
app/models/organisation.rb
View
app/models/token_permission.rb 100644 → 0
View
app/models/token_permission_type.rb
View
app/models/user.rb
View
app/views/api/v0/guidance_groups/index.json.jbuilder
View
app/views/api/v0/guidance_groups/show.json.jbuilder
View
app/views/devise/registrations/edit.html.erb
View
app/views/layouts/_dmponline_navigation.html.erb
View
app/views/organisation_users/admin_index.html.erb
View
app/views/token_permission_types/index.html.erb 0 → 100644
View
app/views/user_mailer/api_token_granted_notification.html.erb 0 → 100644
View
app/views/users/admin_index.html.erb 0 → 100644
View
config/environment/development.rb
View
config/locales/en.yml
View
config/routes.rb
View
db/migrate/20160719102542_remove_depricated_api_structure.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
test/fixtures/dmptemplates_guidance_groups.yml 0 → 100644
View
test/fixtures/guidance_groups.yml
View
test/fixtures/option_warnings.yml
View
test/fixtures/options.yml
View
test/fixtures/organisations.yml
View
test/fixtures/sections.yml
View
test/fixtures/user_org_roles.yml
View
test/fixtures/users.yml
View
test/fixtures/versions.yml
View
test/unit/dmptemplate_test.rb
View
test/unit/guidance_group_test.rb 0 → 100644
View
test/unit/guidance_test.rb
View
test/unit/organisation_test.rb