summaryrefslogtreecommitdiff
path: root/app/Http/Middleware/UseSession.php
AgeCommit message (Expand)AuthorFilesLines
2021-05-13Move the user from the request to the container, for dependency injectionGreg Roach1-0/+4
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-4/+4
2020-04-30StrictTypesGreg Roach1-1/+1
2020-04-20Simplify logic for updating last-access timeGreg Roach1-6/+4
2019-12-22Move session handling code to Session classGreg Roach1-4/+1
2019-12-21Close sessions a little earlierGreg Roach1-1/+8
2019-11-16Detect and close sessions - e.g. created by ninjafirewallGreg Roach1-0/+11
2019-11-13Unused importsGreg Roach1-1/+0
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-1/+2
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach1-2/+0
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-2/+6
2019-04-16Split Session class into session management and session persistenceGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-10/+9
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+2
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach1-0/+3
2019-03-02Tidy up initialisationGreg Roach1-0/+58