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
Age
Commit message (
Expand
)
Author
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
2009-10-21
re-add the lookup_group_by_name API Method.
Tim Almdal
2009-10-20
Add lookup_group Identity provider API and change the permissions controller ...
Tim Almdal
2009-10-20
Add a groups api method on the Identity provider and change access_Core::_get...
Tim Almdal
2009-10-20
Changes to Identity interface to allow for multiple Identity providers. What...
Tim Almdal
2009-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-14
Clean up phpDoc and change the Identity driver so only one configuration can ...
Tim Almdal
2009-10-13
Correct typo in method name
Tim Almdal
2009-10-13
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-06
Encapsulate the user and group model in Gallery_User and Gallery_Group classe...
Tim Almdal
2009-10-06
Change the notification handler to use the Identity API to lookup subscribers
Tim Almdal
2009-10-05
Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list...
Tim Almdal
2009-10-05
Access the form validation rules via the API for groups and users
Tim Almdal
2009-10-05
The initial commit of refactoring the user/group adminsitration into a driver.
Tim Almdal
2008-11-10
Remove the complexity of a interface driven user management module
Tim Almdal
2008-11-10
Early look at the User/Auth module refactoring. It will look for a driver ba...
Tim Almdal