Author: assaf
Date: Tue Nov 18 15:33:33 2008
New Revision: 718793
URL: http://svn.apache.org/viewvc?rev=718793&view=rev
Log:
Fixed authentication mechanism:
* HTTP Basic allowed in all cases, and takes precedence over sessions
* Access key parameter allowed on all Atom/iCal GET requests
* When all else fails, fall on session (HTML) or HTTP Basic
Modified:
ode/sandbox/singleshot/app/models/activity.rb
Modified: ode/sandbox/singleshot/app/models/activity.rb
URL:
http://svn.apache.org/viewvc/ode/sandbox/singleshot/app/models/activity.rb?rev=718793&r1=718792&r2=718793&view=diff
==============================================================================
--- ode/sandbox/singleshot/app/models/activity.rb (original)
+++ ode/sandbox/singleshot/app/models/activity.rb Tue Nov 18 15:33:33 2008
@@ -5,6 +5,7 @@
#
# id :integer not null, primary key
# person_id :integer not null
+# person_id :integer
# task_id :integer not null
# name :string(255) not null
# created_at :datetime not null