summaryrefslogtreecommitdiff
path: root/modules/user/libraries
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat 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-09-11Implement IdentityProvider_Gallery_Driver::admin_user() properly suchBharat Mediratta
2010-09-06Fix some broken identity APIs:Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-17Change IdentityProvider::create_user() to take $email as well, since that's a...Bharat Mediratta
2010-01-17Switch to model based validation approach.Bharat Mediratta
2010-01-06Convert ORM::in() to ORM::where(.., "IN", ..) for K24 compatibility.Bharat Mediratta
2009-12-18Convert html::specialchars() to html::chars()Bharat Mediratta
2009-10-29Add the add_user_to_group and remove_user_from_group api method calls. If th...Tim Almdal
2009-10-29Add the admin_user api function to the identity helper and the IdentityProvid...Tim Almdal
2009-10-23Standardize the use of the lookup methodsTim Almdal
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
2009-10-21re-add the lookup_group_by_name API Method.Tim Almdal
2009-10-20Add lookup_group Identity provider API and change the permissions controller ...Tim Almdal
2009-10-20Add a groups api method on the Identity provider and change access_Core::_get...Tim Almdal
2009-10-20Changes to Identity interface to allow for multiple Identity providers. What...Tim Almdal
2009-10-19Simplify the user interface by moving the password reset functionality into t...Tim Almdal
2009-10-16Cleanup merge of user/group helpers into Identity interface. Reduce redundan...Tim Almdal
2009-10-14Clean up phpDoc and change the Identity driver so only one configuration can ...Tim Almdal
2009-10-13Correct typo in method nameTim Almdal
2009-10-13Merge branch 'master' into talmdal_devTim Almdal
2009-10-06Encapsulate the user and group model in Gallery_User and Gallery_Group classe...Tim Almdal
2009-10-06Change the notification handler to use the Identity API to lookup subscribersTim Almdal
2009-10-05Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list...Tim Almdal
2009-10-05Access the form validation rules via the API for groups and usersTim Almdal
2009-10-05The initial commit of refactoring the user/group adminsitration into a driver.Tim Almdal
2009-05-18Move 3rd party PasswordHash library into the "lib" dir forBharat Mediratta
2008-11-12The login processing is starting to take shape. Login_Form is gone. The html...Tim Almdal
2008-11-12More updates for user management. The controllers don't work yet. But the lo...Tim Almdal
2008-11-11Reset PasswordHash.php to its original state and exclude it from the file_str...Tim Almdal
2008-11-11New user module with password support. This supports the same password mechan...Tim Almdal
2008-11-10Remove the complexity of a interface driven user management moduleTim Almdal
2008-11-10Early look at the User/Auth module refactoring. It will look for a driver ba...Tim Almdal