-
- Downloads
Fix #260 issues with privacy policy (#261)
* <fixed privacy policy workflow> * <fixed privacy policy workflow> * <changed rspec tests to handle new privacy flow> * <changed rspec tests to handle new privacy flow> * <deleted previous term validation due to changed workflow> * <fixed code style> * <reverted configuration settings> * <Updated terms and conditions for existing users (not omniauth)> * <Fix code style> * <Fixed privacy policy for omniauth> * <Fixed Travis C.I test> * <Minor code changes> * <Undo routes.rb change> * <reconfigured routes.rb>
Showing
- app/controllers/users_controller.rb 5 additions, 6 deletionsapp/controllers/users_controller.rb
- app/models/user.rb 3 additions, 0 deletionsapp/models/user.rb
- app/views/shared/components/_terms_button.html.erb 18 additions, 0 deletionsapp/views/shared/components/_terms_button.html.erb
- app/views/users/new.html.erb 5 additions, 0 deletionsapp/views/users/new.html.erb
- app/views/users/terms.html.erb 3 additions, 3 deletionsapp/views/users/terms.html.erb
- config/locales/en.yml 6 additions, 1 deletionconfig/locales/en.yml
- config/routes.rb 4 additions, 3 deletionsconfig/routes.rb
- spec/controllers/users_controller_spec.rb 3 additions, 1 deletionspec/controllers/users_controller_spec.rb
- spec/factories.rb 1 addition, 0 deletionsspec/factories.rb
- spec/models/user_spec.rb 2 additions, 0 deletionsspec/models/user_spec.rb
Loading
Please register or sign in to comment