-
- Downloads
Sync email address from specified omniauth provider
Showing
- app/controllers/profiles_controller.rb 2 additions, 2 deletionsapp/controllers/profiles_controller.rb
- app/helpers/profiles_helper.rb 7 additions, 0 deletionsapp/helpers/profiles_helper.rb
- app/views/profiles/show.html.haml 2 additions, 2 deletionsapp/views/profiles/show.html.haml
- changelogs/unreleased/sync-email-from-omniauth.yml 4 additions, 0 deletionschangelogs/unreleased/sync-email-from-omniauth.yml
- config/gitlab.yml.example 4 additions, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 1 addition, 0 deletionsconfig/initializers/1_settings.rb
- lib/gitlab/ldap/user.rb 4 additions, 9 deletionslib/gitlab/ldap/user.rb
- lib/gitlab/o_auth/user.rb 17 additions, 0 deletionslib/gitlab/o_auth/user.rb
- spec/controllers/profiles_controller_spec.rb 31 additions, 0 deletionsspec/controllers/profiles_controller_spec.rb
- spec/helpers/profiles_helper_spec.rb 36 additions, 0 deletionsspec/helpers/profiles_helper_spec.rb
- spec/lib/gitlab/ldap/user_spec.rb 9 additions, 5 deletionsspec/lib/gitlab/ldap/user_spec.rb
- spec/lib/gitlab/o_auth/user_spec.rb 40 additions, 4 deletionsspec/lib/gitlab/o_auth/user_spec.rb
app/helpers/profiles_helper.rb
0 → 100644
spec/controllers/profiles_controller_spec.rb
0 → 100644
spec/helpers/profiles_helper_spec.rb
0 → 100644
Please register or sign in to comment