mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 23:38:50 +01:00
allow calendar access outside of CAS
This commit is contained in:
parent
f259924a85
commit
094d93cec2
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ApplicationController < ActionController::Base
|
|||
before_filter CASClient::Frameworks::Rails::GatewayFilter, :only => :login
|
||||
|
||||
# This requires the user to be authenticated for viewing all other pages.
|
||||
before_filter CASClient::Frameworks::Rails::Filter, :except => :login
|
||||
before_filter CASClient::Frameworks::Rails::Filter, :except => [:login , :calendar]
|
||||
end
|
||||
before_filter :set_session_expiration
|
||||
before_filter :set_time_zone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue