summaryrefslogtreecommitdiff
path: root/app/Cli
AgeCommit message (Expand)AuthorFilesLines
2026-05-01Fix: tree CLI command cannot find existing trees (#5370)Rico Sonntag1-1/+1
2026-03-15Add support for bootstrap dark mode (minimal theme only)Greg Roach1-0/+77
2026-02-11Ensure CLI commands only run from the CLIGreg Roach1-0/+10
2026-02-09Update copyright year. It is 2026Greg Roach16-16/+16
2026-02-05Fix: #5307 - cannot export private treesGreg Roach1-2/+7
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach3-9/+9
2025-12-29CodeStyleGreg Roach7-9/+9
2025-11-18TypoGreg Roach1-1/+1
2025-11-18Add CLI commands to create/edit/delete users and treesGreg Roach6-218/+318
2025-10-29Use PHP8.0 functionsGreg Roach1-1/+1
2025-09-09fix end of file check for tree-import cli command (#5222)rudy-b-11-1/+1
2025-06-24Create new service for handling maintenance modeGreg Roach2-21/+24
2025-06-24Use constant instead of literal stringGreg Roach1-1/+1
2025-05-20Add tree-import CLI commandGreg Roach2-0/+195
2025-05-13Add CLI for tree-exportGreg Roach2-16/+101
2025-03-27CodeStyleGreg Roach1-1/+0
2025-02-23CodeStyleGreg Roach14-166/+208
2025-01-20Add CLI commands to list trees and usersGreg Roach3-47/+152
2025-01-16It's 2025. Update copyright date.Greg Roach14-14/+14
2025-01-16Temporarily disable incomplete CLI commandsGreg Roach1-4/+5
2025-01-15Add CLI command to create/update data/config.ini.phpGreg Roach2-18/+150
2025-01-14Add CLI commands to set the site offline/onlineGreg Roach8-10/+137
2025-01-13Add CLI commands to update user, tree and user-tree settingsGreg Roach11-12/+608
2025-01-13Add CLI command to manage site-settingsGreg Roach2-3/+161
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach2-2/+2
2024-10-08CodeStyleGreg Roach1-0/+3
2024-05-31CodeStyleGreg Roach2-2/+2
2024-04-09Update phpstan baselineGreg Roach1-1/+1
2024-04-03CLI wipGreg Roach1-6/+10
2024-04-03CLI wipGreg Roach6-24/+280
2024-03-31Add CLI interfaceGreg Roach4-0/+370