summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/Admin
AgeCommit message (Expand)AuthorFilesLines
2021-03-11Remove deprecated codeGreg Roach1-33/+0
2021-02-18Restore deleted base-controller classes and mark as deprecatedGreg Roach1-0/+33
2021-01-26Convert controller to request handlersGreg Roach4-985/+0
2021-01-25Use https link in copyright headerGreg Roach4-8/+8
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-604/+0
2021-01-20Use consistent upper/lower case in charset headerGreg Roach1-1/+1
2021-01-16Minor changes from PR2652Greg Roach1-12/+12
2021-01-15Refactor controller as request handlersGreg Roach1-437/+0
2021-01-15Move user constants to the user interface classGreg Roach1-61/+49
2021-01-13Refactor controller into request handlersGreg Roach1-61/+0
2021-01-08Fix: external files cause error on manage media pageGreg Roach1-480/+0
2020-11-30Strict typesGreg Roach1-2/+2
2020-10-03Fix: geojson exportGreg Roach1-3/+3
2020-10-03#3529 - rename Factory to RegistryGreg Roach5-25/+25
2020-09-15Replace controller-actions with request-handlersGreg Roach1-701/+0
2020-09-15Remove league/glide. Use intervention/image directly.Greg Roach2-31/+33
2020-09-12Missing parametersGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach5-46/+24
2020-09-04Fix: #3319 - do not close modal windows when clicking on the backgroundGreg Roach1-1/+1
2020-08-08Update bounding rectangle logicGreg Roach1-4/+16
2020-07-272.0.72.0.7Greg Roach1-2/+6
2020-07-23Simplify the geographic data listGreg Roach1-315/+7
2020-07-20Refactor MediaFileController into request handlersGreg Roach2-3/+5
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach2-6/+5
2020-06-24Critical: Wrong Longitude Value Loaded in Editor (#3377)miqrogroove1-1/+1
2020-06-21Replace deprecated functionsGreg Roach1-2/+8
2020-06-20Fix: #3370 - GEDCOM place names should be less than 120 chars. Longer ones ca...Greg Roach1-3/+3
2020-06-20Replace deprecated functionsGreg Roach1-1/+2
2020-06-16Fix: #3333 - use correct collation sequence to sort place names in control panelGreg Roach1-2/+2
2020-06-12Fix: adding new locations. Improve bounding-rectangle algorithmGreg Roach1-13/+28
2020-06-11Fixes #3132, Replaces #3149 - missing place co-ordinates can be null or emptyGreg Roach1-10/+10
2020-06-11Replaces #3326 - Use parent location when current location not known. Hide zo...Greg Roach1-41/+0
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-1/+1
2020-06-04PHPdocGreg Roach1-1/+0
2020-06-03PHPdocGreg Roach1-2/+5
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-1/+1
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach2-10/+19
2020-05-16Support linkedLocations (#3253)Richard Cissée1-0/+3
2020-05-13Rename class Location to PlaceLocation to make way for a new class of that nameGreg Roach1-5/+5
2020-05-12Static analysis checksGreg Roach2-4/+6
2020-05-12Update code to use new Factory objectsGreg Roach3-10/+11
2020-05-09Deprecate whereContains()Greg Roach1-2/+9
2020-05-01CodeStyleGreg Roach1-2/+2
2020-05-01Fix: geojson exportGreg Roach1-1/+1
2020-04-30#3193 - fix level column in CSV location exportGreg Roach1-22/+43
2020-04-22Fix: #2468 Hide delete user link, when user cannot be deletedGreg Roach1-2/+3
2020-03-01Exclude default media folder from manage-media pageGreg Roach1-1/+1
2020-02-26Replaced geosearch with leaflet-control-geocoder, added map reset button, rem...David Drury1-1/+0
2020-02-23Use strict comparison for Collection::unique()Greg Roach1-1/+1
2020-02-21Use Leaflet native tileLayer (#3088)David Drury1-0/+7