summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/IdentityProvider.php
AgeCommit message (Expand)Author
2013-03-02#2031 - Add class_exists() before method_exists() if class existence is unknown.shadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-07Improve IdentityProvider switching code, patch thanks to ReklovBharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-08-04fix for ticket #1759. correct parameter names to match usage.Tim Almdal
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-08-29Don't concatenate two strings together as an argument for t() or t2();Bharat Mediratta
2010-07-21Catch any exceptions thrown when we try to restore the originalBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-14Need to allow access to ::change_provider for CLI, to make packager work.Andy Staudacher
2010-02-14Minor security tightening of IdentityProvider::change_provider().Andy Staudacher
2010-01-28Use identity::set_active_user() instead of auth::login() when weBharat Mediratta
2010-01-25Make only one attempt to restore the old identity provider in case ofBharat Mediratta
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22Trap any errors that may occur when trying to install a new identity provider...Tim Almdal
2010-01-22Refactor the identity provider installation in to a common helper method (cha...Tim Almdal
2010-01-17Change IdentityProvider::create_user() to take $email as well, since that's a...Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-31Added a config parameter to the IdentityProvider to specifiy the configuratio...Tim Almdal
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-29Add the admin_user api function to the identity helper and the IdentityProvid...Tim Almdal
2009-10-24Minor style tweaks.Bharat Mediratta
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