dmpopidor / app / controllers /
@briley briley authored on 3 Nov 2016
..
api/ v0 added new permissions to api 9 years ago
settings fixed issue with policy check when saving changes to a plans export settings 9 years ago
users added additional locale message for identifier schemes and a remove icon 9 years ago
answers_controller.rb moved logic for authorization out of answers controller into the policy 9 years ago
application_controller.rb Bug fix to the column layout handler on the view plans page 9 years ago
comments_controller.rb moved authorization logic from comments controller to policy file. Additionally removed unused crud methods 9 years ago
confirmations_controller.rb DMPonline4 - RAILS 4.0 (#4) 9 years ago
contacts_controller.rb Merging master (#20) 9 years ago
dmptemplates_controller.rb Fixed issues with modal dialog functionality when trying to edit a published template 9 years ago
guidance_groups_controller.rb removed json and forced authentication on guidance_groups 9 years ago
guidances_controller.rb merged local into remote 9 years ago
home_controller.rb removed authorization from home-controller as some users will not be logged in when request fielded 9 years ago
organisation_users_controller.rb Merging master (#20) 9 years ago
organisations_controller.rb added errors to organisation controller flash notice 9 years ago
passwords_controller.rb updated passwords controller to redirect user to the main landing page after initiating a password reset. Removed reference to invalid spinner css from main layout file 9 years ago
plans_controller.rb Updated export page so that the settings section of each phase's accorordion panel is not an accordion. Its now just a div. 9 years ago
project_groups_controller.rb added auth and removed json from project_groups controller. additionally added constraint to projects and plans controllers that all actions must be authenticated through pundit 9 years ago
projects_controller.rb replaced invalid SQL conditionals "&&" with "AND" 9 years ago
registrations_controller.rb Added a new identifier_schemes table and corresponding user_identifiers join table. Added the initial ORCID identifier scheme to the seeds.db file. Updated the locales file to include corresponding identifier tooltip language, logos, and initial connection message. Updated user profile page to dynamically display identifiers 9 years ago
sessions_controller.rb added additional locale message for identifier schemes and a remove icon 9 years ago
settings.rb added authorization to settings/plans and settings/projects 9 years ago
splash_logs_controller.rb DMPonline4 - RAILS 4.0 (#4) 9 years ago
static_pages_controller.rb DMPonline4 - RAILS 4.0 (#4) 9 years ago
token_permission_types_controller.rb removed data access from view of token_permission_types 9 years ago
user_identifiers_controller.rb added additional locale message for identifier schemes and a remove icon 9 years ago
users_controller.rb modifying relationship between users and organisations \n -users now belong_to organisation \n -organisations now have_many users \n -removed the depricated user_org_roles structure with migration \n -moved data out of that structure into the existing organisation_id field of users to complete relationship \n -re-evaluated functions to do with organisation_id field, as it was used as a placeholder before 9 years ago