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