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
/
gallery
/
controllers
/
login.php
Age
Commit message (
Expand
)
Author
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
If the userid/password combination, render the full page instead of just prin...
Tim Almdal
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2009-10-30
Rename the login helper to auth. Create a login and logout helper function t...
Tim Almdal
2009-10-27
Fire the logon_event when the user logs on. Cleanup some old code from the u...
Tim Almdal
2009-10-24
Remove a redundant comment, change the name of the identity change event to '...
Tim Almdal
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-21
Correct white space
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
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-08
Part of the previous commit, forgot to save... again
Tim Almdal
2009-10-06
Change the focus of the user module from providing user/group management to p...
Tim Almdal