summaryrefslogtreecommitdiff
path: root/app/Auth.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-4/+4
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-15/+13
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-6/+6
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-3/+1
2023-02-02Improve type hints for phpstan. See #4713Greg Roach1-1/+3
2023-02-01Use class-string annotations. See #4713Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-6/+6
2022-09-06CodeStyleGreg Roach1-0/+1
2022-09-06PHPdocGreg Roach1-4/+4
2022-06-02Add some GEDCOM 7 definitionsGreg Roach1-0/+29
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-1/+4
2022-02-05Add anotations for false-positives in scrutinizerGreg Roach1-2/+2
2021-12-16Refactor authorization functionsGreg Roach1-0/+14
2021-11-21CodeStyleGreg Roach1-1/+5
2021-10-03Refactor HTTP exceptionsGreg Roach1-63/+72
2021-02-21Improve support for _LOC recordsGreg Roach1-0/+27
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-6/+12
2021-01-06Fix: #3611 - add row-locks to prevent concurrent editsGreg Roach1-1/+21
2020-12-31CodeStyleGreg Roach1-4/+4
2020-10-24whitespaceGreg Roach1-1/+1
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-3/+3
2020-06-21Replace deprecated functionsGreg Roach1-0/+13
2020-06-20Replace deprecated functionsGreg Roach1-0/+13
2020-03-13Add record types for HEAD and SUBNGreg Roach1-0/+50
2019-12-18Fix: #2844 - update session cookie nameGreg Roach1-8/+1
2019-12-11Fix: #2833 Allow charts to start at private records when 'show private relati...Greg Roach1-48/+53
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-14/+39
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-2/+2
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-5/+5
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-14/+28
2019-10-17PSR12Greg Roach1-0/+1
2019-10-02The the container to allow testingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-08-11Fix: #2529 incorrect check for module/list permissionsGreg Roach1-1/+1
2019-07-25Fix: #2519 - session user-id is int in 2.x, but string in 1.xGreg Roach1-1/+8
2019-04-15Remove duplicationGreg Roach1-7/+35
2019-03-07Code style and testingGreg Roach1-13/+13
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-25/+26
2019-01-26Prevent users typing direct URLs to charts that are enabled, but are above th...Greg Roach1-0/+17
2019-01-22Apply fixes from StyleCI (#2127)Greg Roach1-1/+0
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-0/+148
2019-01-21Simplify API function nameGreg Roach1-1/+1
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-13/+1