Merge branch 'master' into developer_can_push_to_protected_branches_option
Conflicts:
db/schema.rb
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 | ||
... | ... |
app/assets/stylesheets/generic/tables.scss
0 → 100644
app/views/layouts/doorkeeper/admin.html.haml
0 → 100644
app/views/profiles/applications.html.haml
0 → 100644
config/initializers/doorkeeper.rb
0 → 100644
config/locales/doorkeeper.en.yml
0 → 100644
This diff is collapsed.
Click to expand it.
lib/api/api_guard.rb
0 → 100644
spec/requests/api/doorkeeper_access_spec.rb
0 → 100644
Please
register
or
sign in
to comment