aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-05-28Manual merge upstream SimplePieGravatar Alexandre Alapetite
2017-05-13Move force-https.default.txtGravatar Alexandre Alapetite
2017-05-12Move default configuration filesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1531
2017-05-09Add syslog_enabled in one more file create callGravatar Jonas Östanbäck
2017-05-09Add syslog_enabled when creating new simplepie_fileGravatar Jonas Östanbäck
2017-04-23Minor favicon textGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1505 https://github.com/FreshRSS/FreshRSS/pull/1504
2017-04-23Better handling of protocol-relative faviconsGravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/pull/6/commits/cd5f98ecdd1d38e8bc5d87fd09c80079a74191ba https://github.com/FreshRSS/FreshRSS/pull/1504
2017-04-23Favicon minorGravatar Alexandre Alapetite
2017-04-23Rewriten Favicon library using cURLGravatar Alexandre Alapetite
Reduce the number of requests, more robust, many more cases working, reduced code
2017-04-23Favicon fix redirectsGravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/pull/5/commits/92b42591591b4282261f21ed5ffa553f5e987a9d
2017-04-22Fix some bugs of Favicon 1.2Gravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/pull/6 https://github.com/ArthurHoaro/favicon/pull/7
2017-04-22Use new version 1.2 of Favicon libraryGravatar Alexandre Alapetite
2017-04-22Re-apply Favicon FreshRSS patchesGravatar Alexandre Alapetite
Patches sent upstream https://github.com/ArthurHoaro/favicon/pull/5
2017-04-22Update to Favicon 1.2.0Gravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/releases/tag/v1.2.0
2017-04-10Merge branch 'FreshRSS/dev' into multiuser-tokenGravatar Alexandre Alapetite
2017-04-09Multi-user tokenGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1390 https://github.com/FreshRSS/FreshRSS/issues/366
2017-04-08Make fileinfo extension optionalGravatar Alexandre Alapetite
2017-04-08try/catch for finfo_openGravatar Alexandre Alapetite
2017-04-08Check for fileinfoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1402 https://github.com/FreshRSS/FreshRSS/issues/1461
2017-03-26SimplePie light manual updateGravatar Alexandre Alapetite
2017-03-05Fix Favicon library warningGravatar Alexandre Alapetite
https://github.com/Alkarex/FreshRSS/commit/59dfc64512372eaba7609d84500d943bb7274399 https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-284176492
2017-03-04Changelog CLIGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1443 https://github.com/FreshRSS/FreshRSS/pull/1444 https://github.com/FreshRSS/FreshRSS/issues/1445 https://github.com/FreshRSS/FreshRSS/pull/1447 https://github.com/FreshRSS/FreshRSS/issues/1448 https://github.com/FreshRSS/FreshRSS/issues/1449
2017-03-02Favicon DataAccess whitespaceGravatar Alexandre Alapetite
2017-03-02Fix favicon warningGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1445
2017-03-02Fix SQLite CLI installGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1445 https://github.com/FreshRSS/FreshRSS/issues/1443 https://github.com/FreshRSS/FreshRSS/issues/1443
2017-03-01Merge pull request #1444 from Alkarex/cli-install-sqliteGravatar Alexandre Alapetite
Fix CLI install bug with SQLite
2017-02-28Merge pull request #1441 from Alkarex/Sanitize-Website-URLGravatar Alexandre Alapetite
Sanitize Web site URL
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-25Sanitize Web site URLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1434
2016-11-28Add curl user-agent to retrive faviconGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1380
2016-11-20extension_loaded fileinfoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1375
2016-11-15Function to disable MySQL buffering for large exportsGravatar Alexandre Alapetite
2016-11-06Fix small bugs in installGravatar Alexandre Alapetite
Small fixes in install (e.g. better check that DB password works)
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-10-24CLI actualize-userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24CLI do-installGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/1090
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 list-users and create-userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/1090
2016-10-20Merge pull request #1337 from Alkarex/SimplePie-feed_or_html-UTF8-BOMGravatar Alexandre Alapetite
Add support for UTF-8 BOM in SimplePie feed_or_html()
2016-10-20Add support for UTF-8 BOM in SimplePie feed_or_html()Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1336
2016-10-20Extract function safe_ascii()Gravatar Alexandre Alapetite
2016-10-12Minz::Log bug when currentUser is empty stringGravatar Alexandre Alapetite
`Minz_Session::param('currentUser', '_')` could return an empty string
2016-10-12Cron refresh faviconsGravatar Alexandre Alapetite
Related to https://github.com/FreshRSS/FreshRSS/issues/1181 https://github.com/FreshRSS/FreshRSS/issues/1298
2016-10-08W3C resource-priorities have been abandonnedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1222
2016-10-07Auto-refresh faviconsGravatar Alexandre Alapetite
Every 15 days. https://github.com/FreshRSS/FreshRSS/issues/1181
2016-10-01Merge pull request #1270 from Alkarex/Minz-urlGravatar Alexandre Alapetite
Minz URL bug
2016-10-01PostgreSQL case-insensitive SQL LIKEGravatar Alexandre Alapetite
Compatibility with MySQL and SQLite
2016-09-30Minz URL bugGravatar Alexandre Alapetite
More general fix for https://github.com/FreshRSS/FreshRSS/pull/1269
2016-09-27Merge branch 'FreshRSS/dev' into PostgreSQLGravatar Alexandre Alapetite