summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Add admin settings entriesPawel Chojnacki2017-03-061-0/+10
* Allow limiting logging in users from too many different IPs.Pawel Chojnacki2017-03-061-0/+3
* Override setters so it also accepts string visibility levels27501-api-use-visibility-everywhereToon Claes2017-03-021-0/+16
* Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-0/+1
* Introduce DurationValidator, feedback:27762-add-default-artifacts-expirationLin Jen-Shin2017-02-241-8/+1
* Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-241-1/+1
|\
| * Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | Fix tests due to error key changedLin Jen-Shin2017-02-211-1/+1
* | Update error message and check with presence: trueLin Jen-Shin2017-02-211-6/+11
* | 0 for unlimited, disallow blank, feedback:Lin Jen-Shin2017-02-161-12/+4
* | The exception was no longer usedLin Jen-Shin2017-02-161-1/+1
* | Use squish to also compact the stringLin Jen-Shin2017-02-161-1/+1
* | Use static error message and don't give booleansLin Jen-Shin2017-02-161-9/+4
* | Update docs to reflect current behaviourLin Jen-Shin2017-02-151-1/+1
* | Fix tests and disallow 0 to make it consistent with .gitlab-ci.ymlLin Jen-Shin2017-02-151-3/+9
* | Add a few more tests and make sure empty value sets to nilLin Jen-Shin2017-02-151-0/+8
* | Check default_artifacts_expire_in only if existedLin Jen-Shin2017-02-151-1/+2
* | Use the same syntax for default expirationLin Jen-Shin2017-02-151-10/+10
* | Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-2/+17
|/
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-17/+11
* Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-1/+6
* update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-271-1/+1
* Move ApplicationSetting DEFAULTS to `.defaults` insteadRémy Coutable2017-01-271-44/+48
* Move a begin/rescue clause to ApplicationSetting.expireRémy Coutable2017-01-271-0/+3
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-40/+44
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-44/+40
* Revert "Merge branch 'backport-fix-load-error' into 'master'"Stan Hu2017-01-211-48/+44
* Don't define ApplicationSetting defaults in a constantbackport-fix-load-errorRémy Coutable2017-01-201-44/+48
* Move default values to ApplicationSetting::DEFAULTS and use it in CurrentSett...Rémy Coutable2017-01-151-40/+44
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+6
* 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