]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/functions-auth.php
Fix end of line
[Github/YOURLS.git] / includes / functions-auth.php
2013-04-07 LeoColombFix end of line
2013-02-13 OzhPHPdoc-ish-ification of older functions. Fixes issue...
2013-02-10 OzhMore translation readyness.
2013-01-09 OzhReplace deprecated function split()
2012-12-10 OzhEncourage security good practice: encrypt your passwords!
2012-11-23 OzhStricter coding && prevent notices plzthx
2012-11-11 OzhBetter auth filtering. Fixes issue 1229.
2012-10-31 OzhAllow auth with timestamp from the future or the past...
2012-08-20 ozhozhWhitespaces, bitches!! Because, you know, CodingStandards.
2012-07-01 ozhozhActions on auth events. Fixes Issue 1097.
2011-08-26 ozhozhSupport for salted encrypted passwords. See issues...
2011-03-09 ozhozhRemoved deprecated comment
2010-10-09 ozhozhMassive commit
2010-08-25 ozhozhPass httponly flag in cookie only if PHP 5.2+. Fixes...
2010-06-03 ozhozhHarden cookies with SSL & HttpOnly
2010-03-18 ozhozhStricter coding, fix warning when API request with...
2010-03-09 ozhozhFixed: better auth checks
2010-03-04 ozhozhRemove warning when trying to store cookie after header...
2009-11-27 ozhozhBig commit
2009-10-09 ozhozhLogin now remembers what to do once you've logged in...
2009-09-23 ozhozh(harmless) typo in salting function
2009-09-22 ozhozhRemove warning
2009-09-19 ozhozhStricter coding: avoid warning if defined
2009-09-17 ozhozhKill old cookies from version 1.3
2009-09-12 ozhozhMisc cosmetic tweaks
2009-09-04 ozhozhSetting cookie domain wide instead of only yourls/admin...
2009-09-04 ozhozhSetting cookie domain wide instead of only yourls/admin/
2009-08-22 ozhozh1.3 RC1 massive commit
2009-08-18 ozhozhAdded: HTML template functions for head and footer
2009-08-17 ozhozhAdding credit to the login form
2009-06-24 lesterchanAdded jQuery 1.3.2
2009-05-22 ozhozhNo cookie storing when called by API
2009-05-22 ozhozhAllow GET or POST to log (will make API more usable)
2009-05-22 ozhozhBetter message for when used by API
2009-05-21 ozhozhImproved auth scheme: now storing encrypted cookies
2009-05-21 ozhozhImproving the auth scheme to make it more solid and...