- 14 May, 2018 15 commits
-
-
Douwe Maan authored
Fix system hook not firing for blocked users when LDAP sign-in is used Closes #46307 See merge request gitlab-org/gitlab-ce!18930
-
James Lopez authored
Update secpick to use security branches See merge request gitlab-org/gitlab-ce!18937
-
Douwe Maan authored
Add Code Review documentation that maintainers also perform code review See merge request gitlab-org/gitlab-ce!18911
-
Rémy Coutable authored
Fix gitaly-ruby bundle poisoning in CI Closes gitaly#1184 and gitaly#1169 See merge request gitlab-org/gitlab-ce!18853
-
-
James Lopez authored
-
James Lopez authored
-
Achilleas Pipinellis authored
Update runner links to repo based on restructuring See merge request gitlab-org/gitlab-ce!18919
-
James Lopez authored
-
Rémy Coutable authored
Replace the `project/forked_merge_requests.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18867
-
blackst0ne authored
-
Phil Hughes authored
Resolve "Remove redundant tooltips on activity tabs" Closes #46164 See merge request gitlab-org/gitlab-ce!18918
-
Rémy Coutable authored
Replace the `project/commits/diff_comments.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18868
-
blackst0ne authored
-
Achilleas Pipinellis authored
Remove an extra backtick from Group Milestones API documentation See merge request gitlab-org/gitlab-ce!18913
-
- 13 May, 2018 1 commit
-
-
Stan Hu authored
An LDAP sign-in request results in a different request parameter than a standard GitLab sign-in. Since Warden doesn't pass us the user that was blocked, we first search for a `username` in the request parameters and then look for `user.login`. Closes #46307
-
- 11 May, 2018 24 commits
-
-
Joshua Lambert authored
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
Remove duplicate method See merge request gitlab-org/gitlab-ce!18886
-
Nick Thomas authored
Allow a user to sign out when on the terms page Closes #46211 See merge request gitlab-org/gitlab-ce!18875
-
Robert Speicher authored
Resolve "[Rails5] Fix spec/controllers/projects/jobs_controller_spec.rb" Closes #46227 See merge request gitlab-org/gitlab-ce!18891
-
Robert Speicher authored
Replace the `project/merge_requests/references.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18794
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
A section was moved in f644b8c8 but this got lost.
-
Lin Jen-Shin authored
Merge branch 'docs-fixed-typo-microsoft-teams-slug' into 'master' See merge request gitlab-org/gitlab-ce!18908
-
Achilleas Pipinellis authored
Fix: API Documentation typo on Microsoft Teams slug See merge request gitlab-org/gitlab-ee!5412
-
Douwe Maan authored
Enforce terms acceptance before configuring 2FA Closes #46256 See merge request gitlab-org/gitlab-ce!18896
-
Douwe Maan authored
Block access to API & git when terms are enforced Closes #45849 See merge request gitlab-org/gitlab-ce!18816
-
Kamil Trzciński authored
Vendor Auto DevOps template See merge request gitlab-org/gitlab-ce!18876
-
Fabio Busatto authored
-
Phil Hughes authored
Resolve "Remove modal box confirmation when retrying a pipeline" Closes #45715 See merge request gitlab-org/gitlab-ce!18879
-
Filipa Lacerda authored
-
Douwe Maan authored
Remove Gitlab::RepoPath.strip_storage_path See merge request gitlab-org/gitlab-ce!18904
-
Bob Van Landuyt authored
Allow builds that have been triggered by a user before terms were enforced access to git. That way the builds can complete as usual.
-
Bob Van Landuyt authored
This prevents a redirect loop when a user has to enable 2FA and accept the terms. Now they will need to accept the terms, then enable 2FA, or any other requirements.
-
Zeger-Jan van de Weg authored
This used to be executed because of the post receive worker, but this uses Gitlab::GlRepository.parse now. So this removes dead code and reduces the number of calls on `#legacy_storage_path`.
-
Douwe Maan authored
Add 2FA filter to group members page See merge request gitlab-org/gitlab-ce!18483
-
Douwe Maan authored
Wiki Find Page to opt_out Closes gitaly#894 See merge request gitlab-org/gitlab-ce!18895
-
Douwe Maan authored
Resolve "[Rails5] Bump Rails5 to 5.0.7" Closes #46234 See merge request gitlab-org/gitlab-ce!18888
-