summaryrefslogtreecommitdiff
path: root/doc/api/settings.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-3/+1
| | | | In favor of the new `repository_storages`
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-3/+3
| | | | | | | | | When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
* update API doc with +API (h1 heading)Marcia Ramos2017-05-101-1/+1
|
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-2/+5
| | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
* Change project count limit from 10 to 100000rfr-20170307-change-default-project-number-limitRegis Freyd2017-03-071-3/+3
|
* Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-8/+11
| | | | | | | | Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-2/+2
|
* Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-2/+5
| | | | | Store the value in application settings. Expose the value to Workhorse.
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-2/+8
| | | | | | | | | | | | | | | | | | | | | This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
* Grapify the settings APIgrapify-settings-apiRobert Schilling2016-12-291-0/+1
|
* Document multiple repository storage pathsNick Thomas2016-11-041-1/+3
|
* Expose the Koding application settings in the APIkoding-setting-apiDJ Mountney2016-09-291-3/+9
| | | | This will allow the Koding app to enable the integration itself once is has authorized an admin user using the application secrets.
* docs: fix typo, it should refer to `domain_blacklist_enabled` settingBenjamin Schwarze2016-08-191-1/+1
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-2/+2
|
* Reorder allowed params for `ApplicationSetting` and add more details to docs.email-domain-blacklistPatricio Cano2016-07-191-0/+6
|
* Refactor and rename `restricted_signup_domains` to `domain_whitelist` to ↵Patricio Cano2016-07-181-3/+3
| | | | better conform to its behavior and newly introduced behavior.
* Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here.Patricio Cano2016-07-051-1/+1
|
* Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-051-0/+1
|
* Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-2/+5
|
* docs: fix default_branch_protection defaultIan Kelling2016-06-051-1/+1
|
* Add Application Setting to configure Container Registry token expire delay ↵Kamil Trzcinski2016-05-311-2/+5
| | | | (default 5min)
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-3/+0
| | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* Refactor settings API documentation [ci skip]doc_refactor_settings_apiAchilleas Pipinellis2016-01-181-44/+54
|
* Fix typos in all docs [skip ci]Anton Davydov2015-11-241-1/+1
|
* Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-061-0/+88
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>