summaryrefslogtreecommitdiff
path: root/modules/user/helpers
AgeCommit message (Expand)Author
2009-12-18Convert html::specialchars() to html::chars()Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-31Revert "Use an event 'check_user_name_exists' to validate the input name is a...Tim Almdal
2009-10-31Move the identity provider menu item under the settings menu and make the Use...Tim Almdal
2009-10-31Don't specify the default identity provider in the gallery installer. Let th...Tim Almdal
2009-10-29Use an event 'check_user_name_exists' to validate the input name is already i...Tim Almdal
2009-10-29Just show the Identity admin menu item all the time. This gives a place to ha...Tim Almdal
2009-10-28Add a static modifier to the private methodTim 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-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-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-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-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-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-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-18Add a menu item to manage the Identity drivers if there is more than one inst...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-14Move the ui for user adminsitration back to the user module.Tim Almdal
2009-10-13refactor the user and group helpers into the gallery core module. 2 reason, ...Tim Almdal
2009-10-13Refactor the ui component of the user module into the gallery core module.Tim Almdal
2009-10-13Continue to refactor locale and gallery3 ui from the user module to the galle...Tim Almdal
2009-10-13remove the unused private function user::_md5Salt()Tim Almdal
2009-10-13refactor locale related functionality out of the user module and into the gal...Tim Almdal
2009-10-09Add support for the in filter to get_user_list and get_group_list. Convert th...Tim Almdal
2009-10-09Convert direct lookups for the user table using ORM to using the user::lookup...Tim Almdal
2009-10-08Change the users.php controller so its no longer restful. The problem with o...Tim Almdal
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-05Revert previous edit. Prefer « none » (sweet, nice Unicode characters) inst...Andy Staudacher
2009-09-04Shorten the name in the block so that it doesn't wrap.Bharat Mediratta
2009-09-04Add new locale preferences: Adding per session (cookie) locale preferences an...Andy Staudacher
2009-08-29Fix active() to not use user::guest() as the fallback for our Session::get() ...Bharat Mediratta
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta