index
:
FreshRSS (Customized)
custom
edge
Customized version of FreshRSS, a self-hosted RSS feed aggregator
Daniel Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
do-install.php
Age
Commit message (
Expand
)
Author
2024-01-17
Standardise command line option parsing (#6036)
Kasimir Cash
2024-01-09
2297 cli parameters consistency (#6028)
Kasimir Cash
2023-12-18
Pass PHPStan level 8 (#5946)
Alexandre Alapetite
2023-11-16
Use strict_types (#5830)
Luc SANCHEZ
2023-05-11
A few additional PHPStan rules (#5388)
Alexandre Alapetite
2023-04-23
PHPStan Level 7 for ten more files (#5327)
Alexandre Alapetite
2023-03-26
Modernize Constants and use new constant for string 'currentUser' (#5089)
Luc SANCHEZ
2022-08-05
CLI allow empty DB prefix (#4488)
Alexandre Alapetite
2022-05-23
Custom logo HTML (#4369)
Alexandre Alapetite
2021-03-26
tec: Remove data/do-install.txt (#3555)
berumuron
2021-03-20
Fix init in CLI install (#3544)
Alexandre Alapetite
2021-01-11
Possiblity to autoinstall in Docker Compose (#3353)
Alexandre Alapetite
2021-01-02
Avoid manual initialisations of system or user configuration (#3070)
Alexandre Alapetite
2020-10-06
Minz allow parallel sessions (#3096)
Alexandre Alapetite
2020-07-08
Add a migration system (#2760)
Marien Fressinaud
2020-06-06
Modify shebang to be more portable (#3038)
Alexis Degrugillier
2020-01-04
Fix wrong getHeader refactoring (#2749)
Alexandre Alapetite
2019-11-09
Fix CLI install for SQLite (#2648)
Alexandre Alapetite
2019-11-06
Fix database autocreate at install (#2635)
Alexandre Alapetite
2019-09-29
PDO refactoring for code simplification (#2522)
Alexandre Alapetite
2019-03-19
Add an option validation on cli commands (#2278)
Alexis Degrugillier
2018-09-09
Better test if server has public address (#2010)
Alexandre Alapetite
2017-12-11
Use __DIR__ for relative include and require
Alexandre Alapetite
2017-12-10
Check requirement in CLI script (#1711)
Kevin Papst
2017-09-22
[ci] Add Travis (#1619)
Frans de Jonge
2017-07-22
Update username constraints
Alexandre Alapetite
2017-03-03
Allows do-install.php only if data/do-install.txt exists
Alexandre Alapetite
2017-03-02
CLI add language to install
Alexandre Alapetite
2017-02-28
Fix CLI install bug with SQLite
Alexandre Alapetite
2017-02-25
Merge branch 'dev' into feature/username-in-cli
Clément
2017-02-24
Merge pull request #1436 from dswd/disable-update
Alexandre Alapetite
2017-02-24
Added disable_update option to cli/do-install.php
Dennis Schwerdel
2017-02-23
Fixed empty db-prefix in do-install.php
Dennis Schwerdel
2017-02-16
use function with preg_match to check username
Clément
2017-02-16
Possibility to register user having a '-', a '_' or a '.' in username
Clément
2016-11-06
Underscore missing in documentation
Alexandre Alapetite
2016-11-06
Fix small bugs in install
Alexandre Alapetite
2016-10-25
A bit more readme
Alexandre Alapetite
2016-10-24
+x execution rights do-install
Alexandre Alapetite
2016-10-24
CLI do-install
Alexandre Alapetite