summaryrefslogtreecommitdiff
path: root/app/models/application_setting.rb
Commit message (Expand)AuthorAgeFilesLines
* Strip whitespace from Sentry URLStan Hu2018-09-121-0/+6
* Ask user explicitly about usage stats agreementJan Provaznik2018-09-071-1/+2
* Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-0/+11
* Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-1/+2
* Revert "Merge branch 'bvl-instance-stats-default' into 'master'"revert-77c75d2bBob Van Landuyt2018-08-061-1/+1
* Hide instance statistics on new installationsBob Van Landuyt2018-08-061-1/+1
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Merge branch '41416-making-instance-wide-data-tools-more-accessible' into 'ma...Filipa Lacerda2018-08-011-0/+1
|\ \
| * | Correct the correction for application_setting.rbLuke Bennett2018-07-311-2/+2
| * | Correct application_setting.rb conflict mergeLuke Bennett2018-07-311-7/+2
| * | Merge branch 'master' into '41416-making-instance-wide-data-tools-more-access...Luke Bennett2018-07-311-15/+20
| |\ \
| * | | Add instance_statistics_visibility_private application setting and top nav iconLuke Bennett2018-07-271-0/+1
| * | | Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ...Sean McGivern2018-07-271-1/+0
| * | | Add instance_statistics_visibility_private application setting and top nav iconLuke Bennett2018-07-261-0/+1
| | |/ | |/|
* | | Fix a few disrepencies between CE and EE in the lines orderingRémy Coutable2018-08-011-1/+1
| |/ |/|
* | Updated application settings with minor fixesMarcel Amirault2018-07-301-21/+21
|/
* Resolve "Disable GCP free credit banner at instance level"Dennis Tang2018-07-101-0/+1
* Ignore unknown OAuth sources in ApplicationSetting46783-removed-omniauth-provider-causing-invalid-application-settingRémy Coutable2018-06-261-8/+5
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-11/+0
* Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set wh...Rémy Coutable2018-05-291-34/+5
* Use the new CacheableAttributes concern in the ApplicationSetting and Appeara...Rémy Coutable2018-05-231-35/+1
* Adds remote mirror table migrationTiago Botelho2018-05-071-1/+2
* Store application wide termsBob Van Landuyt2018-05-041-0/+19
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-1/+2
* Cache column_exists? for application settingssh-cache-column-existsStan Hu2018-03-151-3/+3
* Add validation for auto_devops_domainMatija Čupić2018-01-221-0/+5
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Backport option to disable writing to `authorized_keys` fileMichael Kozono2018-01-081-0/+1
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-10/+2
* Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-1/+25
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+10
* Add throttle application settingsMichael Kozono2017-11-171-0/+9
* Allow to disable the Performance Bar and document the `p b` shortcut in its d...Rémy Coutable2017-10-301-1/+1
* Allow configuring new circuitbreaker settings from the UI and APIBob Van Landuyt2017-10-231-1/+13
* Prevent ApplicationSetting to cache nil valueKamil Trzcinski2017-10-191-1/+4
* Merge branch 'prevent-creating-multiple-application-settings' into 'master'Yorick Peterse2017-10-171-0/+2
|\
| * Prevent creating multiple ApplicationSetting by forcing it to always have id=1prevent-creating-multiple-application-settingsKamil Trzcinski2017-10-161-0/+2
* | Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-171-0/+7
|/
* Merge branch 'housekeeping_settings' into 'master'Douwe Maan2017-09-121-2/+2
|\
| * Allow to use same periods for housekeeping tasksAlex Lossent2017-09-111-2/+2
* | Read import sources from setting at first initializationVisay Keo2017-09-091-1/+1
|/
* More review commentsNick Thomas2017-08-301-0/+2
* Move the key restriction validation to its own classNick Thomas2017-08-301-8/+2
* Address review commentsNick Thomas2017-08-301-2/+1
* Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-31/+31
* Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-0/+33
* Add option to disable project export on instanceRobin Bobbitt2017-08-111-0/+1
* Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-0/+2
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1