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