# HG changeset patch # User abronte # Date 1261953086 28800 # Node ID ee7c44455ce1e1cac1d0c15a7d0db26fbd756430 # Parent 9538a7ffae4fde6ab54f3fe1cd92a1402f51eca8 Skip authentication filters from redmine diff -r 9538a7ffae4fde6ab54f3fe1cd92a1402f51eca8 -r ee7c44455ce1e1cac1d0c15a7d0db26fbd756430 app/controllers/github_hook_controller.rb --- a/app/controllers/github_hook_controller.rb Wed Nov 18 21:53:19 2009 +0100 +++ b/app/controllers/github_hook_controller.rb Sun Dec 27 14:31:26 2009 -0800 @@ -3,6 +3,7 @@ class GithubHookController < ApplicationController skip_before_filter :verify_authenticity_token + skip_before_filter :check_if_login_required def index payload = JSON.parse(params[:payload])