Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-08Allow custom text on 'almost there' pageSean McGivern
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.
2016-05-12no need to define the help block since there's no help blockAndrei Gliga
2016-05-12Revert "Revert "no need to show the help about Github or the other ↵Andrei Gliga
authentication sources"" This reverts commit 075ace5686c63d40f7e9fa02bf37e1bd3168f7e7.
2016-05-12Revert "no need to show the help about Github or the other authentication ↵Andrei Gliga
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
2016-05-12<< instead of +=Andrei Gliga
2016-05-12On Application Settings Page let the user select the enabled OAuth Sign in ↵Andrei Gliga
sources instead of the disabled ones
2016-05-12OAuth Providers disable from the ApplicationSettings pageAndrei Gliga
2016-04-18Add configurable shared runners textKamil Trzcinski
2016-04-01Remove "Congratulations!" tweet button on newly-created project.connorshea
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
2016-02-02Hide the link for spam logs if the Askimet is disabledDouglas Barbosa Alexandre
2015-08-20Import sources: settings in the admin interfaceArtem Sidorenko
2015-07-10Changed to using the btn classDarby
2015-05-29Add option to disallow users from registering any application to use GitLab ↵Douwe Maan
as an OAuth provider
2015-03-11More restricted visibility changesVinnie Okada
Bug fixes and new tests for the restricted visibility changes.
2015-03-07Move restricted visibility settings to the UIVinnie Okada
Add checkboxes to the application settings page for restricted visibility levels, and remove those settings from gitlab.yml.
2015-02-13Add link to share via twitter to "created project" event.Douwe Maan
2015-01-09Finally fix stuff related to dynamic configDmitriy Zaporozhets
2015-01-08Improve application settings and write testsDmitriy Zaporozhets
2015-01-08Init ApplicationSettings resource with defaults from config fileDmitriy Zaporozhets