summaryrefslogtreecommitdiff
path: root/tests/app/Http
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Prefer https for links to documentationGreg Roach1-2/+2
2021-05-04Revert "Move PSR17 factories to the registry"Greg Roach1-4/+2
2021-05-03Move PSR17 factories to the registryGreg Roach1-2/+4
2021-04-28Merge: #3803, Merge: #3706Greg Roach2-91/+0
2021-04-05TestingGreg Roach1-4/+6
2021-03-21Remove unused variablesGreg Roach1-6/+4
2021-03-12Remove unused importsGreg Roach2-2/+0
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-0/+2
2021-03-04Updates testsGreg Roach1-3/+3
2021-02-23Fix wrong columns used in families query of ModuleDataFixTraitJonathan Jaubart2-1/+71
2021-01-26Convert controller to request handlersGreg Roach11-236/+420
2021-01-25Use https link in copyright headerGreg Roach43-81/+81
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach5-115/+193
2021-01-15Refactor controller as request handlersGreg Roach7-174/+323
2021-01-15Move user constants to the user interface classGreg Roach8-26/+32
2021-01-13Refactor controller into request handlersGreg Roach2-20/+53
2021-01-08Fix: external files cause error on manage media pageGreg Roach4-69/+149
2021-01-01TestsGreg Roach1-4/+8
2020-12-30TestingGreg Roach31-220/+214
2020-10-03Fix for #3531 reveals broken testGreg Roach1-17/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1/+3
2020-09-15Replace controller-actions with request-handlersGreg Roach1-336/+0
2020-09-08Use factory to create caches and filesystemsGreg Roach4-73/+36
2020-07-23Simplify the geographic data listGreg Roach1-54/+5
2020-07-20Refactor MediaFileController into request handlersGreg Roach1-62/+0
2020-07-19Refactor calendar control into request handlersGreg Roach1-2/+2
2020-07-04Change variable namesGreg Roach1-4/+4
2020-06-21Replace deprecated functionsGreg Roach2-7/+17
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach1-0/+15
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach2-12/+12
2019-12-20Unused importsGreg Roach1-1/+0
2019-12-18TestingGreg Roach1-21/+2
2019-11-28Be explicit about distinction between system and user data foldersGreg Roach1-4/+5
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach10-30/+30
2019-11-23Avoid ambiguous functions such as empty()Greg Roach2-3/+3
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach3-14/+28
2019-11-13Unused importsGreg Roach2-5/+0
2019-11-12Add tree parameter to registration and password resetGreg Roach1-4/+14
2019-11-11Move language negotiation to middlewareGreg Roach1-1/+2
2019-11-10Fix: #2760 - missing parameter when importing places from a treeGreg Roach1-1/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach10-21/+191
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach1-32/+30
2019-11-04Refactor user-cleanup to use post+get and new routesGreg Roach1-34/+0
2019-11-04Admin/media - the root of the media folders missing from listGreg Roach1-1/+4
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach3-48/+75
2019-11-03Add privacy-policy/impressum - #2654Greg Roach4-55/+7
2019-11-02Improve logic when masquerading as another userGreg Roach2-6/+9
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-9/+9
2019-10-30Remove View:share() - it's just a globalGreg Roach2-4/+1