summaryrefslogtreecommitdiff
path: root/app/User.php
AgeCommit message (Expand)AuthorFilesLines
2021-06-17PHPdocGreg Roach1-0/+1
2021-06-12Cache not working for testsGreg Roach1-24/+13
2021-02-04Code styleGreg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-15Move user constants to the user interface classGreg Roach1-28/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+1
2019-12-05Code style - avoid new staticGreg Roach1-1/+1
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-3/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-5/+31
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-02TypeHintsGreg Roach1-5/+5
2019-01-31TestsGreg Roach1-12/+13
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-401/+84
2019-01-29Refactor home page blocks for lazy evaluationGreg Roach1-13/+2
2019-01-21Simplify API function nameGreg Roach1-2/+2
2019-01-18Need to clear cache to fix testsGreg Roach1-0/+2
2019-01-18Use cache to reduce DB queries on block_setting tableGreg Roach1-7/+11
2019-01-18Apply fixes from StyleCI (#2119)Greg Roach1-1/+2
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-99/+107
2019-01-04Apply fixes from StyleCI (#2095)Greg Roach1-12/+12
2019-01-04Use illuminate/database in user class and add testsGreg Roach1-61/+85
2019-01-01More than one user can be linked to an individualGreg Roach1-12/+11
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-31More testsGreg Roach1-14/+33
2018-12-31Add tests for Auth and Site classesGreg Roach1-1/+1
2018-12-30Use illuminate/databaseGreg Roach1-67/+60
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-10-08Feedback from scrutinizer-ciGreg Roach1-1/+1
2018-10-06PHPdocGreg Roach1-1/+1
2018-09-24Strict typesGreg Roach1-17/+0
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-10/+10
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-19CodeStyleGreg Roach1-12/+13
2018-08-13Type hintsGreg Roach1-26/+29
2018-08-09Wrong case for classes, functions and namespacesGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-436/+481
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-14/+14
2018-04-06Escaping output should happen in viewsGreg Roach1-9/+0
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-1/+1
2017-12-22Fix: #1556 MySQL strict_mode fails with mixed strings and integersGreg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-7/+7
2017-11-18Working on front-controllerGreg Roach1-6/+8