summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/UserController.php
AgeCommit message (Expand)AuthorFilesLines
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach1-126/+0
2019-04-11#2368 - fix routing for change language/theme requestsGreg Roach1-7/+9
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-18/+18
2019-02-02Fix: #2175 - error deleting userGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-5/+20
2019-01-30Clean up module codeGreg Roach1-2/+0
2019-01-30Remove ALL_USER_THEMES option. Instead, disable unwanted themes.Greg Roach1-5/+3
2019-01-29Start converting themes into modulesGreg Roach1-1/+0
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-2/+2
2018-08-19CodeStyleGreg Roach1-4/+4
2018-07-16Use PSR2 code styleGreg Roach1-63/+68
2018-04-13Convert action.php to http/controller styleGreg Roach1-0/+20
2018-04-12Convert more functions to http/controllersGreg Roach1-0/+89