- 11 Jul, 2016 1 commit
-
-
Connor Shea authored
-
- 07 Jul, 2016 1 commit
-
-
Dravere authored
As requested by the issue #14508 this adds an option in the application settings to set newly registered users by default as external. The default setting is set to false to stay backward compatible.
-
- 05 Jul, 2016 3 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell expects and make the `protocol` param in `GitAccess` mandatory.
-
Patricio Cano authored
-
- 30 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 28 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
Closes #18949
-
- 20 Jun, 2016 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Jun, 2016 1 commit
-
-
Sean McGivern authored
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.
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 31 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 May, 2016 3 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
- 12 May, 2016 11 commits
-
-
Andrei Gliga authored
-
Andrei Gliga authored
This reverts commit 075ace5686c63d40f7e9fa02bf37e1bd3168f7e7.
-
Andrei Gliga authored
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
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
On Application Settings Page let the user select the enabled OAuth Sign in sources instead of the disabled ones
-
Andrei Gliga authored
-
Andrei Gliga authored
-
Andrei Gliga authored
if omniauth is enabled and if there are button_based_providers available show the disable OAuth sources
-
Andrei Gliga authored
-
Andrei Gliga authored
-
- 19 Apr, 2016 1 commit
-
-
Yorick Peterse authored
This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
-
- 18 Apr, 2016 3 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Kamil Trzcinski authored
-
- 12 Apr, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 05 Apr, 2016 1 commit
-
-
Robert Speicher authored
- Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
-
- 31 Mar, 2016 1 commit
-
-
connorshea authored
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
-
- 10 Mar, 2016 1 commit
-
-
Felipe Artur authored
Prevent Groups to have smaller visibility than projects Add default_group_visibility_level to configuration Code improvements
-
- 09 Feb, 2016 1 commit
-
-
Jason Lee authored
-
- 02 Feb, 2016 1 commit
-
-
Stan Hu authored
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
-
- 01 Feb, 2016 1 commit
-
-
Robert Speicher authored
-