summaryrefslogtreecommitdiff
path: root/app/helpers/application_settings_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use keyword arguments for boolean values and use `span` instead of `a` for ↵allow-disabling-of-git-access-protocolPatricio Cano2016-07-051-2/+2
| | | | clone "button"
* Default Git access protocol to `web`Patricio Cano2016-07-051-7/+3
|
* Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-051-2/+2
|
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-2/+2
|
* Refactor clone button sanitation to its own method to avoid duplication.Patricio Cano2016-07-051-2/+6
|
* Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano2016-07-051-0/+22
|
* Add Application Setting to configure default Repository Path for new projectsshards-configAlejandro Rodríguez2016-06-291-0/+8
|
* Allow custom text on 'almost there' pageSean McGivern2016-06-081-0/+4
| | | | | | | | Add a new application setting, after_sign_up_text. This is text to be rendered as Markdown and shown on the 'almost there' page after a user signs up, but before they've confirmed their account. Tweak the styles for that page so that centered lists look reasonable.
* no need to define the help block since there's no help blockAndrei Gliga2016-05-121-3/+2
|
* Revert "Revert "no need to show the help about Github or the other ↵Andrei Gliga2016-05-121-8/+1
| | | | | | authentication sources"" This reverts commit 075ace5686c63d40f7e9fa02bf37e1bd3168f7e7.
* Revert "no need to show the help about Github or the other authentication ↵Andrei Gliga2016-05-121-1/+8
| | | | | | | | | | | | | | sources" This reverts commit 78a832d0fd7ff445c707809134dbb2a42d2a9e03. Show help only for the enabled OAuth Providers on oauth-providers-help block aria: { describedby: help_block_id } instead of 'aria-describedby' => help_block_id provider and not p a more simple approach to the OmniAuth helper links for oauth-providers-help
* << instead of +=Andrei Gliga2016-05-121-1/+1
|
* On Application Settings Page let the user select the enabled OAuth Sign in ↵Andrei Gliga2016-05-121-4/+4
| | | | sources instead of the disabled ones
* OAuth Providers disable from the ApplicationSettings pageAndrei Gliga2016-05-121-0/+15
|
* Add configurable shared runners textKamil Trzcinski2016-04-181-0/+4
|
* Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-4/+0
| | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* Hide the link for spam logs if the Askimet is disabledDouglas Barbosa Alexandre2016-02-021-0/+4
|
* Import sources: settings in the admin interfaceArtem Sidorenko2015-08-201-0/+17
|
* Changed to using the btn classvis_btn_color_changeDarby2015-07-101-1/+1
|
* Add option to disallow users from registering any application to use GitLab ↵user-oauth-applicationsDouwe Maan2015-05-291-0/+4
| | | | as an OAuth provider
* More restricted visibility changesVinnie Okada2015-03-101-1/+2
| | | | Bug fixes and new tests for the restricted visibility changes.
* Move restricted visibility settings to the UIVinnie Okada2015-03-071-0/+16
| | | | | Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
* Add link to share via twitter to "created project" event.Douwe Maan2015-02-131-0/+4
|
* Finally fix stuff related to dynamic configDmitriy Zaporozhets2015-01-081-2/+6
|
* Improve application settings and write testsDmitriy Zaporozhets2015-01-081-0/+11
|
* Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets2015-01-081-0/+2