summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/EditMediaController.php
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Refactor controller into request handlersGreg Roach1-415/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-14/+14
2020-09-08Use factory to create caches and filesystemsGreg Roach1-9/+4
2020-06-15Update terminologyGreg Roach1-1/+1
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-11/+10
2020-05-01CodeStyleGreg Roach1-3/+2
2020-05-01CodeStyleGreg Roach1-1/+1
2020-05-01CodeStyleGreg Roach1-7/+7
2020-04-16Fix error while renaming media fileGreg Roach1-1/+1
2020-04-09Fix: #3160 - missing FORM field when creating media filesGreg Roach1-33/+3
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-3/+4
2019-12-13HTML <textarea> elements always use \r\n for line endingsGreg Roach1-69/+4
2019-12-13CodeStyle - strict typesGreg Roach1-12/+20
2019-11-21Fix: missing tree parameter when adding new media filesGreg Roach1-0/+1
2019-11-14Fix: undefined variable when linking media to recordGreg Roach1-4/+5
2019-11-06Fix: #2750 - undefined tree variableGreg Roach1-0/+1
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-4/+17
2019-10-31Refactor controllers as request handlersGreg Roach1-211/+21
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-2/+2
2019-10-30Add assertions for route parametersGreg Roach1-8/+24
2019-10-25No need to throw exceptions in assert()Greg Roach1-4/+4
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-5/+18
2019-10-21Revert "Show upload error for media files, too. Fixes #2655. (#2669)"Greg Roach1-7/+1
2019-10-21Show upload error for media files, too. Fixes #2655. (#2669)Ben1-1/+7
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+8
2019-10-10Working on routingGreg Roach1-3/+3
2019-09-29PSR12Greg Roach1-0/+3
2019-09-29Add tree to request; preparing for routerGreg Roach1-26/+28
2019-09-23Use Flysystem for more filesystem operationsGreg Roach1-44/+28
2019-09-23Fix: #2580 - need to create missing media folder on first useGreg Roach1-15/+13
2019-09-14Better test for internal/special foldersGreg Roach1-1/+1
2019-05-09PSR-7 requestsGreg Roach1-33/+38
2019-05-06Fix: #2410 - wrong SHA1 function calledGreg Roach1-1/+1
2019-04-25Unused importsGreg Roach1-1/+0
2019-04-25Strict typesGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-84/+87
2019-03-20Fix: #2339 - editing media file but leaving the filename unchangedGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-2/+3
2019-01-13Trim trailing slash from media folder namesGreg Roach1-0/+2
2019-01-09Use illuminate/databaseGreg Roach1-8/+7
2019-01-04Add visibility to constantsGreg Roach1-2/+5
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-25Add comments to empty catch blocksGreg Roach1-0/+1
2018-12-20Remove unused importsGreg Roach1-1/+0
2018-12-08Move DebugBar code to middlewareGreg Roach1-1/+0
2018-12-03New media objects need the correct typeGreg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-2/+2