summaryrefslogtreecommitdiff
path: root/modules/user
AgeCommit message (Expand)Author
2009-10-29Add the add_user_to_group and remove_user_from_group api method calls. If th...Tim Almdal
2009-10-29Use an event 'check_user_name_exists' to validate the input name is already i...Tim Almdal
2009-10-29Add the admin_user api function to the identity helper and the IdentityProvid...Tim Almdal
2009-10-29Just show the Identity admin menu item all the time. This gives a place to ha...Tim Almdal
2009-10-28Make the user name a required field. Fixes ticket #852Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-28Add a static modifier to the private methodTim Almdal
2009-10-27Check the minimum length when adding or modifying users via the admin screen.Tim Almdal
2009-10-27Fire the logon_event when the user logs on. Cleanup some old code from the u...Tim Almdal
2009-10-27Add a password strength meter.Tim Almdal
2009-10-27Set the minimum password length to 5. The gallery owner can change this in t...Tim Almdal
2009-10-27Add a flag in the module.info (no_module_admin) to indicate that this module ...Tim Almdal
2009-10-27When we are changing the password using the change password from as part of t...Tim Almdal
2009-10-26Upgrade the gallery module to version 16 to reflect the refactoring of the us...Tim Almdal
2009-10-24Remove a redundant comment, change the name of the identity change event to '...Tim Almdal
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-23Moved remaining user and group admin css into the new user.css style sheet.Chad Kieffer
2009-10-23Created user.css. Moved user-related form css to the new sheet.Chad Kieffer
2009-10-23Standardize the use of the lookup methodsTim Almdal
2009-10-23Merge branch 'master' into talmdal_devTim Almdal
2009-10-23move controllers and views to the user module to make the Identity Provider r...Tim Almdal
2009-10-23synchronize with the master branchTim Almdal
2009-10-23Move the filters that the File_Structure_Test use into a seperate file so oth...Tim Almdal
2009-10-23Minor changes to more closely align this branch with masterTim Almdal
2009-10-23Change the Admin_Identity_Controller to not destroy the session until after t...Tim Almdal
2009-10-22Change Identity adminstration to use the uninstall/install methods when chang...Tim Almdal
2009-10-22move the direct orm test to the users module.Tim Almdal
2009-10-22Change the modifier on activate and deactivate methods to static as they are ...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21Make sure we set the active identity provider when the user module is install...Tim Almdal
2009-10-21re-add the lookup_group_by_name API Method.Tim Almdal
2009-10-21When activating the user module set all items to be owned by the administrato...Tim Almdal
2009-10-20Only show the user/group administration screen if the active idenity provider...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-19Merge branch 'master' into talmdal_devTim Almdal
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-18Merge branch 'master' into talmdal_devTim Almdal
2009-10-18Add a menu item to manage the Identity drivers if there is more than one inst...Tim Almdal
2009-10-18Move the default identity config into the users module and change the Identit...Tim Almdal
2009-10-17Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.Chad Kieffer
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Cleanup merge of user/group helpers into Identity interface. Reduce redundan...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-16Finish integrating the move of the user edit/update functions into the user m...Tim Almdal
2009-10-15Merge branch 'master' into talmdal_devTim Almdal
2009-10-15Move all the edit/update forms for users and groups back to the user module.Tim Almdal
2009-10-15Merge branch 'master' into talmdal_devTim Almdal