summaryrefslogtreecommitdiff
path: root/tests/app
AgeCommit message (Collapse)AuthorFilesLines
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 Roach3-67/+58
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 Roach301-1632/+2135
2019-10-09Apply fixes from StyleCI (#2610)Greg Roach1-2/+1
2019-10-09Working on routingGreg Roach50-387/+470
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 Roach328-2/+338
2019-09-29Add tree to request; preparing for routerGreg Roach16-170/+177
2019-09-23Use Flysystem for more filesystem operationsGreg Roach2-36/+6
2019-09-21Fix: sending email from special accountsGreg Roach2-5/+2
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ↵Greg Roach2-5/+66
on private sites
2019-09-14TestingGreg Roach1-0/+72
2019-09-13Refactor Mail into MailServiceGreg Roach2-11/+14
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-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+0
2019-05-10Fix: #1752 - use ezyang/htmlpurifier to santise user-supplied HTMLGreg Roach1-0/+57
2019-05-06Fix: #2412 - wrong parameter sourceGreg Roach1-1/+1
2019-05-06Remove unused importsGreg Roach8-16/+0
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-25CodeStyle: use more specific PHPunit assertionsGreg Roach11-32/+32
2019-04-25CodeStyle: declare return typesGreg Roach9-9/+9
2019-04-25CodeStyle - use ::classGreg Roach215-1435/+1451
2019-04-25Unused importsGreg Roach5-7/+1
2019-04-21Remove 'booklet' views from ancestors and descendants charts.Greg Roach1-34/+0
2019-04-21Refactor database connection as middlewareGreg Roach1-34/+0
2019-04-17CodeStyleGreg Roach125-257/+247
2019-04-16Fix: #2209 - 'time ago' calculations cause overflow on 32bit systemsGreg Roach1-1/+1
2019-04-14Test coverageGreg Roach16-0/+64
2019-04-14Refactor the bootstrap processGreg Roach17-25/+38
2019-04-11Apply fixes from StyleCI (#2376)Greg Roach5-5/+0