summaryrefslogtreecommitdiff
path: root/app/Module/NoteListModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-10-08CodeStyleGreg Roach1-5/+0
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30Remove unused importsGreg Roach1-2/+0
2022-11-18Use ValidatorGreg Roach1-14/+0
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-26Parameter validationGreg Roach1-4/+1
2022-02-23Update and use Validation classGreg Roach1-7/+6
2022-02-21PHPdocGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-2/+2
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-07-17Refactor list controllers into list modules - fixes: #3409Greg Roach1-17/+73
2019-12-10Add submitter list #2823Greg Roach1-2/+3
2019-11-08I18N commentGreg Roach1-1/+1
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+4
2019-09-30Fix: #2597 - wrong parameter to shared-note listGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-4/+6
2019-08-11Fix: #2529 incorrect check for module/list permissionsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+3
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-24PHPdocGreg Roach1-3/+17
2019-02-23Lists as ModulesRichard Cissee1-0/+89