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
/
helpers
/
identity.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-11-28
Delete the temporary "user" value from the session when upconverting
Bharat Mediratta
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-09-06
Fix some broken identity APIs:
Bharat Mediratta
2010-08-08
Cache the group ids for a day to trade off performance for security updates.
Bharat Mediratta
2010-08-08
whitespace fix.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-28
Use auth::login() when we initially log in the admin user.
Bharat Mediratta
2010-01-17
Change IdentityProvider::create_user() to take $email as well, since that's a...
Bharat Mediratta
2009-12-17
In Kohana 2.4, ORM no longer does the find_all() call for us when we
Bharat Mediratta
2009-12-13
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-10
Log the entire stack trace when we catch an exception.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-29
Add the add_user_to_group and remove_user_from_group api method calls. If th...
Tim Almdal
2009-10-29
Correct the issues that identity::registered_users was calling the backend pr...
Tim Almdal
2009-10-29
Use the identity interface admin_user to retreive the admin user.
Tim Almdal
2009-10-29
Add the admin_user api function to the identity helper and the IdentityProvid...
Tim Almdal
2009-10-24
Re-enable the redirect to the root album if we can't load the active user fro...
Tim Almdal
2009-10-22
Change Identity adminstration to use the uninstall/install methods when chang...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal