summaryrefslogtreecommitdiff
path: root/modules/user
AgeCommit message (Expand)Author
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-06-15Removed self-closing slash from opening <li> tag.ckieffer
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-04-17Change the key for invalid passwords from "invalid" toBharat Mediratta
2010-04-17Add user::valid_username() as a validation helper.Bharat 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-27Add more randomness to reset password mechanism.Andy Staudacher
2010-02-20Add link to edit user group names. Closes ticket #1028.Chad Kieffer
2010-02-18Revert "Fix for ticket #491: Make user and group names translatable."Bharat Mediratta
2010-02-18Revert "Never assign a SafeString instance to a Model member (or hell will br...Bharat Mediratta
2010-02-15Never assign a SafeString instance to a Model member (or hell will break loose).Andy Staudacher
2010-02-14Fix for ticket #491: Make user and group names translatable.Andy Staudacher
2010-02-11Get rid of unnecessary view file.Andy Staudacher
2010-02-11Include user name in logging message for failed password reset. As Bharat poi...Andy Staudacher
2010-02-11Fix for ticket 1010: Don't leak valid user names in "forgot password" form.Andy Staudacher
2010-02-09Fix password reset confirmationAndy 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-06Fix for ticket 1004: Replace all uses of split with explode (none actually re...Andy Staudacher
2010-02-06Fix up Admin_Users_Controller() form handling now that user_form.htmlBharat Mediratta
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-02Fix a bug in valid_password() where an empty password was considered valid.Bharat Mediratta
2010-02-01Localize validation errors.Bharat Mediratta
2010-02-01Fix a bug in valid_name where it wasn't checking for name collisions on new u...Bharat Mediratta
2010-01-31Force all non-guest users to have an email address since that'sBharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-30Don't override the password in the database if it's empty in the form.Bharat Mediratta
2010-01-30Fix the valid_admin code -- it was considering all non-admins invalid.Bharat Mediratta
2010-01-29Strongly type the argument list to the model::validate method.Tim Almdal
2010-01-28Localize edit form error messages.Bharat Mediratta
2010-01-27Convert back to using ORM::factory(..., $id) instead of calling where().Bharat Mediratta
2010-01-25Use ORM to create the users since now our validation can handle doingBharat Mediratta
2010-01-25Make some exceptions for guests:Bharat Mediratta
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22Remove the g-right class on groups element on the manage user/groups page. fi...Tim Almdal
2010-01-22Change the check_environment method in the module helper and the module insta...Tim Almdal
2010-01-22Refactor the identity provider installation in to a common helper method (cha...Tim Almdal
2010-01-22Treat identity providers just like other modules and use the admin_module toTim Almdal
2010-01-22Don't try to access ORM::$changed externally; it's protected.Bharat Mediratta
2010-01-21Simplify the test using the test helper.Bharat Mediratta
2010-01-20Stop using MY_ORM::original()Bharat Mediratta
2010-01-20Fix typo: edit_user -> add_user.Bharat Mediratta
2010-01-20Stop using MY_ORM::original().Bharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.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