summaryrefslogtreecommitdiff
path: root/modules/user/controllers/users.php
AgeCommit message (Expand)Author
2010-08-08Whitespace fixBharat Mediratta
2010-08-08Convert tabs to spaces to fix File_Structure_Test.Bharat Mediratta
2010-08-01Fix the i18n error message for missing/incorrect password. Fixes ticket #1265.Bharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31Partial fix for #1225 addresses the issues with the user edit forms.Tim Almdal
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-04-17Change the key for invalid passwords from "invalid" toBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-27Fix for ticket #1037: Only show language drop-down when there's actually a ch...Andy Staudacher
2010-02-11Fix for ticket 1010: Don't leak valid user names in "forgot password" form.Andy Staudacher
2010-02-07Last partial fix for ticket 585: Compartmentalize the admin area and require ...Andy Staudacher
2010-02-07Rename user_authenticate_xxx events to user_auth_xxx for brevity.Bharat Mediratta
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-02-06Partial fix for ticket 585: Require current password when changing an account...Andy Staudacher
2010-02-02Protect password changes against brute force attacks.Bharat Mediratta
2010-02-02Require the current password to change your password.Bharat Mediratta
2010-02-01Localize validation errors.Bharat Mediratta
2010-01-30Don't override the password in the database if it's empty in the form.Bharat Mediratta
2010-01-28Localize edit form error messages.Bharat Mediratta
2010-01-22Don't try to access ORM::$changed externally; it's protected.Bharat Mediratta
2010-01-20Stop using MY_ORM::original().Bharat Mediratta
2010-01-16Convert Users_Controller to model based validation.Bharat Mediratta
2010-01-16Convert Admin_Users_Controller, User_Model and Group_Model to useBharat Mediratta
2009-10-27Check the minimum length when adding or modifying users via the admin screen.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-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-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
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-15Move all the edit/update forms for users and groups back to the user module.Tim Almdal
2009-10-13Refactor the ui component of the user module into the gallery core module.Tim Almdal
2009-10-08Change the users.php controller so its no longer restful. The problem with o...Tim Almdal
2009-09-04When changing user preferences, reset the session based locale preferences.Andy Staudacher
2009-07-23Add form processing events:Bharat Mediratta
2009-06-10Actually save the url when editing user information.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Variety of changes to the way we do user editing:Bharat Mediratta
2009-04-03Fix for ticket #201. Tim Almdal
2009-03-17Fix the locale field in the change user settings formAndy Staudacher
2009-03-17Fix edit user form handlerAndy Staudacher
2009-02-10Adding UI for site language selection and user language preference.Andy Staudacher
2009-02-04Use the matches validation rule in order to perform cross fieldTim Almdal
2009-02-03Add a confirmation password input field that must match the primaryTim Almdal
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2008-12-29Remove rest::JSON content type; it's causing lots of problems and it doesn't ...Bharat Mediratta
2008-12-26Added content type to JSON output functionsFelix Rabinovich