Merge branch 'master' into ee-from-ce
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
Gemfile
app/controllers/application_controller.rb
app/views/admin/groups/_form.html.haml
app/views/groups/edit.html.haml
app/views/groups/show.html.haml
app/views/layouts/nav/_admin.html.haml
app/views/projects/_settings_nav.html.haml
db/schema.rb
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.6.md
Showing
... | ... | @@ -29,6 +29,8 @@ gem 'omniauth-twitter' |
gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | ||
gem 'omniauth-kerberos' | ||
gem 'doorkeeper', '2.0.1' | ||
gem "rack-oauth2", "~> 1.0.5" | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
... | ... |
doc/operations/README.md
0 → 100644
lib/api/api_guard.rb
0 → 100644
Please register or sign in to comment