index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
request_forgery_protection.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the forgery token implementation to just be a simple random string.
Michael Koziarski
2008-11-23
1
-39
/
+7
*
Changed request forgery protection to only worry about HTML-formatted content...
Jeff Cohen
2008-11-13
1
-1
/
+1
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-1
/
+1
*
Merge branch 'master' of git@github.com:rails/rails
rick
2008-05-13
1
-3
/
+3
|
\
|
*
Bug: Earlier Check for Session in Forgery Protection
Peter Jones
2008-05-11
1
-3
/
+3
*
|
fix merge conflict with actionpack changelog
rick
2008-05-10
1
-2
/
+2
|
\
|
|
*
Merge docrails:
Pratik Naik
2008-05-09
1
-2
/
+2
*
|
change ActionController::RequestForgeryProtection to use Mime::Type#verify_re...
rick
2008-05-06
1
-1
/
+1
*
|
Change the request forgery protection to go by Content-Type instead of reques...
rick
2008-05-06
1
-1
/
+1
|
/
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-1
/
+2
*
Correct inconsistencies in RequestForgeryProtection docs. #11032 [mislav]
Rick Olson
2008-02-06
1
-34
/
+41
*
Document how to disable forgery protection for tests. Useful note for those u...
Jeremy Kemper
2007-12-10
1
-1
/
+7
*
Better error messages if you leave out the :secret option for request forgery...
Rick Olson
2007-09-28
1
-1
/
+5
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
1
-3
/
+11
*
Change from InvalidToken to InvalidAuthenticityToken to be more specific
David Heinemeier Hansson
2007-09-24
1
-7
/
+12
*
port over some of the csrf_killer README docs
Rick Olson
2007-09-24
1
-0
/
+13
*
Beefed up docs a bit
David Heinemeier Hansson
2007-09-24
1
-17
/
+27
*
Rename some RequestForgeryProtection methods. The class method is now #prote...
Rick Olson
2007-09-23
1
-20
/
+31
*
Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...
Rick Olson
2007-09-23
1
-0
/
+75