aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2016-09-25Fix SimplePie autodiscovery for text/xml HTML pagesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1264
2016-09-25Merge branch 'FreshRSS/dev' into PostgreSQLGravatar Alexandre Alapetite
2016-09-24Refactor controller for actualize feedGravatar Alexandre Alapetite
2016-09-11Merge dev: custom ports for PostgreSQL tooGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1241 https://github.com/FreshRSS/FreshRSS/pull/1244
2016-09-05Support custom MySQL portsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1241
2016-08-31Quoted upper-cases instead of string replaceGravatar Alexandre Alapetite
2016-08-31MinzPDO inheritanceGravatar Alexandre Alapetite
2016-08-31Merge branch 'FreshRSS/dev' into PostgreSQLGravatar Alexandre Alapetite
2016-08-28SimplePie better messageGravatar Alexandre Alapetite
2016-08-28SimplePie error message XML PCREGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1227
2016-08-23More PostgreSQLGravatar Alexandre Alapetite
2016-08-20Merge branch 'FreshRSS/dev' into PostgreSQLGravatar Alexandre Alapetite
2016-08-14Merge dev conflictsGravatar Alexandre Alapetite
2016-08-14Remove code for PHP 5.3.2-Gravatar Alexandre Alapetite
2016-08-14Define JSON_UNESCAPED_UNICODE for PHP 5.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1208
2016-08-13Merge branch 'FreshRSS/dev' into PostgreSQLGravatar Alexandre Alapetite
2016-08-13CSRF token, update HTTP Referrer policy to same-originGravatar Alexandre Alapetite
https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer https://github.com/FreshRSS/FreshRSS/issues/570 https://github.com/FreshRSS/FreshRSS/issues/955 https://github.com/FreshRSS/FreshRSS/issues/1198 https://github.com/FreshRSS/FreshRSS/issues/565 https://github.com/FreshRSS/FreshRSS/issues/554
2016-08-12OPML compatibility PHP 5.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1202 https://github.com/FreshRSS/FreshRSS/pull/1206
2016-08-11Minor quotesGravatar Alexandre Alapetite
2016-08-11Support for OPML 2.0 category attributeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1202