| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove deprecated `repository_storage` attributebvl-add-all-settings-to-api | Bob Van Landuyt | 2017-07-27 | 1 | -3/+1 |
| | | | | | In favor of the new `repository_storages` | ||||
| * | Fixes needed when GitLab sign-in is not enabled | Robin Bobbitt | 2017-07-13 | 1 | -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 Ramos | 2017-05-10 | 1 | -1/+1 |
| | | |||||
| * | Introduce "polling_interval_multiplier" as application setting | Adam Niedzielski | 2017-04-03 | 1 | -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-limit | Regis Freyd | 2017-03-07 | 1 | -3/+3 |
| | | |||||
| * | Expose ApplicationSetting visibility settings as String | Toon Claes | 2017-03-02 | 1 | -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-doc | Robert Schilling | 2017-03-01 | 1 | -2/+2 |
| | | |||||
| * | Introduce maximum session time for terminal websocket connectionterminal-max-session-time | Adam Niedzielski | 2017-02-06 | 1 | -2/+5 |
| | | | | | | Store the value in application settings. Expose the value to Workhorse. | ||||
| * | Add support for PlantUML diagrams in Asciidoc. | Horacio Sanson | 2017-01-12 | 1 | -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-api | Robert Schilling | 2016-12-29 | 1 | -0/+1 |
| | | |||||
| * | Document multiple repository storage paths | Nick Thomas | 2016-11-04 | 1 | -1/+3 |
| | | |||||
| * | Expose the Koding application settings in the APIkoding-setting-api | DJ Mountney | 2016-09-29 | 1 | -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` setting | Benjamin Schwarze | 2016-08-19 | 1 | -1/+1 |
| | | |||||
| * | use long options for curl examples in API documentation (!5703) | winniehell | 2016-08-09 | 1 | -2/+2 |
| | | |||||
| * | Reorder allowed params for `ApplicationSetting` and add more details to docs.email-domain-blacklist | Patricio Cano | 2016-07-19 | 1 | -0/+6 |
| | | |||||
| * | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to ↵ | Patricio Cano | 2016-07-18 | 1 | -3/+3 |
| | | | | | better conform to its behavior and newly introduced behavior. | ||||
| * | Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here. | Patricio Cano | 2016-07-05 | 1 | -1/+1 |
| | | |||||
| * | Add setting that allows admins to choose which Git access protocols are enabled | Patricio Cano | 2016-07-05 | 1 | -0/+1 |
| | | |||||
| * | Add Application Setting to configure default Repository Path for new projectsshards-config | Alejandro Rodríguez | 2016-06-29 | 1 | -2/+5 |
| | | |||||
| * | docs: fix default_branch_protection default | Ian Kelling | 2016-06-05 | 1 | -1/+1 |
| | | |||||
| * | Add Application Setting to configure Container Registry token expire delay ↵ | Kamil Trzcinski | 2016-05-31 | 1 | -2/+5 |
| | | | | | (default 5min) | ||||
| * | Remove "Congratulations!" tweet button on newly-created project. | connorshea | 2016-03-31 | 1 | -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_api | Achilleas Pipinellis | 2016-01-18 | 1 | -44/+54 |
| | | |||||
| * | Fix typos in all docs [skip ci] | Anton Davydov | 2015-11-24 | 1 | -1/+1 |
| | | |||||
| * | Add docs and empty specs for applicaiton settings API | Dmitriy Zaporozhets | 2015-07-06 | 1 | -0/+88 |
| Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
