summaryrefslogtreecommitdiff
path: root/lib/api/settings.rb
Commit message (Expand)AuthorAgeFilesLines
* Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-0/+3
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-4/+9
* Move the key restriction validation to its own classNick Thomas2017-08-301-1/+1
* Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-5/+6
* Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-0/+6
* 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-54/+1
* Make the attribute list for application settings reusableBob Van Landuyt2017-07-271-1/+2
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+8
* Help landing page customizationsRobin Bobbitt2017-06-141-0/+4
* Prometheus settingsPawel Chojnacki2017-06-021-0/+1
* Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-281-0/+5
* Separate CE params on Grape APIOswaldo Ferreira2017-04-101-16/+51
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-1/+2
* Override setters so it also accepts string visibility levels27501-api-use-visibility-everywhereToon Claes2017-03-021-15/+1
* Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-4/+20
* Fix tests and disallow 0 to make it consistent with .gitlab-ci.ymlLin Jen-Shin2017-02-151-1/+1
* Use the same syntax for default expirationLin Jen-Shin2017-02-151-2/+2
* Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-2/+5
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-061-1/+2
|\
| * Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-1/+2
* | Ported max_pages_size in settings API to CEJames Edwards-Jones2017-02-021-1/+2
|/
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-1/+5
* Grapify the settings APIgrapify-settings-apiRobert Schilling2016-12-291-12/+106
* Allow multiple repository storage shards to be enabled, and automatically rou...Nick Thomas2016-11-041-2/+2
* Add tests and improve logicDmitriy Zaporozhets2015-07-061-1/+2
* Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-061-2/+1
* API to set application settings for adminDmitriy Zaporozhets2015-07-031-0/+35