Alexandre Alapetite 41031fc6d3 Use Pdo\Mysql for PHP 8.5+ (and update PHPStan) (#8526) 1 ay önce
..
Minz 41031fc6d3 Use Pdo\Mysql for PHP 8.5+ (and update PHPStan) (#8526) 1 ay önce
core-extensions b0a663f6ee Fix/improve <textarea> (#8171) 5 ay önce
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) 3 yıl önce
phpgt 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) 5 ay önce
phpmailer afa7c8440f Update phpmailer/phpmailer requirement from 7.0.1 to 7.0.2 in /lib (#8483) 2 ay önce
simplepie ff7ce7b21d Bump SimplePie (#8445) 2 ay önce
.gitignore 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) 5 ay önce
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) 1 yıl önce
README.md 882deab455 Allow SimplePie updates with composer (#4374) 1 yıl önce
composer.json afa7c8440f Update phpmailer/phpmailer requirement from 7.0.1 to 7.0.2 in /lib (#8483) 2 ay önce
favicons.php a18c35046d Housekeeping lib_rss.php (#8193) 4 ay önce
http-conditional.php 19975c22ec Fix minor backslashes (#8292) 3 ay önce
index.html 91624037c7 Apache protect more non-public folders and files (#6881) 1 yıl önce
lib_date.php 7e72033859 Filter on last user modified (#8093) 5 ay önce
lib_install.php 1a3912f25a Improve configuration checks (#8334) 3 ay önce
lib_rss.php 00cd5df294 Use native PHP #[Deprecated] (#8325) 3 ay önce

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.