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
/
controllers
/
reauthenticate.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-10
If the user is not an admin, don't 403 -- instead just redirect them
Bharat Mediratta
2010-07-31
Full pass over all the JSON encoding and JS dialog code. We now abide
Bharat Mediratta
2010-07-31
Resend the entire dialog content (including the wrapping view) instead of jus...
Tim Almdal
2010-07-31
Missing the user name on the reauthenticate form.
Tim Almdal
2010-07-31
When the admin controller redirects to the reauthenticate controller, the val...
Tim Almdal
2010-07-31
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-07-16
Improve the fix for #1176 to use request::is_ajax() instead of tacking
Bharat Mediratta
2010-07-15
Remove the code to call the controller directly and just use redirect. Now t...
Tim Almdal
2010-07-13
Fix reauth authentication to use the identity helper instead of the
Bharat Mediratta
2010-07-09
remove debugging statement
Tim Almdal
2010-07-08
Only add the 'Successfully re-authenticated' message to the status if the adm...
Tim Almdal
2010-07-07
Fix for ticket #1176. Have the gallery.dialog code add a g-in-dialog paramete...
Tim Almdal
2010-07-05
Revert "If the admin request originates as a dialog link, don't display the e...
Tim Almdal
2010-07-05
If the admin request originates as a dialog link, don't display the entire pa...
Tim Almdal
2010-06-12
Push the continue url into the form for consistency with other
Bharat Mediratta
2010-04-17
Change the key for invalid passwords from "invalid" to
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-08
Fix for ticket 1008: Redirect to destination after re-auth.
Andy Staudacher
2010-02-07
Last partial fix for ticket 585: Compartmentalize the admin area and require ...
Andy Staudacher