summaryrefslogtreecommitdiff
path: root/app/User.php
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-03Code styleGreg Roach1-7/+21
2017-10-28DashboardGreg Roach1-142/+155
2017-07-11Prepare to remove class FilterGreg Roach1-1/+1
2017-07-09PHPDocGreg Roach1-2/+4
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-36/+19
2017-03-082017Greg Roach1-1/+1
2016-12-24Remove PHP 5.3 workaroundGreg Roach1-55/+8
2016-12-23Code style - short array syntaxGreg Roach1-35/+35
2016-06-16php-cs-fixerGreg Roach1-1/+1
2016-06-06Password hashing for PHP < 5.3.7Greg Roach1-4/+54
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-23Username versus emailGreg Roach1-2/+36
2016-01-17Two spaces have no effect in HTMLGreg Roach1-1/+1