Gerard Alvear Porras 0dc3431168 Preserve negative timezone offsets in date intervals (#9071) hace 5 días
..
Minz f2e97b6399 Redirect away from wrong URL paths to fix displaying of relative URLs (#9075) hace 6 días
core-extensions f7c4fbeeed Redirect after saving user CSS/JS so changes apply immediately (#9006) hace 2 semanas
marienfressinaud 1ac1d8c2eb Fix LibOPML warnings (#8652) hace 2 meses
phpgt 37c8f1f466 CSSXPath 1.5.0 (#8642) hace 4 meses
phpmailer 7d7e502603 chore(deps): update phpmailer/phpmailer requirement from 7.0.2 to 7.1.1 in /lib (#8907) hace 1 mes
simplepie 48abfd58fa Improve SSRF mitigations by restricting `CURLOPT_PROXY` (#8950) hace 5 días
.gitignore 1ac1d8c2eb Fix LibOPML warnings (#8652) hace 2 meses
.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 48abfd58fa Improve SSRF mitigations by restricting `CURLOPT_PROXY` (#8950) hace 5 días
favicons.php 1a490f778f Add checkUrl() to favicon functions (#8714) hace 3 meses
http-conditional.php 19975c22ec Fix minor backslashes (#8292) hace 7 meses
index.html 91624037c7 Apache protect more non-public folders and files (#6881) hace 1 año
lib_date.php 0dc3431168 Preserve negative timezone offsets in date intervals (#9071) hace 5 días
lib_install.php 124dec5ef1 Check GMP during 32-bit installation (#9046) hace 1 semana
lib_rss.php c15171efb5 Fix actualize mutex collision across instances (#9045) hace 1 semana

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.