summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AbstractEditController.php
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-429/+0
2019-12-13CodeStyle - strict typesGreg Roach1-3/+5
2019-10-25No need to throw exceptions in assert()Greg Roach1-1/+0
2019-10-19Strict typesGreg Roach1-2/+2
2019-10-17Fix strict type errorsGreg Roach1-9/+13
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-08-26Fix: #2473 - missing nickname when adding new individualsGreg Roach1-0/+1
2019-05-17Fix: #2443 - error addings facts without DATE/PLAC to new recordsGreg Roach1-2/+2
2019-05-09PSR-7 requestsGreg Roach1-12/+17
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-7/+7
2019-03-07Code style and testingGreg Roach1-9/+8
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-2/+3
2018-10-13Remove functions from loopsGreg Roach1-5/+11
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-7/+9
2018-09-21PHPdocGreg Roach1-0/+21
2018-09-21PHPdocGreg Roach1-0/+2
2018-09-13Fixed invalid docblocksRico Sonntag1-2/+3
2018-08-29Add new name method does not need to be public/staticGreg Roach1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-4/+4
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-21/+24
2018-08-15CodeStyleGreg Roach1-1/+0
2018-07-17Fix: #1790 - typoGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-309/+323
2018-07-12Minor fixGreg Roach1-1/+1
2018-07-12Refactor functionseditGreg Roach1-0/+368