- 04 Feb, 2019 28 commits
-
-
Daniel Gerhardt authored
* Use match instead match?
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
This reverts commit 78ba7bcf.
-
Daniel Gerhardt authored
This reverts commit 07ec2c7b.
-
Daniel Gerhardt authored
* Use match instead match?
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
`DeviseMailer` did not correctly handle display names set via `Gitlab.config.gitlab.email_display_name` if they contained spaces or special characters. It has been adjusted to handle addresses in the same way `BaseMailer` does.
-
Daniel Gerhardt authored
We cannot support these features at this time and they are just cluttering the UI.
-
Daniel Gerhardt authored
There are only three templates and they are framework-specific. The are removed to lower complexity of the project creation page.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
2FA could be enabled but still was not usedi on sign-in.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The following formerly separate commits have been merged in: * Adjust 'Sign in' button for GitLab's CSRF protection GitLab introduced CSRF protection for authentication requests in 571ba5a7. The 'Sign in' button has been adjusted to send a POST request. * Opt out of turbolinks for 'Sign in' button
-
Daniel Gerhardt authored
This restriction does not apply to admins.
-
Daniel Gerhardt authored
This restriction does not apply to admins.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
The project variable can hold an object which is not an instance of Project (e.g. ProjectWiki). In this case, visibility_level is not defined.
-
Daniel Gerhardt authored
Additionally, the prompt to set a password is no longer shown for CAS users.
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
Daniel Gerhardt authored
-
- 30 Jan, 2019 6 commits
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Yorick Peterse authored
[11.5] Fix requiring the rubyzip Gem See merge request gitlab/gitlabhq!2877
-
Yorick Peterse authored
In commit 6fa5fd8515e0f2d5a6341134560021f353d84362 the `require: false` was removed to ensure the Gem was loaded at run time. Unfortunately, the `require` necessary for the rubyzip Gem is "zip" and not "rubyzip". As a result, Bundler would not require the Gem. This meant that we would still run into constant errors when referring to `Zip::File`.
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
- 29 Jan, 2019 4 commits
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
This reverts commit 25241cd7.
-
Robert Speicher authored
[11.5] Fix uninitialized constant with GitLab Pages deploy See merge request gitlab/gitlabhq!2874
-
Stan Hu authored
pages:deploy step was failing with the following error: ``` unitialized constant SafeZip::Extract::Zip ``` Since license_finder already pulls in rubyzip, we can make it a required gem. We also use the scope operator to make the reference to Zip::File explicit.
-
- 28 Jan, 2019 2 commits
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-