summaryrefslogtreecommitdiff
path: root/app/User.php
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-16Cannot delete user with pending changesGreg Roach1-2/+2
2015-06-08PHPDocGreg Roach1-3/+2
2015-06-01Prefer self/static to class nameGreg Roach1-6/+6
2015-05-30Code styleGreg Roach1-5/+6
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-1/+1
2015-03-02Fix 1427100 - users with LTR real names containing parentheses on RTL pagesGreg Roach1-0/+9
2015-02-06Remove globalGreg Roach1-4/+6
2015-02-05Fix ##1284239 - Search: User permissions of selected tree are used for every ...Greg Roach1-1/+1
2015-02-05Add API to access the parent tree of a recordGreg Roach1-1/+1
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/+465