dependabot[bot] afa7c8440f Update phpmailer/phpmailer requirement from 7.0.1 to 7.0.2 in /lib (#8483) před 2 měsíci
..
Minz 0df3a3c51c Rewrite setcookie using new syntax (#8447) před 2 měsíci
core-extensions b0a663f6ee Fix/improve <textarea> (#8171) před 5 měsíci
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) před 3 roky
phpgt 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) před 5 měsíci
phpmailer afa7c8440f Update phpmailer/phpmailer requirement from 7.0.1 to 7.0.2 in /lib (#8483) před 2 měsíci
simplepie ff7ce7b21d Bump SimplePie (#8445) před 2 měsíci
.gitignore 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) před 5 měsíci
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) před 1 rokem
README.md 882deab455 Allow SimplePie updates with composer (#4374) před 1 rokem
composer.json afa7c8440f Update phpmailer/phpmailer requirement from 7.0.1 to 7.0.2 in /lib (#8483) před 2 měsíci
favicons.php a18c35046d Housekeeping lib_rss.php (#8193) před 4 měsíci
http-conditional.php 19975c22ec Fix minor backslashes (#8292) před 3 měsíci
index.html 91624037c7 Apache protect more non-public folders and files (#6881) před 1 rokem
lib_date.php 7e72033859 Filter on last user modified (#8093) před 5 měsíci
lib_install.php 1a3912f25a Improve configuration checks (#8334) před 3 měsíci
lib_rss.php 00cd5df294 Use native PHP #[Deprecated] (#8325) před 3 měsíci

README.md

Libraries

SimplePie

FreshRSS uses a forked version of SimplePie, with a number of patches.

See the read-me of our fork.

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.