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
/
admin.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-07-28
When the admin controller redirects to the reauthenticate controller, the val...
Tim Almdal
2010-07-23
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
Rename g-in-dialog to the naming standard for query parameters and give it so...
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
Merge branch 'master' of github.com:gallery/gallery3
Bharat Mediratta
2010-07-05
Revert "If the admin request originates as a dialog link, don't display the e...
Tim Almdal
2010-07-05
Merge branch 'master' of github.com:gallery/gallery3
Bharat Mediratta
2010-07-05
Add maessage when we automatically log you out of the admin area.
Bharat Mediratta
2010-07-05
If the admin request originates as a dialog link, don't display the entire pa...
Tim Almdal
2010-06-12
Bounce the user to the login page if they try to get to part of the
Bharat Mediratta
2010-06-12
Push the continue url into the form for consistency with other
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-14
Change JavaScript reauthentication check to check via XHR.
Andy Staudacher
2010-02-10
Use the helper ulr:current instead of manually creating the continue url.
Tim Almdal
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
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta