summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/login.php
AgeCommit message (Expand)Author
2010-01-23Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-22If the userid/password combination, render the full page instead of just prin...Tim Almdal
2010-01-16Use "(string) $form" instead of "$form->__toString()"Bharat Mediratta
2009-10-30Rename the login helper to auth. Create a login and logout helper function t...Tim Almdal
2009-10-27Fire the logon_event when the user logs on. Cleanup some old code from the u...Tim Almdal
2009-10-24Remove a redundant comment, change the name of the identity change event to '...Tim Almdal
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-21Correct white spaceTim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-16Finish integrating the move of the user edit/update functions into the user m...Tim Almdal
2009-10-08Part of the previous commit, forgot to save... againTim Almdal
2009-10-06Change the focus of the user module from providing user/group management to p...Tim Almdal