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
/
controllers
Age
Commit message (
Expand
)
Author
2010-01-30
Don't override the password in the database if it's empty in the form.
Bharat Mediratta
2010-01-28
Localize edit form error messages.
Bharat Mediratta
2010-01-22
Don't try to access ORM::$changed externally; it's protected.
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-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
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-21
Correct inconsistent captialization. Fixes #906
Tim Almdal
2009-11-17
Redesign the way that we consider page types to create buckets of page
Bharat Mediratta
2009-11-06
Remove width class from add group form, it sizes the form's elements, not the...
Chad Kieffer
2009-10-31
Revert "Use an event 'check_user_name_exists' to validate the input name is a...
Tim Almdal
2009-10-30
Caught a few more incorrect capitalizations.
Tim Almdal
2009-10-29
Use an event 'check_user_name_exists' to validate the input name is already i...
Tim Almdal
2009-10-27
Check the minimum length when adding or modifying users via the admin screen.
Tim Almdal
2009-10-27
Add a password strength meter.
Tim Almdal
2009-10-27
Set the minimum password length to 5. The gallery owner can change this in t...
Tim Almdal
2009-10-27
When we are changing the password using the change password from as part of t...
Tim Almdal
2009-10-24
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-23
Created user.css. Moved user-related form css to the new sheet.
Chad Kieffer
2009-10-23
move controllers and views to the user module to make the Identity Provider r...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-19
Simplify the user interface by moving the password reset functionality into t...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Cleanup merge of user/group helpers into Identity interface. Reduce redundan...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
Tim Almdal
2009-10-16
Finish integrating the move of the user edit/update functions into the user m...
Tim Almdal
2009-10-15
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-15
Move all the edit/update forms for users and groups back to the user module.
Tim Almdal
2009-10-15
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-14
Move the ui for user adminsitration back to the user module.
Tim Almdal
2009-10-13
Refactor the ui component of the user module into the gallery core module.
Tim Almdal
2009-10-09
Convert direct lookups for the user table using ORM to using the user::lookup...
Tim Almdal
2009-10-08
Change the users.php controller so its no longer restful. The problem with o...
Tim Almdal
2009-10-06
Change the focus of the user module from providing user/group management to p...
Tim Almdal
2009-10-05
Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list...
Tim Almdal
2009-10-05
First pass on converting calls to the Identity interface. Will worry about wr...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-15
CSRF / auth fixes, golden data file checkpoint
Andy Staudacher
2009-09-10
Use abs_url() inside url::redirect() calls so that we don't just wind
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-09-04
When changing user preferences, reset the session based locale preferences.
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
[next]