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
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
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-27
Don't ask for csrf when we're resetting passwords. They're not gonna have on...
Bharat Mediratta
2009-07-29
Clean up user form events. Thanks to Ben Smith (glooper).
Bharat Mediratta
2009-07-25
fix for ticket #574. The user->url database wasn't being set when the user wa...
Tim Almdal
2009-07-23
Add form processing events:
Bharat Mediratta
2009-07-21
In the logout link, urlencode the continue url so that ampersands, etc
Bharat Mediratta
2009-07-16
Add missing ) dropped in 8f9a943f.
Bharat Mediratta
2009-07-01
Fix a bunch of XSS vulnerabilities turned up by manual inspection
Bharat Mediratta
2009-06-10
Actually save the url when editing user information.
Bharat Mediratta
2009-06-09
Create a new method in MY_url.php "get_item_from_uri" which loads the item
Tim Almdal
2009-06-06
Don't ask for CSRF token when trying to view the password reset form.
Bharat Mediratta
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-31
Clean up view variables
Bharat Mediratta
2009-05-27
Regenerate the session id every time through login::_auth() to avoid session ...
Bharat Mediratta
2009-05-27
Use a random value for the password reset hash to reduce the chances
Bharat Mediratta
2009-05-26
White space fixes
Chad Kieffer
2009-05-21
Changed Name label to Username, closes ticket #93
Chad Kieffer
2009-05-20
Move the first-admin-login steps out of the user module and into an event lis...
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-13
Don't allow admins to delete the guest user. Fixes ticket #213
Bharat Mediratta
2009-05-13
Variety of changes to the way we do user editing:
Bharat Mediratta
2009-05-13
Log password reset attempts. Fixes ticket #251.
Bharat Mediratta
2009-05-10
After ajax login, just reload the current page.
Bharat Mediratta
2009-04-24
add_group() was not getting $form before using it.
Bharat Mediratta
2009-04-09
Fix for ticket 181: don't ignore the locale option when adding users
Andy Staudacher
2009-04-05
Don't do graphics detection in core_installer::install() because that
Bharat Mediratta
2009-04-03
Fix for ticket #201.
Tim Almdal
2009-03-25
Fix for ticket #181. Valiant take note of the change to
Tim Almdal
[next]