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
1be453d6
Commit
1be453d6
authored
Mar 03, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
User correct name for reject_blocked
parent
650a7c73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/controllers/uploads_controller.rb
app/controllers/uploads_controller.rb
+2
-2
No files found.
app/controllers/uploads_controller.rb
View file @
1be453d6
class
UploadsController
<
ApplicationController
skip_before_filter
:authenticate_user!
,
:reject_blocked
skip_before_filter
:authenticate_user!
,
:reject_blocked
!
before_filter
:authorize_access
def
show
...
...
@@ -20,7 +20,7 @@ class UploadsController < ApplicationController
def
authorize_access
unless
params
[
:mounted_as
]
==
'avatar'
authenticate_user!
&&
reject_blocked
authenticate_user!
&&
reject_blocked
!
end
end
end
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