aboutsummaryrefslogtreecommitdiff
path: root/cli/do-install.php
AgeCommit message (Expand)Author
2025-09-29Reverse arguments to array_merge of cusotm config (#8033)Gravatar Lars Kellogg-Stedman
2025-09-05Change how files are included (#7916)Gravatar Alexis Degrugillier
2024-12-27PHPStan 2.0 (#7131)Gravatar Alexandre Alapetite
2024-11-28Upgrade code to php 8.1 (#6748)Gravatar Luc SANCHEZ
2024-03-19Fix CLI install regressions (#6214)Gravatar Alexandre Alapetite
2024-02-28Command Line Parser Concept (#6099)Gravatar Kasimir Cash
2024-01-17Standardise command line option parsing (#6036)Gravatar Kasimir Cash
2024-01-092297 cli parameters consistency (#6028)Gravatar Kasimir Cash
2023-12-18Pass PHPStan level 8 (#5946)Gravatar Alexandre Alapetite
2023-11-16Use strict_types (#5830)Gravatar Luc SANCHEZ
2023-05-11A few additional PHPStan rules (#5388)Gravatar Alexandre Alapetite
2023-04-23PHPStan Level 7 for ten more files (#5327)Gravatar Alexandre Alapetite
2023-03-26Modernize Constants and use new constant for string 'currentUser' (#5089)Gravatar Luc SANCHEZ
2022-08-05CLI allow empty DB prefix (#4488)Gravatar Alexandre Alapetite
2022-05-23Custom logo HTML (#4369)Gravatar Alexandre Alapetite
2021-03-26tec: Remove data/do-install.txt (#3555)Gravatar berumuron
2021-03-20Fix init in CLI install (#3544)Gravatar Alexandre Alapetite
2021-01-11Possiblity to autoinstall in Docker Compose (#3353)Gravatar Alexandre Alapetite
2021-01-02Avoid manual initialisations of system or user configuration (#3070)Gravatar Alexandre Alapetite
2020-10-06Minz allow parallel sessions (#3096)Gravatar Alexandre Alapetite
2020-07-08Add a migration system (#2760)Gravatar Marien Fressinaud
2020-06-06Modify shebang to be more portable (#3038)Gravatar Alexis Degrugillier
2020-01-04Fix wrong getHeader refactoring (#2749)Gravatar Alexandre Alapetite
2019-11-09Fix CLI install for SQLite (#2648)Gravatar Alexandre Alapetite
2019-11-06Fix database autocreate at install (#2635)Gravatar Alexandre Alapetite
2019-09-29PDO refactoring for code simplification (#2522)Gravatar Alexandre Alapetite
2019-03-19Add an option validation on cli commands (#2278)Gravatar Alexis Degrugillier
2018-09-09Better test if server has public address (#2010)Gravatar Alexandre Alapetite
2017-12-11Use __DIR__ for relative include and requireGravatar Alexandre Alapetite
2017-12-10Check requirement in CLI script (#1711)Gravatar Kevin Papst
2017-09-22[ci] Add Travis (#1619)Gravatar Frans de Jonge
2017-07-22Update username constraintsGravatar Alexandre Alapetite
2017-03-03Allows do-install.php only if data/do-install.txt existsGravatar Alexandre Alapetite
2017-03-02CLI add language to installGravatar Alexandre Alapetite
2017-02-28Fix CLI install bug with SQLiteGravatar Alexandre Alapetite
2017-02-25Merge branch 'dev' into feature/username-in-cliGravatar Clément
2017-02-24Merge pull request #1436 from dswd/disable-updateGravatar Alexandre Alapetite
2017-02-24Added disable_update option to cli/do-install.phpGravatar Dennis Schwerdel
2017-02-23Fixed empty db-prefix in do-install.phpGravatar Dennis Schwerdel
2017-02-16use function with preg_match to check usernameGravatar Clément
2017-02-16Possibility to register user having a '-', a '_' or a '.' in usernameGravatar Clément
2016-11-06Underscore missing in documentationGravatar Alexandre Alapetite
2016-11-06Fix small bugs in installGravatar Alexandre Alapetite
2016-10-25A bit more readmeGravatar Alexandre Alapetite
2016-10-24+x execution rights do-installGravatar Alexandre Alapetite
2016-10-24CLI do-installGravatar Alexandre Alapetite