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
c1b0e55e
Commit
c1b0e55e
authored
May 09, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move include SafeMirrorParams to EE module
parent
61bbab8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/controllers/projects/settings/repository_controller.rb
app/controllers/projects/settings/repository_controller.rb
+0
-2
ee/app/controllers/ee/projects/settings/repository_controller.rb
...controllers/ee/projects/settings/repository_controller.rb
+2
-0
No files found.
app/controllers/projects/settings/repository_controller.rb
View file @
c1b0e55e
module
Projects
module
Settings
class
RepositoryController
<
Projects
::
ApplicationController
include
SafeMirrorParams
before_action
:authorize_admin_project!
before_action
:remote_mirror
,
only:
[
:show
]
...
...
ee/app/controllers/ee/projects/settings/repository_controller.rb
View file @
c1b0e55e
...
...
@@ -5,6 +5,8 @@ module EE
extend
ActiveSupport
::
Concern
prepended
do
include
SafeMirrorParams
before_action
:push_rule
,
only:
[
:show
]
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