summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/controller_auth_data.txt
AgeCommit message (Collapse)Author
2013-02-18Fix up some tests:Bharat Mediratta
- unlink copied files because they confused File_Structure_Test - update golden files
2013-01-23Update golden files after 80d6a895edb1cfc3dd0bcacd0d2c63b40c04670cBharat Mediratta
2013-01-17Update golden files.Bharat Mediratta
2011-04-25Update test golden files.Bharat Mediratta
2011-01-15Golden file updates for xss and controller authentication.Bharat Mediratta
2010-10-04Not sure why digibug::close_window() changed in the listing, but it looks ↵Bharat Mediratta
fine here.
2010-09-17Checkpoint.Bharat Mediratta
2010-09-11upgrader/index does not require CSRFBharat Mediratta
2010-09-06Verified checkpoint.Bharat Mediratta
2010-08-15Verified.Bharat Mediratta
2010-08-08Verified.Bharat Mediratta
2010-07-27UpdatedBharat Mediratta
2010-07-06Correct the controller auth golden file from when the simple_uploader was ↵Tim Almdal
renamed to flash_uploader
2010-06-20Updated golden files.Bharat Mediratta
2010-06-04Correct XSS Security Test golden file for recent changes. Update the ↵Tim Almdal
controller_auth data file for the rename of admin_comments to admin_manage_comments.
2010-01-27Verified and updatedBharat Mediratta
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
Conflicts: modules/gallery/tests/xss_data.txt
2010-01-23Update the Xss_Security_Test and the Controller_Auth_Test.Tim Almdal
2010-01-21We don't need CSRF in Rest_Controller::__call() because we use access tokens.Bharat Mediratta
2010-01-06Correct the controller_auth_data golden file to reflect that the csrf is not ↵Tim Almdal
longer considered dirty in the logout controller.
2010-01-02Add rest_controller::__call to the authorized controller methodsTim Almdal
2010-01-02Verified and updated.Bharat Mediratta
2009-12-22CheckpointBharat Mediratta
2009-11-25Remove the REST_Controller and assorted baggage. Completes ticket #917Tim Almdal
2009-11-25Refactor the album, movie and photo handling to remove the REST_Controller. ↵Tim Almdal
Partial fix for ticket #917
2009-11-25Refactor the tags to remove the REST_Controller. Partial fix for ticket #917Tim Almdal
2009-11-25Refactor the comment module as part of ticket: #917 "Remove Rest Controller"Tim Almdal
* Remove the methods create, update, delete, get_edit_form as there are not used * Change the return when a comment is created to return the html for the new comment. This saves a second get request to down load the comment.
2009-10-23Only look for tests that are in the active modules. Update the controller ↵Tim Almdal
golden file to reflect the current location of files.
2009-09-15Also check for rss feeds in controller auth checkAndy Staudacher
2009-09-15Controller auth / CSRF fixesAndy Staudacher
2009-09-15CSRF / auth fixes, golden data file checkpointAndy Staudacher
2009-09-15Initial skeleton of Controller_Auth code audit test (non functional).Andy Staudacher