index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
user
Age
Commit message (
Expand
)
Author
2010-02-07
Rename user_authenticate_xxx events to user_auth_xxx for brevity.
Bharat Mediratta
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-02-06
Partial fix for ticket 585: Require current password when changing an account...
Andy Staudacher
2010-02-06
Fix for ticket 1004: Replace all uses of split with explode (none actually re...
Andy Staudacher
2010-02-06
Fix up Admin_Users_Controller() form handling now that user_form.html
Bharat Mediratta
2010-02-02
Protect password changes against brute force attacks.
Bharat Mediratta
2010-02-02
Require the current password to change your password.
Bharat Mediratta
2010-02-02
Fix a bug in valid_password() where an empty password was considered valid.
Bharat Mediratta
2010-02-01
Localize validation errors.
Bharat Mediratta
2010-02-01
Fix a bug in valid_name where it wasn't checking for name collisions on new u...
Bharat Mediratta
2010-01-31
Force all non-guest users to have an email address since that's
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-30
Don't override the password in the database if it's empty in the form.
Bharat Mediratta
2010-01-30
Fix the valid_admin code -- it was considering all non-admins invalid.
Bharat Mediratta
2010-01-29
Strongly type the argument list to the model::validate method.
Tim Almdal
2010-01-28
Localize edit form error messages.
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-25
Use ORM to create the users since now our validation can handle doing
Bharat Mediratta
2010-01-25
Make some exceptions for guests:
Bharat Mediratta
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
Remove the g-right class on groups element on the manage user/groups page. fi...
Tim Almdal
2010-01-22
Change the check_environment method in the module helper and the module insta...
Tim Almdal
2010-01-22
Refactor the identity provider installation in to a common helper method (cha...
Tim Almdal
2010-01-22
Treat identity providers just like other modules and use the admin_module to
Tim Almdal
2010-01-22
Don't try to access ORM::$changed externally; it's protected.
Bharat Mediratta
2010-01-21
Simplify the test using the test helper.
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original()
Bharat Mediratta
2010-01-20
Fix typo: edit_user -> add_user.
Bharat Mediratta
2010-01-20
Stop using MY_ORM::original().
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-17
Change IdentityProvider::create_user() to take $email as well, since that's a...
Bharat Mediratta
2010-01-17
Switch to model based validation approach.
Bharat Mediratta
2010-01-17
Use an empty password for the guest user.
Bharat Mediratta
2010-01-17
Adjust installers to work with model based validation.
Bharat Mediratta
2010-01-17
Move model rules down into their validate() function for consistency.
Bharat Mediratta
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2010-01-16
Convert Users_Controller to model based validation.
Bharat Mediratta
2010-01-16
Convert Admin_Users_Controller, User_Model and Group_Model to use
Bharat Mediratta
2010-01-16
Convert Admin_Users::add_user() to use model based validation. Get
Bharat Mediratta
2010-01-16
Whitespace.
Bharat Mediratta
2010-01-16
Whitespace.
Bharat Mediratta
2010-01-16
Don't pass MY_ORM::original() to update event handlers, since after
Bharat Mediratta
2010-01-06
Convert ORM::in() to ORM::where(.., "IN", ..) for K24 compatibility.
Bharat Mediratta
2010-01-02
Stop checking the exact nature of all grups after install. It doesn't add an...
Bharat Mediratta
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-12-23
ORM relations now require you to do find_all() or count_all() to get the resu...
Bharat Mediratta
2009-12-18
Convert html::specialchars() to html::chars()
Bharat Mediratta
2009-12-17
In Kohana 2.4, ORM no longer does the find_all() call for us when we
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-26
ORM::$rules now has a special meaning. Use $form_rules for our
Bharat Mediratta
[next]