summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-07-20 13:54:56 +0300
committerValery Sizov <vsv2711@gmail.com>2015-07-20 13:54:56 +0300
commitc61e7dd4ac76b23a1089041ba4a41fd7b56166e0 (patch)
treef99107730f426bea2828df4671377e758c41f06e
parent2940263aacb869ef3cd062b23a18b7eaf64dd443 (diff)
downloadgitlab-ce-activity_publicly_accessible.tar.gz
Public project activity page asks for sign-inactivity_publicly_accessible
-rw-r--r--app/controllers/projects_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index b191819a117..586359f3080 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -1,6 +1,6 @@
class ProjectsController < ApplicationController
prepend_before_filter :render_go_import, only: [:show]
- skip_before_action :authenticate_user!, only: [:show]
+ skip_before_action :authenticate_user!, only: [:show, :activity]
before_action :project, except: [:new, :create]
before_action :repository, except: [:new, :create]