-
- 下载
Merge branch 'feature/option-set-new-users-external' into 'master'
Added setting to set new users by default as external ## What does this MR do? This implements the feature request #14508. It adds an option in the application settings to set new users by default as external. ## Are there points in the code the reviewer needs to double check? Everything. Like I mentioned in the discussion of the issue my knowledge of Ruby basically doesn't exists. I tested it on my machine and it seems to work, but as I am very unexperienced in Ruby I highly recommend to take a close look at the code. ## Why was this MR needed? It was requested by @DouweM to work on the issue with the proposed changes by me. ## What are the relevant issue numbers? This MR is for the issue #14508 that followed up after the implementation of #4009. See merge request !4545
显示
- CHANGELOG 1 个添加, 0 个删除CHANGELOG
- app/controllers/admin/application_settings_controller.rb 1 个添加, 0 个删除app/controllers/admin/application_settings_controller.rb
- app/models/application_setting.rb 1 个添加, 0 个删除app/models/application_setting.rb
- app/models/user.rb 1 个添加, 1 个删除app/models/user.rb
- app/views/admin/application_settings/_form.html.haml 7 个添加, 0 个删除app/views/admin/application_settings/_form.html.haml
- db/migrate/20160608211215_add_user_default_external_to_application_settings.rb 13 个添加, 0 个删除...1215_add_user_default_external_to_application_settings.rb
- db/schema.rb 1 个添加, 0 个删除db/schema.rb
- doc/permissions/permissions.md 3 个添加, 0 个删除doc/permissions/permissions.md
- lib/gitlab/current_settings.rb 1 个添加, 0 个删除lib/gitlab/current_settings.rb
- spec/models/user_spec.rb 21 个添加, 0 个删除spec/models/user_spec.rb
加载中
想要评论请 注册 或 登录