summaryrefslogtreecommitdiff
path: root/app/Session.php
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Code style and testingGreg Roach1-10/+10
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-1/+0
2019-01-09Use Str::random() for random stringsGreg Roach1-6/+2
2019-01-09Use illuminate/database for sessionGreg Roach1-30/+18
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-30Use illuminate/databaseGreg Roach1-1/+5
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-08-30PHPdocGreg Roach1-6/+20
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-6/+6
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-0/+21
2018-08-09Fix: #1813 - session expiryGreg Roach1-2/+1
2018-07-27Use native functions instead of ini_set() to initialise sessionGreg Roach1-19/+23
2018-07-16Use PSR2 code styleGreg Roach1-198/+214
2018-02-22Use new PHP7 null coalescing operator (#1630)Rico Sonntag1-5/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-11-10Fetch client-ip address as neededGreg Roach1-6/+10
2017-11-10PHPDocGreg Roach1-1/+1
2017-11-10Refactor session code into classGreg Roach1-0/+121
2017-10-19Strict typesGreg Roach1-6/+6
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-4/+4
2016-04-15Fix #900 - sessions not needed during installationGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-4/+2
2015-05-30Code styleGreg Roach1-7/+7
2015-05-05Fix #573 - wrong session parameter namesGreg Roach1-2/+2
2015-04-29Fix #571 - need to clear session data on logoutGreg Roach1-0/+10
2015-04-26Replace Zend_Session with our own classGreg Roach1-0/+110