summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)AuthorFilesLines
2019-02-02Replace password confirmation with hide/show passwordGreg Roach1-4/+0
2019-02-01Refactor admin controllers and servicesGreg Roach1-23/+21
2019-01-31Unused importGreg Roach1-1/+0
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary ↵Greg Roach1-1/+2
users, create UserService
2019-01-31Disable themes for POST requests. #2167Greg Roach1-21/+23
2019-01-30Use dependency injection for Statistics classGreg Roach1-2/+2
2019-01-30Create ModuleServiceGreg Roach1-1/+2
2019-01-30Converting themes to modulesGreg Roach1-1/+2
2019-01-30Converting themes to modulesGreg Roach1-19/+21
2019-01-30Refactor themes into modulesGreg Roach1-1/+1
2019-01-29Start converting themes into modulesGreg Roach1-1/+1
2019-01-29Remove old coceGreg Roach1-3/+0
2019-01-28Convert page footers to modulesGreg Roach1-2/+4
2019-01-27Apply fixes from StyleCI (#2142)Greg Roach1-1/+3
2019-01-26Get rid of 'update available' message for dev buildsGreg Roach1-1/+1
2019-01-26Restore middleware (removed for testing)Greg Roach1-1/+1
2019-01-26Restore middleware (removed for testing)Greg Roach1-5/+5
2019-01-26Need an empty tree in the container during setupGreg Roach1-7/+9
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-14/+17
2019-01-18Starting to replace WT_DATA_DIR with league/flysystemGreg Roach1-8/+13
2019-01-16Remove duplicate codeGreg Roach1-8/+3
2019-01-16Replace webtrees resolver class with laravel container classGreg Roach1-15/+15
2019-01-16Rename resolver functions to be laravel-like and add testsGreg Roach1-2/+2
2019-01-12Fix: #2115 - selecting default treeGreg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-4/+2
2019-01-06Use illuminate/databaseGreg Roach1-1/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-08Unused importGreg Roach1-2/+2
2018-12-08Move DebugBar code to middlewareGreg Roach1-21/+12
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-55/+8
2018-10-12Add error handler for invalid config.ini.phpGreg Roach1-11/+18
2018-10-12Fix potential conflict with PHP's Locale classGreg Roach1-2/+2
2018-10-112.0.0-alpha.3Greg Roach1-1/+1
2018-10-112.0.0-alpha.32.0.0-alpha.3Greg Roach1-1/+1
2018-10-10Update debugbarGreg Roach1-1/+1
2018-10-08Fix: search engines should see content in tree's default languageGreg Roach1-8/+4
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-29Fix: namespaceGreg Roach1-1/+1
2018-09-29Prefer const to define()Greg Roach1-30/+32
2018-09-24Replace magic numbers with constantsGreg Roach1-2/+2
2018-09-16Remove old codeGreg Roach1-3/+0
2018-09-16Use object-oriented varsion of functionGreg Roach1-1/+1
2018-09-13Code styleGreg Roach1-0/+1
2018-09-11Fix: #1892 - create a service for handling timeouts with long-running processesGreg Roach1-3/+2
2018-09-112.0.0-alpha.2Greg Roach1-1/+1
2018-09-112.0.0-alpha.2Greg Roach1-1/+1
2018-08-29Add type hintGreg Roach1-1/+3
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+1
2018-08-19Dependency injectionGreg Roach1-1/+1