Alexandre Alapetite ec11da4e84 Safer htmlspecialchars_utf8 (#4411) 3 年 前
..
Minz ec11da4e84 Safer htmlspecialchars_utf8 (#4411) 3 年 前
SimplePie 191abf5ba5 SimplePie fix status_code type (#4301) 4 年 前
core-extensions daa4922d90 Add core extension for Google Groups (#2838) 6 年 前
phpgt d6fd78b968 Allow CssXPath updates with composer (#4368) 3 年 前
phpmailer 5110d1db3e Update to PHPMailer 6.6.0 with composer (#4329) 3 年 前
.gitignore d6fd78b968 Allow CssXPath updates with composer (#4368) 3 年 前
.htaccess f5fbc0c7f0 Patch for #2460: Run on Apache 2.4+ without mod_access_compat (#2461) 6 年 前
README.md 5110d1db3e Update to PHPMailer 6.6.0 with composer (#4329) 3 年 前
composer.json d6fd78b968 Allow CssXPath updates with composer (#4368) 3 年 前
favicons.php c523f5a4e7 Relaxed to allow underscore _ in URL hostnames (#3133) 5 年 前
http-conditional.php 916df412f5 Fix various typos and spelling errors in documentation, comments and code. (#4134) 4 年 前
lib_date.php 92a1bf3917 Update some HTTP links (doc, HTTPS) (#1641) 8 年 前
lib_install.php 916df412f5 Fix various typos and spelling errors in documentation, comments and code. (#4134) 4 年 前
lib_opml.php 4a87206f28 OPML export/import of some proprietary FreshRSS attributes (#4342) 3 年 前
lib_rss.php cbf2bc085a Remove HTTP Referer for HTML download (#4372) 3 年 前

README.md

Libraries

Updating libraries

Some of the libraries in this folder can be updated semi-automatically by invoking:

cd ./FreshRSS/lib/
composer update --no-autoloader

Remember to read the change-logs, proof-read the changes, preserve possible local patches, add irrelevant files to .gitignore (minimal installation), and test before committing.