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
/
helpers
/
auth.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-01-21
Update copyright to 2011.
Bharat Mediratta
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
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-12
Fix for tickets 1009 and 603: Show a themed error page to guests / registered...
Andy Staudacher
2010-02-11
Security: Fix leaking of album / photo names. Reject previous fix for ticket ...
Andy Staudacher
2010-02-10
Refactor the code to display the login page if the user does not have view
Tim Almdal
2010-02-07
Last partial fix for ticket 585: Compartmentalize the admin area and require ...
Andy Staudacher
2010-02-07
Create the concept of a "failed authentication" as semantically
Bharat Mediratta
2010-02-03
Correct missing function name.
Tim Almdal
2010-02-02
Protect password changes against brute force attacks.
Bharat Mediratta
2010-01-30
Refactory auth::too_many_failed_logins() out of
Bharat Mediratta
2010-01-30
Protect REST login controller from brute force attacks too.
Andy Staudacher
2010-01-30
Prevent brute force login attacks by reducing login attempts to 1 per
Bharat Mediratta
2010-01-28
In auth::login() make the user active before trying to save it, else
Bharat Mediratta
2010-01-28
Found another broken link for what should have been the user profile
Tim Almdal
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-10-30
Rename the login helper to auth. Create a login and logout helper function t...
Tim Almdal