summaryrefslogtreecommitdiff
path: root/app/Module/UserMessagesModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-03-12Remove unused importsGreg Roach1-6/+0
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-22Fix: #3682 - add bootstrap markup to user message blockGreg Roach1-81/+9
2021-01-15Move user constants to the user interface classGreg Roach1-3/+3
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-2/+3
2020-06-21Replace expand_layer() with bootstrap collapseGreg Roach1-6/+12
2019-12-16PHPdocGreg Roach1-1/+0
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-4/+6
2019-12-13CodeStyle - strict typesGreg Roach1-1/+3
2019-11-13Fix: #2754 - do not rely on http referer headerGreg Roach1-0/+2
2019-11-13Bootstrap class table-responsive should be used as a wrapperGreg Roach1-1/+3
2019-11-12Use responsive table for user-messages blockGreg Roach1-1/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-2/+2
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-6/+7
2019-10-30Add assertions for route parametersGreg Roach1-1/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-8/+8
2019-10-09Working on routingGreg Roach1-0/+1
2019-10-06Working on routingGreg Roach1-3/+5
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-2/+2
2019-07-14Refactor blocksGreg Roach1-34/+24
2019-05-08PSR-7 requestsGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-11/+10
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-3/+3
2019-02-24Unused importsGreg Roach1-1/+0
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-3/+9
2019-01-31Apply fixes from StyleCI (#2170)Greg Roach1-1/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-5/+21
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-2/+2
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-21Simplify API function nameGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-3/+5
2019-01-20Fix: #2121 strict typing errorGreg Roach1-1/+1
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-2/+2
2019-01-06Fix: #1783 - missing timezones on timestampsGreg Roach1-1/+1
2019-01-06Use illuminate/databaseGreg Roach1-15/+20
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-19Strict typesGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach1-5/+3
2018-12-09Fix: #1126 - only send messages to users who can see the current treeGreg Roach1-2/+9
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-6/+6
2018-10-08Code styleGreg Roach1-1/+1