summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-29 13:29:16 +0200
committerDouwe Maan <douwe@gitlab.com>2015-05-29 13:29:16 +0200
commit96d6fdc27cc3721ec76b6542a32ae236d5e78956 (patch)
tree16f4e0d428caacb21eeae74cead4edb05f5080db /app/models/application_setting.rb
parent70b29c3576f646371c3a5bee312b921a3053fb70 (diff)
downloadgitlab-ce-user-oauth-applications.tar.gz
Add option to disallow users from registering any application to use GitLab as an OAuth provideruser-oauth-applications
Diffstat (limited to 'app/models/application_setting.rb')
-rw-r--r--app/models/application_setting.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb
index d5123249c53..c465158f764 100644
--- a/app/models/application_setting.rb
+++ b/app/models/application_setting.rb
@@ -18,6 +18,7 @@
# default_project_visibility :integer
# default_snippet_visibility :integer
# restricted_signup_domains :text
+# user_oauth_applications :bool default(TRUE)
#
class ApplicationSetting < ActiveRecord::Base