Commit f7e93469 authored by Sergey Linnik's avatar Sergey Linnik

added more denied project names

parent 120f50cf
...@@ -179,7 +179,7 @@ class Project < ActiveRecord::Base ...@@ -179,7 +179,7 @@ class Project < ActiveRecord::Base
end end
def repo_name def repo_name
denied_paths = %w(gitolite-admin groups projects dashboard help ) denied_paths = %w(gitolite-admin admin dashboard groups help profile projects search)
if denied_paths.include?(path) if denied_paths.include?(path)
errors.add(:path, "like #{path} is not allowed") errors.add(:path, "like #{path} is not allowed")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment