summaryrefslogtreecommitdiff
path: root/app/Auth.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-04Add visibility to constantsGreg Roach1-4/+4
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-5/+7
2018-09-16Simplify codeGreg Roach1-23/+16
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-6/+6
2018-08-19Import classesGreg Roach1-1/+3
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-10PhpDocGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-144/+156
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-11/+0
2017-03-082017Greg Roach1-1/+1
2016-12-05Revert change to session/login. It breaks loginsGreg Roach1-1/+1
2016-12-05Fix #1078 - delete old sessionsGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-3/+2
2015-05-30Code styleGreg Roach1-12/+11
2015-04-26Replace Zend_Session with our own classGreg Roach1-11/+4
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-6/+34
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-0/+11
2015-02-06GlobalsGreg Roach1-36/+12
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/+188