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
/
user
/
libraries
/
drivers
/
IdentityProvider
/
Gallery.php
Age
Commit message (
Expand
)
Author
2010-09-11
Implement IdentityProvider_Gallery_Driver::admin_user() properly such
Bharat Mediratta
2010-09-06
Fix some broken identity APIs:
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-17
Change IdentityProvider::create_user() to take $email as well, since that's a...
Bharat Mediratta
2010-01-17
Switch to model based validation approach.
Bharat Mediratta
2010-01-06
Convert ORM::in() to ORM::where(.., "IN", ..) for K24 compatibility.
Bharat Mediratta
2009-12-18
Convert html::specialchars() to html::chars()
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
Add the admin_user api function to the identity helper and the IdentityProvid...
Tim Almdal
2009-10-23
Standardize the use of the lookup methods
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