History for dmpopidor / app / controllers / registrations_controller.rb
2016-12-08
@briley
Merge branch 'development' of https://github.com/CDLUC3/roadmap into development
briley committed on 8 Dec 2016
@briley
fixed issue with the oauth hash in the registrations controller
briley committed on 8 Dec 2016
2016-12-02
@Brian Riley
Merge pull request #16 from DMPRoadmap/development ...
Brian Riley authored on 2 Dec 2016 GitHub committed on 2 Dec 2016
@Brian Riley
Resolved merge conflicts with fr.yml locale file and the user.rb model. Kept 'language_id' in the attr_accessible list and kept both the self.from_omniauth and reset_password_link methods.
Brian Riley committed on 2 Dec 2016
2016-11-21
@Ruby Rails Dev Account
fix double sign-up bug: #69
Ruby Rails Dev Account committed on 21 Nov 2016
2016-11-16
@briley
fixed nil check bug in registrations controller
briley committed on 16 Nov 2016
@briley
Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model
briley committed on 16 Nov 2016
2016-11-10
@briley
Had to remove code that was building devise omniauth connections dynamically. The timing of when the rails engine builds the routes and the models is not conducive to this approach
briley committed on 10 Nov 2016
2016-11-04
@Brian Riley
Added tests for the new omniauth functionality
Brian Riley committed on 4 Nov 2016
@Brian Riley
Removed logo from identifier_schemes db table and added it to yaml locales. Added more entries for to the locales for oauth. Added red 'x' removal link for oauths on profile page. updated registrations controller so that users hitting the oauth handler that are not already signed in are brought to a registration page with a new user record that is connected to the oauth identifier
Brian Riley committed on 4 Nov 2016
2016-10-24
@Brian Riley
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
Brian Riley committed on 24 Oct 2016
2016-10-12
@briley
reverted changes to devise that were attempting to redirect users to the login page after session expiration. It was causing occassional sign_in issues due to a redirect loop
briley committed on 12 Oct 2016
2016-09-29
@briley
Updated css so that admin/profile popup menu links fit regardless of language selection. Updated profile save so that if user changed the language selection it updates the current user's locale
briley committed on 29 Sep 2016
@briley
Moved language load from registrations/edit page into the controller. Updated registrations/edit page code to directly create the <select> box rather than using rails helpers which for some reason would not actually select the current language value
briley committed on 29 Sep 2016
@briley
Updated controller so that user is kept on the edit profile page after saving their changes
briley committed on 29 Sep 2016
2016-08-12
@Damodar Sojka
Merging master (#20) ...
Damodar Sojka authored on 12 Aug 2016 Brian Riley committed on 12 Aug 2016
2016-08-03
@Brian Riley
Added in missing bug fixes (#13) ...
Brian Riley authored on 3 Aug 2016 GitHub committed on 3 Aug 2016
2016-06-27
@DigitalCurationCentre
Master (#7) ...
DigitalCurationCentre authored on 27 Jun 2016 Brian Riley committed on 27 Jun 2016
2016-06-03
@Marta Ribeiro
DMPonline4 - RAILS 4.0 (#4) ...
Marta Ribeiro authored on 3 Jun 2016 Brian Riley committed on 3 Jun 2016