| 2016-12-02 |
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-29 |
added a initialization helper to assist with omniauth provider registration. Added a remove.png image for disconnecting providers from user accounts
briley
committed
on 29 Nov 2016
|
| 2016-11-22 |
add a reset_password_link method for convenience
Ray Carrick
committed
on 22 Nov 2016
|
| 2016-11-21 |
fix double sign-up bug: #69
Ruby Rails Dev Account
committed
on 21 Nov 2016
|
|
get rid of explcit urls in admin/superadmin links
Ruby Rails Dev Account
committed
on 21 Nov 2016
|
|
| 2016-11-16 |
fixed nil check bug in registrations controller
briley
committed
on 16 Nov 2016
|
|
Moved org specific telephone, address and google maps link to config/branding.yml
briley
committed
on 16 Nov 2016
|
|
|
moved orcid and remove images to lib
briley
committed
on 16 Nov 2016
|
|
|
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
|
|
|
Added authentication test and registration controller test. Added troubleshooting info to README. Added generic omniauth id to registration form
briley
committed
on 16 Nov 2016
|
|
| 2016-11-14 |
text changes requested by Sarah 2016/11/14
Ruby Rails Dev Account
committed
on 14 Nov 2016
|
| 2016-11-11 |
if no title for news tab miss it out
Ruby Rails Dev Account
committed
on 11 Nov 2016
|
| 2016-11-10 |
Added new ORCID field to the export pages
briley
committed
on 10 Nov 2016
|
|
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
|
|
|
Merge branch 'postgresql' of https://github.com/DigitalCurationCentre/roadmap into postgresql
Ray Carrick
committed
on 10 Nov 2016
|
|
|
fix save profile
Ray Carrick
committed
on 10 Nov 2016
|
|
| 2016-11-09 |
Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
briley
committed
on 9 Nov 2016
|
| 2016-11-08 |
added identifier_Schemes table check to user.rb model. Both ActiveAdmin and Devise attempt to initialize the object during a rake command which forces a 'table does not exist' error.
briley
committed
on 8 Nov 2016
|
|
fixed merge conflicts
briley
committed
on 8 Nov 2016
|
|
|
added in locale entries for identifier schemes
briley
committed
on 8 Nov 2016
|
|
|
Updated routes to check for the existence of the new identifier_schemes table because rake db:migrate initializes the Rails app and devise tries to make use of the new table
briley
committed
on 8 Nov 2016
|
|
|
Merge branch 'master' into add-orcid-functionality
briley
committed
on 8 Nov 2016
|
|
|
fixed bug where selecting guidance was impropperly filtering
xsrust
committed
on 8 Nov 2016
|
|
|
Merge branch 'master' into postgresql
Ray Carrick
committed
on 8 Nov 2016
|
|
| 2016-11-07 |
removed commented out code from new branding changes
Brian Riley
committed
on 7 Nov 2016
|
|
removed commented out code from new branding changes
Brian Riley
committed
on 7 Nov 2016
|
|
|
removed local version of app/assets/logo from version control
Brian Riley
committed
on 7 Nov 2016
|
|
|
renamed layout partials to remove reference to dmponline. Updated configurations so that the code default assets are stored in lib/assets and any instance specific versions would be stored within app/assets. Move static page content out of the large locales files and placed examples of them into config/locales/static_pages
Brian Riley
committed
on 7 Nov 2016
|
|
|
removed ability to customize view branding folder name. It will just be called branded now
Brian Riley
committed
on 7 Nov 2016
|
|
|
moved assets from app/assets to lib/assets. The files in lib/assets will be used by Rails unless override by an equivalent file in app/assets. Added logic to applicationController so that it will look first for a template in app/views/[:branded folder name] before using the default in app/views
Brian Riley
committed
on 7 Nov 2016
|