aboutsummaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Collapse)Author
2017-05-26Simplify readmeGravatar Alexandre Alapetite
Remove cd and sudo https://github.com/FreshRSS/FreshRSS/pull/1544#discussion_r118556797
2017-05-25Do not require write access to check new versionGravatar Alexandre Alapetite
Do not require write access to check if new ZIP version is available https://github.com/FreshRSS/FreshRSS/issues/1450
2017-05-25More git readmeGravatar Alexandre Alapetite
2017-05-25Readme more advanced git commandsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1542
2017-05-12Move default configuration filesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1531
2017-05-03actualizeFeed return number of new articles as 3rdGravatar Seokseong Jeon
2017-03-05CLI user-info readmeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-284191560 https://github.com/FreshRSS/FreshRSS/issues/1447
2017-03-03Allows do-install.php only if data/do-install.txt existsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1449
2017-03-03CLI: More infos in user-infoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-283927614
2017-03-03CLI: install languageGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-283908468
2017-03-03CLI do no list un-created user adminGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1448
2017-03-02CLI add language to installGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1445
2017-02-28Fix CLI install bug with SQLiteGravatar Alexandre Alapetite
And improve requirements check https://github.com/FreshRSS/FreshRSS/issues/1443
2017-02-25Missing checkUsername and const pattenGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1423 https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
2017-02-25Merge branch 'dev' into feature/username-in-cliGravatar Clément
2017-02-24Changelog 1436, 1439Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1424 https://github.com/FreshRSS/FreshRSS/issues/1432 https://github.com/FreshRSS/FreshRSS/pull/1436 https://github.com/FreshRSS/FreshRSS/pull/1439
2017-02-24Merge pull request #1439 from dswd/cli-reconfigureGravatar Alexandre Alapetite
Added cli tool to reconfigure FreshRSS
2017-02-24Merge pull request #1436 from dswd/disable-updateGravatar Alexandre Alapetite
Add config option to disable and hide self-update
2017-02-24Added cli tool to reconfigure FreshRSSGravatar Dennis Schwerdel
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
2017-02-15add - _ and . in accepted charGravatar Clément
2016-11-06Underscore missing in documentationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1363
2016-11-06Fix small bugs in installGravatar Alexandre Alapetite
Small fixes in install (e.g. better check that DB password works)
2016-11-05CLI another example: users ranked by activity dateGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1345 https://github.com/FreshRSS/FreshRSS/issues/1358
2016-11-05+x execution rights user-infoGravatar Alexandre Alapetite
2016-11-05CLI: IEC prefix (binary) for unitsGravatar Alexandre Alapetite
Updated according to https://wiki.ubuntu.com/UnitsPolicy (I got confused due `ls`, which is still using 1024 but is listed as an exception) And use the formatting function already included in FreshRSS
2016-11-05Add CLI for user information + Fix last user activityGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1345
2016-10-25A bit more readmeGravatar Alexandre Alapetite
2016-10-25Readme import-for-userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1338 https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24CLI minor formattingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24Readme CLIGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24CLI minor usage updateGravatar Alexandre Alapetite
2016-10-24CLI option no-default-feedsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24+x execution rights actualie-userGravatar Alexandre Alapetite
2016-10-24CLI actualize-userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24+x execution rights do-installGravatar Alexandre Alapetite
2016-10-24CLI do-installGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/1090
2016-10-23CLI typo in usage exampleGravatar Alexandre Alapetite
2016-10-23+x execution rights exportGravatar Alexandre Alapetite
2016-10-23CLI exportGravatar Alexandre Alapetite
ZIP export, OPML export. Corrected height of feeds select in Pafat theme. https://github.com/FreshRSS/FreshRSS/pull/1338 https://github.com/FreshRSS/FreshRSS/issues/1039 https://github.com/FreshRSS/FreshRSS/issues/1277
2016-10-23+x execution rightsGravatar Alexandre Alapetite
2016-10-23CLI import ZIP/OPML/JSON for userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/851
2016-10-22CLI delete user https://github.com/FreshRSS/FreshRSS/issues/1095Gravatar Alexandre Alapetite
2016-10-22+x execution rightsGravatar Alexandre Alapetite
2016-10-22CLI list-users and create-userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/1090