History for dmpopidor / app / controllers / users_controller.rb
2017-07-07
@Brian Riley
updated controllers to use alert instead of notice for errors DMPRoadmap/roadmap#175
Brian Riley committed on 7 Jul 2017
@Brian Riley
added generic success message and updated controllers to use it DMPRoadmap/roadmap#175
Brian Riley committed on 7 Jul 2017
2017-07-03
@Brian Riley
fixed typo
Brian Riley committed on 3 Jul 2017
@Brian Riley
reverted permission changes so that a user cannot grant permissions that they themselves do not have
Brian Riley committed on 3 Jul 2017
2017-06-29
@bhavi
add the selected tab name to form
bhavi committed on 29 Jun 2017
2017-06-27
@briley
Fixed test broken by new CSS changes and the removal of a few unessecarry show (e.g. org, guidance, etc.) pages
briley committed on 27 Jun 2017
2017-06-22
@bhavi
move the user profile tabs into separate forms
bhavi committed on 22 Jun 2017
2017-04-19
@xsrust
fixes guidance group selection for plans
xsrust committed on 19 Apr 2017
2017-04-10
@briley
finished functional tests DMPRoadmap/roadmap/#212
briley committed on 10 Apr 2017
2017-03-30
@briley
switched all Perm::CONSTANT to Perm.scope calls. Travis could not handle CONSTANT definitions likely due to rails/ruby evironment. Its better to use scope for queries anyway
briley committed on 30 Mar 2017
2017-03-02
@Jose Lloret
Replaced I18n.t(...) from controllers. DMPRoadmap/roadmap#98
Jose Lloret committed on 2 Mar 2017
2017-02-21
@xsrust
updated users_controller to use perms constants
xsrust committed on 21 Feb 2017
@xsrust
updated users_controller to use perms constants
xsrust committed on 21 Feb 2017
2017-01-10
@xsrust
updated users_controller to remove respond_to format
xsrust committed on 10 Jan 2017
2017-01-06
@xsrust
bugfixes to allow org_admin pages to render
xsrust committed on 6 Jan 2017
2017-01-05
@xsrust
updated users controller
xsrust committed on 5 Jan 2017
@xsrust
updated users_controller, mainly renaming roles to perms
xsrust committed on 5 Jan 2017
2016-10-25
@xsrust
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
xsrust committed on 25 Oct 2016
2016-10-10
@briley
Fixes to the users page
briley committed on 10 Oct 2016
2016-09-16
@xsrust
removed verify_authorized out to individual controllers
xsrust committed on 16 Sep 2016
@xsrust
removed unused actions and json from users controller
xsrust committed on 16 Sep 2016
2016-09-01
@xsrust
added ability to grant permissions to other users
xsrust committed on 1 Sep 2016
@xsrust
overhaul of performance of users admin-index
xsrust committed on 1 Sep 2016
@xsrust
implimenting auth changes in the views
xsrust committed on 1 Sep 2016
2016-08-18
@xsrust
added pundit to users controller
xsrust committed on 18 Aug 2016
@xsrust
added pundit authorization to users
xsrust committed on 18 Aug 2016
2016-08-04
@xsrust
fixed the magic strings function
xsrust committed on 4 Aug 2016
2016-08-03
@xsrust
initial passover of removing magic strings
xsrust committed on 3 Aug 2016
2016-08-02
@xsrust
added fucntionality to give org_admin priveleges through the org_admin interface
xsrust committed on 2 Aug 2016
2016-07-19
@xsrust
updated logic for token removal/generation
xsrust committed on 19 Jul 2016