summaryrefslogtreecommitdiff
path: root/app/Site.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-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-3/+3
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-05-02Fix: missing RESI:PHON/EMAIL/WWW tagsGreg Roach1-0/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-06-21GEDCOM tag configuration - PLAC:FORMGreg Roach1-0/+1
2021-06-12Configure GEDCOM tagsGreg Roach1-1/+1
2021-06-12Site and tree default preferencesGreg Roach1-24/+80
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-21Strict typesGreg Roach1-2/+2
2020-09-03Do not log changes to all site preferencesGreg Roach1-1/+8
2020-06-03PHPdocGreg Roach1-1/+1
2020-05-14Fix: #3242 - do not store sensitive data in the audit logGreg Roach1-0/+10
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-03-07Code style and testingGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-31Add tests for Auth and Site classesGreg Roach1-2/+5
2018-12-29Use illuminate/database for site settings and logsGreg Roach1-9/+10
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-25Type-hintsGreg Roach1-6/+2
2018-08-30PHPdocGreg Roach1-0/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-47/+50
2018-07-09Remove globalGreg Roach1-1/+1
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-1/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-29/+20
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-4/+4
2016-06-11setting => preferenceGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-11-12limit to 2000 chars while savingMichael Schramm1-1/+1
2015-11-12enable values to contain more textMichael Schramm1-1/+1
2015-06-08PHPDocGreg Roach1-3/+2
2015-05-30Code styleGreg Roach1-3/+1
2015-03-12Replace Zend_Locale with Fisharebest\LocalizationGreg Roach1-7/+7
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+86