summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AccountController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-24Fix: #2691 - Routing for account edit/deleteGreg Roach1-189/+0
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+5
2019-10-15wipGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-12/+12
2019-09-12Fix: #2569 - cannot update user account settings when only one theme enabledGreg Roach1-20/+17
2019-05-17PHPdocGreg Roach1-1/+0
2019-05-09PSR-7 requestsGreg Roach1-10/+12
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-14/+13
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-02-02Fix: #2175 - error deleting userGreg Roach1-5/+4
2019-02-01Refactor admin controllers and add testsGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-13/+21
2019-01-30Convert Theme class to modulesGreg Roach1-10/+23
2019-01-30Clean up module codeGreg Roach1-2/+0
2019-01-30Remove ALL_USER_THEMES option. Instead, disable unwanted themes.Greg Roach1-2/+0
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-11/+11
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-2/+2
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-20/+9
2018-07-16Use PSR2 code styleGreg Roach1-116/+121
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-03-17Use http/controller/view for edit user account pageGreg Roach1-0/+174