Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1b1164b3
Commit
1b1164b3
authored
Sep 08, 2018
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-09-08
parents
6d4e044a
98a5413d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
lib/gitlab/git_access.rb
lib/gitlab/git_access.rb
+0
-6
No files found.
lib/gitlab/git_access.rb
View file @
1b1164b3
...
...
@@ -247,8 +247,6 @@ module Gitlab
end
elsif
user
# User access is verified in check_change_access!
elsif
authed_via_jwt?
# Authenticated via JWT
else
# You are not allowed to upload code for this project.
raise
UnauthorizedError
,
ERROR_MESSAGES
[
:upload
]
...
...
@@ -357,10 +355,6 @@ module Gitlab
!
Gitlab
.
config
.
gitlab_shell
.
receive_pack
end
def
authed_via_jwt?
false
end
protected
def
check_size_limit?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment