summaryrefslogtreecommitdiff
path: root/modules/user
AgeCommit message (Expand)Author
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
2010-01-17Use an empty password for the guest user.Bharat Mediratta
2010-01-17Adjust installers to work with model based validation.Bharat Mediratta
2010-01-17Move model rules down into their validate() function for consistency.Bharat Mediratta
2010-01-16Use "(string) $form" instead of "$form->__toString()"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
2010-01-16Convert Admin_Users::add_user() to use model based validation. GetBharat Mediratta
2010-01-16Whitespace.Bharat Mediratta
2010-01-16Whitespace.Bharat Mediratta
2010-01-16Don't pass MY_ORM::original() to update event handlers, since afterBharat Mediratta
2010-01-06Convert ORM::in() to ORM::where(.., "IN", ..) for K24 compatibility.Bharat Mediratta
2010-01-02Stop checking the exact nature of all grups after install. It doesn't add an...Bharat Mediratta
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-12-23ORM relations now require you to do find_all() or count_all() to get the resu...Bharat Mediratta
2009-12-18Convert html::specialchars() to html::chars()Bharat Mediratta
2009-12-17In Kohana 2.4, ORM no longer does the find_all() call for us when weBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-26ORM::$rules now has a special meaning. Use $form_rules for ourBharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-21Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-11-21Make email a required field. We're using the Kohana default errorBharat Mediratta
2009-11-21Correct inconsistent captialization. Fixes #906Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-14Remove g-dialog-link from special groups delete button (registered users, eve...Chad Kieffer
2009-11-14A few more g- prefix updates for the user module, this should be it.Chad Kieffer
2009-11-14Added comments to user.cssChad Kieffer
2009-11-14Fix floated group rows when more than one row exists. Attach g- before all cs...Chad Kieffer
2009-11-14Move the password strength image out of css and into an images folder.Chad Kieffer
2009-11-08Remove g-actions, it doesn't serve any real purpose in styling or JavaScript.Chad Kieffer
2009-11-06Remove width class from add group form, it sizes the form's elements, not the...Chad Kieffer
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-30Caught a few more incorrect capitalizations.Tim Almdal
2009-10-29Add the add_user_to_group and remove_user_from_group api method calls. If th...Tim Almdal
2009-10-29Use an event 'check_user_name_exists' to validate the input name is already i...Tim Almdal
2009-10-29Add the admin_user api function to the identity helper and the IdentityProvid...Tim Almdal
2009-10-29Just show the Identity admin menu item all the time. This gives a place to ha...Tim Almdal
2009-10-28Make the user name a required field. Fixes ticket #852Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-28Add a static modifier to the private methodTim Almdal
2009-10-27Check the minimum length when adding or modifying users via the admin screen.Tim Almdal
2009-10-27Fire the logon_event when the user logs on. Cleanup some old code from the u...Tim Almdal