summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/MessageController.php
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-527/+0
2019-10-30Fix: #2716 - missing parameter in viewGreg Roach1-0/+4
2019-10-30Add assertions for route parametersGreg Roach1-4/+13
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+2
2019-10-19Fix: #2646 - broadcast messages should not have a 'sent from URL' footerGreg Roach1-5/+1
2019-10-18Strict typesGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-14Working on routingGreg Roach1-1/+2
2019-10-12Working on request/base URL logicGreg Roach1-3/+3
2019-10-10Working on routingGreg Roach1-3/+5
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-15/+14
2019-09-18Fix: #1945 - registration emails now go to admins, not genealogy contactsGreg Roach1-5/+4
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-2/+2
2019-09-13Refactor Mail into MailServiceGreg Roach1-3/+10
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-3/+3
2019-05-17Add support for reverse-proxy configurationsGreg Roach1-1/+3
2019-05-17PHPdocGreg Roach1-1/+0
2019-05-09PSR-7 requestsGreg Roach1-38/+39
2019-04-25Strict typesGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-40/+39
2019-04-03Declare static closuresGreg Roach1-3/+3
2019-03-08Error handlingGreg Roach1-1/+6
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-3/+3
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach1-2/+7
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-54/+69
2019-01-21Simplify API function nameGreg Roach1-1/+1
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-27/+11
2019-01-09Use illuminate/database in message controllerGreg Roach1-26/+24
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01Update swiftmailer from v5 to v6Greg Roach1-1/+1
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-10-29Error handlingGreg Roach1-1/+1
2018-10-29Error handlingGreg Roach1-2/+2
2018-10-28PHPdocGreg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-1/+1
2018-10-07PHPdocGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-4/+4
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-22/+22
2018-09-21PHPdocGreg Roach1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-1/+1
2018-08-18CodeStyleGreg Roach1-17/+17
2018-08-13Type hint closure return typesGreg Roach1-2/+2
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-30/+14
2018-07-17Refactor viewsGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-372/+410
2018-07-15Fix: #1538 - redirect to tree page after login (if no URL specifiedGreg Roach1-2/+2
2018-05-10Code style / unused variablesGreg Roach1-6/+0