summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/ListController.php
AgeCommit message (Expand)AuthorFilesLines
2020-07-17Refactor list controllers into list modules - fixes: #3409Greg Roach1-773/+0
2020-07-10Fix: media objects with multiple media files appear multiple times in media listGreg Roach1-8/+8
2020-05-12Update code to use new Factory objectsGreg Roach1-6/+7
2020-05-09Deprecate whereContains()Greg Roach1-2/+4
2020-03-15Missing 'no events' message on family pageGreg Roach1-1/+1
2020-03-14Fix: #3110 - include/exclude subfolders not working on media listGreg Roach1-23/+36
2020-03-14CodeStyleGreg Roach1-1/+0
2020-03-14Fix: #2138 - only show external media in root folderGreg Roach1-3/+13
2020-02-23Use strict comparison for Collection::unique()Greg Roach1-1/+1
2019-12-10Add submitter list #2823Greg Roach1-5/+44
2019-12-02Move module views to the views/modules folderGreg Roach1-5/+5
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-4/+4
2019-11-11Simplify access to current localeGreg Roach1-11/+7
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-15/+20
2019-10-31Missing parameter in surname list viewGreg Roach1-0/+1
2019-10-30Add assertions for route parametersGreg Roach1-4/+12
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+5
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach1-8/+7
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-4/+8
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-21Fix: tooltip count of all given names wrongGreg Roach1-10/+10
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
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/+4
2019-10-15wipGreg Roach1-9/+9
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-09Working on routingGreg Roach1-2/+3
2019-10-06Use aura/routerGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-20/+19
2019-05-17PHPdocGreg Roach1-3/+0
2019-05-09PSR-7 requestsGreg Roach1-14/+12
2019-04-17CodeStyleGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-32/+33
2019-04-03Declare static closuresGreg Roach1-5/+5
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-3/+6
2019-02-25Fix: #2271 - update variable nameGreg Roach1-1/+1
2019-02-24Apply fixes from StyleCI (#2262)Greg Roach1-1/+1
2019-02-23Refactor module componentsGreg Roach1-15/+24
2019-02-23Lists as ModulesRichard Cissee1-32/+49
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+1
2019-02-10Working on themesGreg Roach1-10/+10
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-9/+9
2019-01-13Use illuminate/database for media listGreg Roach1-61/+49
2019-01-12Use illuminate/databaseGreg Roach1-1/+0
2019-01-11Rename filter() to accessFilter()Greg Roach1-3/+3
2019-01-11Simplify row-mappersGreg Roach1-6/+3
2019-01-08Use closures to DRY up codeGreg Roach1-21/+14
2019-01-05Apply fixes from StyleCI (#2099)Greg Roach1-3/+3