summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/login.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-03[Fixes #1574] Render the login form in the same way in every actionAndy Lindeman
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-23Create a way for controllers to exempty themselves from maintenanceBharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31Resend the entire dialog content (including the wrapping view) instead of jus...Tim Almdal
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-06-12Bounce the user to the login page if they try to get to part of theBharat Mediratta
2010-06-12Make login/logout continuation url code consistent. Where necessary,Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-10If the user does not have permission to view the album, photo or movie, redirectTim Almdal
2010-02-07Rename user_authenticate_xxx events to user_auth_xxx for brevity.Bharat Mediratta
2010-02-07Create the concept of a "failed authentication" as semanticallyBharat Mediratta
2010-01-30Prevent brute force login attacks by reducing login attempts to 1 perBharat Mediratta
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