You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2008/11/19 00:33:33 UTC

svn commit: r718793 - /ode/sandbox/singleshot/app/models/activity.rb

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