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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
9e0d3906
Commit
9e0d3906
authored
Jan 10, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor authorized params in GroupsController
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
6195ab75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
app/controllers/groups_controller.rb
app/controllers/groups_controller.rb
+6
-2
No files found.
app/controllers/groups_controller.rb
View file @
9e0d3906
...
@@ -125,7 +125,11 @@ class GroupsController < Groups::ApplicationController
...
@@ -125,7 +125,11 @@ class GroupsController < Groups::ApplicationController
end
end
def
group_params
def
group_params
params
.
require
(
:group
).
permit
(
params
.
require
(
:group
).
permit
(
group_params_ce
)
end
def
group_params_ce
[
:avatar
,
:avatar
,
:description
,
:description
,
:lfs_enabled
,
:lfs_enabled
,
...
@@ -135,7 +139,7 @@ class GroupsController < Groups::ApplicationController
...
@@ -135,7 +139,7 @@ class GroupsController < Groups::ApplicationController
:request_access_enabled
,
:request_access_enabled
,
:share_with_group_lock
,
:share_with_group_lock
,
:visibility_level
:visibility_level
)
]
end
end
def
load_events
def
load_events
...
...
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