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