summaryrefslogtreecommitdiff
path: root/app/Http/Middleware/CheckCsrf.php
AgeCommit message (Expand)AuthorFilesLines
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-01-22Fix: CSRF middleware needs to run after routing and before the handlerGreg Roach1-7/+7
2020-01-09Rename CSRF token to standard nameGreg Roach1-2/+2
2019-12-15Fix: #2869 - apply CSRF checks after routingGreg Roach1-2/+6
2019-12-13CodeStyle - strict typesGreg Roach1-3/+4
2019-10-23Fix; #2664 - Refactor reports to use POST/GET and request handlersGreg Roach1-0/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-10-11Working on routingGreg Roach1-2/+1
2019-10-02MiddlewareGreg Roach1-1/+2
2019-09-29PSR12Greg Roach1-0/+2
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-04-15Use PSR-7 file uploadsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-14/+13
2019-03-30Clean up middleware logicGreg Roach1-6/+10
2019-03-09Do not check CSRF tokens when changing language/themeGreg Roach1-1/+9
2019-02-25Better handling of CSRF token expiryGreg Roach1-1/+5
2019-01-01Happy 2019Greg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-16/+18
2018-06-02Type hint middlewareGreg Roach1-1/+1
2018-02-24Use http/controller for hourglass chartGreg Roach1-1/+1
2018-01-22Yay! Middleware!Greg Roach1-0/+48