summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Added audit user for frontend groundwork that mimics an external user19737-frontend-for-allow-global-read-only-user-like-adminLuke "Jared" Bennett2016-11-261-0/+1
* Only turn on Sidekiq throttling if application settings existssh-fix-sidekiq-throttling-initStan Hu2016-11-121-0/+10
* Refactored Sidekiq Throttler and updated documentationsidekiq-job-throttlingPatricio Cano2016-11-111-1/+1
* Allow the Sidekiq queues to throttle and the factor by which to throttle them...Patricio Cano2016-11-101-0/+10
* Allow certain Sidekiq jobs to be throttledPatricio Cano2016-11-101-0/+1
* Merge branch 'jacobvosmaer-gitlab/gitlab-ce-git-gc-improvements' into 'master' Douwe Maan2016-11-071-0/+17
|\
| * Refine Git garbage collectionJacob Vosmaer2016-11-041-0/+17
* | Simplify ApplicationSetting#repository_storagesNick Thomas2016-11-071-5/+1
|/
* Allow multiple repository storage shards to be enabled, and automatically rou...Nick Thomas2016-11-041-4/+35
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+7
* Pull import sources from Gitlab::ImportSourcesOjas Shirekar2016-09-091-1/+1
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-1/+1
* Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+6
* Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano2016-07-181-1/+1
* Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-10/+10
* Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano2016-07-181-11/+10
* Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-6/+29
* Added setting to set new users by default as externalDravere2016-07-071-0/+1
* Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-051-1/+1
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-1/+2
* Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-051-0/+2
* Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+5
* a few changes based on MR feedbackJames Lopez2016-06-171-1/+1
* Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez2016-06-131-53/+32
|\
| * Allow custom text on 'almost there' pageSean McGivern2016-06-081-1/+4
| * Merge branch 'current-settings-use-request-store-during-request'Douwe Maan2016-06-011-0/+4
| |\
| | * Try and use cache for application settings even when the db is not connectedcurrent-settings-use-request-store-during-requestDJ Mountney2016-05-291-0/+4
| * | Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-311-1/+6
| |/
| * Serialize application setting as Array by defaultfix/application-settings-error-default-valueGrzegorz Bizon2016-05-221-1/+1
| * fix default send confirmation valueFelipe Artur2016-05-161-1/+2
| * Merge branch 'health-check-route'Douwe Maan2016-05-121-0/+6
| |\
| | * Add health_check access token, and enforce on the health_check endpointDJ Mountney2016-05-101-0/+6
| * | no schema info for ApplicationSettingAndrei Gliga2016-05-121-49/+0
| * | typoAndrei Gliga2016-05-121-1/+1
| * | validate disabled_oauth_sign_in_sources in ApplicationSeAndrei Gliga2016-05-121-0/+10
| * | default value for disabled_oauth_sign_in_sources in create_from_defaults @ Ap...Andrei Gliga2016-05-121-0/+1
| * | serialize the disabled_oauth_sign_in_sourcesAndrei Gliga2016-05-121-0/+50
| |/
| * Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-52/+0
* | Merge branch 'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez2016-05-091-6/+10
|\ \ | |/
| * Annotate the modelsZeger-Jan van de Weg2016-05-061-6/+10
* | gitlab import UI - icon, file selector, etc... Also updated font-awesome and ...James Lopez2016-04-221-1/+1
|/
* Add repository_checks_enabled settingJacob Vosmaer2016-04-121-1/+2
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-2/+0
* Prevent projects to have higher visibility than groupsFelipe Artur2016-03-101-0/+1
* Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...streamline-email-validationRémy Coutable2016-02-091-1/+1
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-2/+2
* Merge branch 'fix/max-attachment-size-setting-validation'Douwe Maan2016-02-091-0/+4
|\
| * Validate maximum attachment size in application settingsGrzegorz Bizon2016-02-091-0/+4
* | Add option to include the sender name in body of Notify email. fix #7824huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mailJason Lee2016-02-091-0/+1
|/
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-1/+7