summaryrefslogtreecommitdiff
path: root/doc/api/settings.md
Commit message (Collapse)AuthorAgeFilesLines
* 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>