Alexandre Alapetite ade9ba8817 Call cleanCache when refreshing feeds (#7827) hace 7 meses
..
Minz 2b85a50ed7 Show warning when unsafe CSP policy is in use (#7804) hace 7 meses
core-extensions d9197d7e32 New JS attribute: `data-auto-leave-validation` (#7785) hace 7 meses
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) hace 3 años
phpgt 9f4f6e9cac Bump phpgt/cssxpath (#6618) hace 1 año
phpmailer 2063e445af PHPMailer 6.10.0 (#7542) hace 11 meses
simplepie 531b9286d9 Fix regression on_http_response (#7824) hace 7 meses
.gitignore a792c195d2 Sync SimplePie (#6840) hace 1 año
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) hace 1 año
README.md 882deab455 Allow SimplePie updates with composer (#4374) hace 1 año
composer.json 531b9286d9 Fix regression on_http_response (#7824) hace 7 meses
favicons.php ddb9e91bf2 Fix some PHP 8.5 deprecations (#7826) hace 7 meses
http-conditional.php b1d24fbdb7 PHPStan 2.0 (#7131) hace 1 año
index.html 91624037c7 Apache protect more non-public folders and files (#6881) hace 1 año
lib_date.php 15745d42b7 Upgrade code to php 8.1 (#6748) hace 1 año
lib_install.php d80171ebfd Back-compatibility cURL 7.51 (#7409) hace 1 año
lib_rss.php ade9ba8817 Call cleanCache when refreshing feeds (#7827) hace 7 meses

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.