summaryrefslogtreecommitdiff
path: root/app/Module/UserFavoritesModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-03-19PHPdocGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-21Fix: do not show notes to private favoritesGreg Roach1-0/+1
2020-11-16Don't show private favoritesGreg Roach1-0/+4
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-7/+7
2020-06-27Better handling for custom record typesGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-12/+8
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-2/+3
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-10-30Add assertions for route parametersGreg Roach1-2/+8
2019-10-17PSR12Greg Roach1-0/+1
2019-10-10Working on routingGreg Roach1-2/+2
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-6/+6
2019-07-14Refactor blocksGreg Roach1-30/+5
2019-05-09PSR-7 requestsGreg Roach1-5/+7
2019-05-08PSR-7 requestsGreg Roach1-6/+6
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-16/+16
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-20Fix: #2035 - no longer have autocomplete for 'any type'Greg Roach1-16/+55
2019-03-20Block stylingGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach1-4/+4
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-24/+23
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-1/+1
2019-01-21Simplify API function nameGreg Roach1-4/+4
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-4/+6
2019-01-08Use illuminate/database for favorites moduleGreg Roach1-72/+29
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-19Strict typesGreg Roach1-1/+1
2018-12-19Refactor $ctype global as a parameterGreg Roach1-3/+3
2018-11-26#2034 - empty favorites form cauess errorGreg Roach1-6/+9
2018-11-23Fix: #2034 - cannot add/edit favoritesGreg Roach1-14/+21
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-5/+5
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-28PHPdocGreg Roach1-0/+4
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
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-3/+3
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-1/+13
2018-08-18CodeStyleGreg Roach1-9/+7
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+4
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-14/+6
2018-07-16Use PSR2 code styleGreg Roach1-219/+233
2018-07-15Move module views to the views/modules folderGreg Roach1-1/+1
2018-07-14Fix: #1719 - update favorites modulesGreg Roach1-29/+193