summaryrefslogtreecommitdiff
path: root/it_user.class
AgeCommit message (Expand)AuthorFilesLines
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-05Remove obsolete special case username == uid, we do not have such cases anymoreChristian Schneider1-7/+0
2020-07-25don't trigger legacy warning if both username and uid are emptyChristian A. Weber1-1/+1
2020-06-23Remove usage of _read_post_process in it_userChristian Schneider1-12/+12
2020-05-06Use random_bytes() instead of uniqid() now that we require PHP 7.0 for itoolsChristian Schneider1-1/+1
2020-01-13Use SameSite policy Lax for uid cookieChristian Schneider1-3/+2
2019-09-10Revert "New it_session::setcookie() which uses SameSite=Lax"Christian Schneider1-1/+1
2019-09-10New it_session::setcookie() which uses SameSite=LaxChristian Schneider1-1/+1
2019-03-12Use cryptographically secure random_int() to generate password and increase l...Christian Schneider1-3/+4
2019-02-13Remove migration functions as all old-style usages have been updatedChristian Schneider1-6/+0
2019-02-12Migrate old style constructors to __construct, temporary transition functions...Christian Schneider1-2/+7
2018-06-15Silence warning for uid cookies with mb4 charactersChristian Schneider1-1/+1
2017-08-22Fix user->login() without session, forgot to set cookieChristian Schneider1-1/+1
2016-07-20Revert "Revert "Use same server (may have switched to server_update) to read ...Christian Schneider1-1/+1
2016-07-20Revert "Use same server (may have switched to server_update) to read back new...Christian Schneider1-1/+1
2016-07-20Use same server (may have switched to server_update) to read back newly creat...Christian Schneider1-1/+1
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-04-22Switch to mysqli functionsChristian Schneider1-1/+1
2013-01-30Get rid of explicit mysql_real_escape_string outside of it_dbiChristian Schneider1-1/+1
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider1-3/+3
2009-04-04allow calling constructor without pChristian Weber1-1/+1
2008-09-24Mark uid/session cookies as httponly (not readable by JS document.cookie)Christian Schneider1-1/+1
2007-10-16Fix bogus indentationChristian Schneider1-1/+1
2007-10-11Improve documentation cross referenceChristian Schneider1-1/+1
2007-10-11Populated release branchChristian Schneider1-0/+505