summaryrefslogtreecommitdiff
path: root/modules/user
AgeCommit message (Expand)Author
2013-05-07#2065 - Fix problems with double-ajaxifying of dialogs.shadlaws
2013-03-12#2055, 2056 - jQuery updates for .attr("value", [value]) and .keyup(handler).shadlaws
2013-02-25Follow-on from autocomplete and gallery.panel.js revisions.shadlaws
2013-02-23#2013 - Clean up gallery.panel.js.shadlaws
2013-02-18Password strength indicator fixed for new jQuery. Also cleaned up formatting.shadlaws
2013-01-31Drop the requirement to have the install() function set the moduleBharat Mediratta
2013-01-22gallery.menalto.com -> galleryproject.orgBharat Mediratta
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-05-07Improve IdentityProvider switching code, patch thanks to ReklovBharat Mediratta
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-08-04Patch for ticket #1765. Provide the full site url for the the gallery link in...Tim Almdal
2011-08-04Patch for ticket #1769. Remove the rows in groups_users when the user or the ...Tim Almdal
2011-08-04fix for ticket #1759. correct parameter names to match usage.Tim Almdal
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-23Oops, fix broken codex urls. For #1698.Bharat Mediratta
2011-04-23Oops, this is the rest of the modules and themes for #1696 and #1698.Bharat Mediratta
2011-04-23Further cleanup for minimum_password_length -- updateBharat Mediratta
2011-04-23Fix ticket #1694 (continued). Reset the corrected user module variable to the...Tim Almdal
2011-04-23Fix ticket #1694. Correct Spelling of mininum_password_length to minimum_pass...Tim Almdal
2011-03-27Sort users in group box by name. Thanks edisonnews! Fixes #1662.Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Style fixes.Bharat Mediratta
2011-01-15Fix all the head() and admin_head() theme callbacks to return theBharat 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-09Minor css mod to make it obvious paging belongs to user blockJoe7
2011-01-09Paginator for user manager admin viewJoe7
2010-12-15Follow on to 1057436b7c483c60b3c128fab993a3b78fac7093 -- cache theBharat Mediratta
2010-12-15Cache the result of User_Model::groups() and Group_Model::users() andBharat Mediratta
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-10-25All modules should be named Xxx_Core for extensibility. Fixes #1458.Bharat Mediratta
2010-09-22Remove the 4 character minimum for group name length. Fixes ticket #1396.Bharat Mediratta
2010-09-14The full_name field is required to be NOT NULL. Not really sure whyBharat Mediratta
2010-09-11Implement IdentityProvider_Gallery_Driver::admin_user() properly suchBharat Mediratta
2010-09-10Transfer deleted files to the active user. Or at least say that's what we're...Bharat Mediratta
2010-09-08Show the number of photos/albums the user owns in the Admin > UsersBharat Mediratta
2010-09-06Fix some broken identity APIs:Bharat 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