summaryrefslogtreecommitdiff
path: root/app/Services/UserService.php
AgeCommit message (Expand)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-6/+3
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-2/+2
2022-02-18PHPdocGreg Roach1-8/+8
2021-02-04Code styleGreg Roach1-4/+4
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-16/+16
2020-11-30Strict typesGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-08Use factory to create caches and filesystemsGreg Roach1-3/+3
2019-12-10PHPdocGreg Roach1-8/+8
2019-12-10Fix: #2857 - wrong column value in left-join queryGreg Roach1-0/+2
2019-11-28Fix: #2799 - cache keys cannot contain special charactersGreg Roach1-1/+1
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-1/+1
2019-11-13Fix: #2754 - do not rely on http referer headerGreg Roach1-1/+5
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-23/+37
2019-11-04Refactor user-cleanup to use post+get and new routesGreg Roach1-1/+37
2019-11-02Missing list of moderators/managers in control panelGreg Roach1-30/+17
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-2/+4
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Duplicate array keysGreg Roach1-1/+0
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+5
2019-10-11Working on routingGreg Roach1-1/+1
2019-10-10Working on routingGreg Roach1-4/+5
2019-10-05Add route to requestGreg Roach1-0/+1
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-8/+5
2019-09-29PSR12Greg Roach1-0/+2
2019-09-22Update password reset procedureGreg Roach1-0/+23
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-05-17PHPdocGreg Roach1-8/+0
2019-04-17Explicit type castsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+4
2019-04-03Declare static closuresGreg Roach1-6/+6
2019-03-07Code style and testingGreg Roach1-4/+4
2019-03-06Type hintingGreg Roach1-2/+2
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-8/+16
2019-03-02Use app() shortcutGreg Roach1-3/+3
2019-03-01Method should not be staticGreg Roach1-1/+1
2019-02-24PHPdocGreg Roach1-1/+1
2019-02-13Fix: #2191 - from/to mixed up when sending emailGreg Roach1-1/+1
2019-02-05Fix: #2187 - broken contact link in footerGreg Roach1-1/+1
2019-02-05CodeStyleGreg Roach1-2/+2
2019-02-04Fix: #2161 - extra whitespace and punctuation in contact linksGreg Roach1-0/+31
2019-02-02Fix: #2175 - error deleting userGreg Roach1-6/+0
2019-02-01Refactor admin controllers and add testsGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-0/+322