summaryrefslogtreecommitdiff
path: root/app/User.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-07-23phpdocGreg Roach1-2/+0
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-02Mark password parameters as sensitiveGreg Roach1-2/+2
2022-09-30Use arrow functionsGreg Roach1-3/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-28PHPdocGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-1/+3
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
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