summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AdminUsersController.php
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Refactor admin controllerGreg Roach1-502/+0
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-23/+32
2019-01-30Convert Theme class to modulesGreg Roach1-3/+23
2019-01-30Clean up module codeGreg Roach1-1/+0
2019-01-21Simplify API function nameGreg Roach1-5/+5
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-2/+2
2019-01-15Allow custom sort fields to be specified in datatables responsesGreg Roach1-1/+2
2019-01-06Fix: #1783 - missing timezones on timestampsGreg Roach1-2/+2
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-03Move datatables processing to new service and add testsGreg Roach1-88/+63
2019-01-03Wrong name shown in full name column (#2086)David Drury1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-21Fix: missing confirmation email after approving a new userGreg Roach1-0/+18
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-3/+3
2018-10-08Strict typesGreg Roach1-1/+0
2018-09-28Fix: #1918 - Select all gives SQL errorGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-26/+26
2018-09-21PHPdocGreg Roach1-0/+1
2018-09-15Fix: #1902 - cannot set close relationship lengthGreg Roach1-1/+1
2018-09-05Fix: #1889 - strict typesGreg Roach1-1/+1
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+0
2018-08-18CodeStyleGreg Roach1-1/+0
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-12/+11
2018-08-15Fix: #1830 do not update password when emptyGreg Roach1-1/+4
2018-08-13Type hint closure return typesGreg Roach1-2/+2
2018-08-13Settings are always strings - not nullsGreg Roach1-2/+2
2018-08-13Do not use PDO::FETCH_NUMGreg Roach1-27/+27
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-12/+7
2018-08-05Use views for iconsGreg Roach1-3/+3
2018-07-16Use PSR2 code styleGreg Roach1-365/+379
2018-07-14PHPdocGreg Roach1-1/+1
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-2/+2
2018-05-25Converting admin_site_config.php to http/controllerGreg Roach1-1/+0
2018-05-23Fix: #1735 - cannot send emails when no tree specifiedGreg Roach1-27/+0
2018-05-20RefactorGreg Roach1-9/+17
2018-05-20Converting user admin functions to view/controllerGreg Roach1-0/+491