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
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
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-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
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
2009-05-18
Move 3rd party PasswordHash library into the "lib" dir for
Bharat Mediratta
2008-11-12
The login processing is starting to take shape. Login_Form is gone. The html...
Tim Almdal
2008-11-12
More updates for user management. The controllers don't work yet. But the lo...
Tim Almdal
2008-11-11
Reset PasswordHash.php to its original state and exclude it from the file_str...
Tim Almdal
2008-11-11
New user module with password support. This supports the same password mechan...
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