summaryrefslogtreecommitdiff
path: root/modules/user/controllers
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-10-25Fixed event sent from User_Controller::_get_change_email_formMichael A Mayer
2012-04-01Restrict valid urls to having a http:// or https:// prefix. Fixes #1830.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-05-24Allow password reset even when we're in maintenance or private galleryBharat Mediratta
2011-04-26Stop using Pagination() and instead use $theme->pager() in views.Bharat Mediratta
2011-04-23Fix ticket #1694. Correct Spelling of mininum_password_length to minimum_pass...Tim Almdal
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Style fixes.Bharat Mediratta
2011-01-15Tweake Joe's change to admin_users to revert the code that joins against the ...Bharat Mediratta
2011-01-11Making good use of Pagination class to reduce code (removed MY_Controller whi...Joe7
2011-01-11coding styleJoe7
2011-01-09Paginator for user manager admin viewJoe7
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-09-22Remove the 4 character minimum for group name length. Fixes ticket #1396.Bharat Mediratta
2010-09-08Show the number of photos/albums the user owns in the Admin > UsersBharat Mediratta
2010-08-15We use UTF-8 everywhere. Fixes ticket #1285.Bharat Mediratta
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-08-01Merge branch 'dialog' of github.com:gallery/gallery3 into dialogTim Almdal
2010-08-01Merge branch 'master' into dialogTim Almdal
2010-08-01Add a localized error message for missing usernames. Fixes ticket #1266.Bharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-31Partial fix for #1225 addresses the issues with the user edit forms.Tim Almdal
2010-07-23More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-23Partial fix for #1225 addresses the issues with the user edit forms.Tim Almdal
2010-07-20Show the old group name in the error message when we fail to modify a group. ...Bharat Mediratta
2010-07-20Fix a bunch of missing or invalid error messages. Fixes ticket #1232.Bharat Mediratta
2010-07-20Add internationalized error messages for adding and editing groups.Bharat Mediratta
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
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-27Add more randomness to reset password mechanism.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 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-01Localize validation errors.Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta