summaryrefslogtreecommitdiff
path: root/tests/app/Http
AgeCommit message (Collapse)AuthorFilesLines
2019-10-27Rewrite error handler - #2686 and #2685Greg Roach6-12/+30
2019-10-26Remove dependency on UserInterfaceGreg Roach1-8/+12
2019-10-25No need to throw exceptions in assert()Greg Roach8-8/+0
2019-10-24Refactor pending changes to use service and request handlersGreg Roach2-118/+16
2019-10-22Use tree serviceGreg Roach4-45/+53
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach4-4/+4
2019-10-18Use TreeServiceGreg Roach4-53/+74
2019-10-17Fix: #2643 - DeleteUser parameter is now an attributeGreg Roach1-5/+7
2019-10-17Avoid using the IoC container in unit testsGreg Roach1-7/+0
2019-10-17PSR12Greg Roach32-0/+32
2019-10-16In tests, create objects explicity, not from containerGreg Roach2-25/+50
2019-10-16route parameter no longer needed in test scriptsGreg Roach9-71/+65
2019-10-15wipGreg Roach1-1/+1
2019-10-14Working on routingGreg Roach6-37/+22
2019-10-14Move business logic from controller to serviceGreg Roach2-23/+23
2019-10-11Working on routingGreg Roach1-1/+3
2019-10-10Working on routingGreg Roach1-22/+9
2019-10-10Apply fixes from StyleCI (#2612)Greg Roach1-1/+1
2019-10-10Working on routingGreg Roach3-16/+22
2019-10-09Working on routing; Code cleanupGreg Roach12-26/+48
2019-10-09Apply fixes from StyleCI (#2610)Greg Roach1-2/+1
2019-10-09Working on routingGreg Roach32-292/+371
2019-10-07Replace files deleted in errorGreg Roach1-0/+94
2019-10-07Fix: #2606 - visitors cannot see tree pagesGreg Roach1-94/+0
2019-10-06Apply fixes from StyleCI (#2605)Greg Roach1-1/+1
2019-10-06Use aura/routerGreg Roach1-4/+15
2019-10-05Add route to requestGreg Roach2-3/+3
2019-10-05Working on routingGreg Roach22-160/+371
2019-10-03Working on routingGreg Roach1-58/+0
2019-10-02Apply fixes from StyleCI (#2601)Greg Roach1-4/+2
2019-10-02Add authentication middleware and testsGreg Roach12-0/+866
2019-09-29PSR12Greg Roach18-2/+26
2019-09-29Add tree to request; preparing for routerGreg Roach15-169/+177
2019-09-23Use Flysystem for more filesystem operationsGreg Roach1-2/+6
2019-09-14TestingGreg Roach1-0/+72
2019-09-13Refactor Mail into MailServiceGreg Roach1-8/+9
2019-09-12Refactor simple controllers into request handlersGreg Roach1-42/+5
2019-09-12CodeStyleGreg Roach1-0/+76
2019-08-09Fix: #2528 - keyboard icon is larger than others, and breaks fa-fw layoutGreg Roach1-1/+1
2019-05-06Fix: #2412 - wrong parameter sourceGreg Roach1-1/+1
2019-05-05Make geonames a site-level preference, not a tree-level preferenceGreg Roach1-1/+1
2019-05-04Fix: #2408 - cannot upload geographic dataGreg Roach1-2/+2
2019-05-04Fix: #2406 wrong parameter source in location edit controllerGreg Roach1-8/+10
2019-04-29Fix: upgrade wizardGreg Roach1-13/+13
2019-04-25Unused importsGreg Roach3-3/+0
2019-04-17CodeStyleGreg Roach8-10/+15
2019-04-11Apply fixes from StyleCI (#2376)Greg Roach5-5/+0
2019-04-11Use PSR-15 request handlers as alternative to controllers/actionsGreg Roach6-108/+366
2019-04-11Replace standalone emitter with middlewareGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach12-260/+400