index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
tests
/
Controller_Auth_Test.php
Age
Commit message (
Collapse
)
Author
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2009-11-25
Remove the REST_Controller and assorted baggage. Completes ticket #917
Tim Almdal
2009-11-15
Use 'git ls-files' instead of glob() so that we only check files known
Bharat Mediratta
to Git. This means that local files which we choose to exclude from git don't have to follow the same permission model.
2009-09-15
Also check for rss feeds in controller auth check
Andy Staudacher
2009-09-15
Controller auth / CSRF fixes
Andy Staudacher
2009-09-15
Add exception for REST controllers (no fixes necessary).
Andy Staudacher
2009-09-15
CSRF / auth fixes, golden data file checkpoint
Andy Staudacher
2009-09-15
First functional version of Controller_Auth_Test
Andy Staudacher
2009-09-15
Initial skeleton of Controller_Auth code audit test (non functional).
Andy Staudacher