AdamKorcz dc5cf8221b Limit the length and parentheses nesting depth of a search query (#9277) há 1 dia atrás
..
Minz dc5cf8221b Limit the length and parentheses nesting depth of a search query (#9277) há 1 dia atrás
core-extensions f7c4fbeeed Redirect after saving user CSS/JS so changes apply immediately (#9006) há 2 meses atrás
marienfressinaud 1ac1d8c2eb Fix LibOPML warnings (#8652) há 3 meses atrás
phpgt 37c8f1f466 CSSXPath 1.5.0 (#8642) há 5 meses atrás
phpmailer 7d7e502603 chore(deps): update phpmailer/phpmailer requirement from 7.0.2 to 7.1.1 in /lib (#8907) há 3 meses atrás
simplepie 58e32add92 SimplePie: Harden cache deserialization calls (#9273) há 2 dias atrás
.gitignore 1ac1d8c2eb Fix LibOPML warnings (#8652) há 3 meses atrás
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) há 1 ano atrás
README.md 882deab455 Allow SimplePie updates with composer (#4374) há 2 anos atrás
composer.json 58e32add92 SimplePie: Harden cache deserialization calls (#9273) há 2 dias atrás
favicons.php 1a490f778f Add checkUrl() to favicon functions (#8714) há 4 meses atrás
http-conditional.php 19975c22ec Fix minor backslashes (#8292) há 9 meses atrás
index.html 91624037c7 Apache protect more non-public folders and files (#6881) há 1 ano atrás
lib_date.php a84c0a8bc2 Fix all broken links in the entire repository (#9207) há 3 semanas atrás
lib_install.php 124dec5ef1 Check GMP during 32-bit installation (#9046) há 1 mês atrás
lib_rss.php a84c0a8bc2 Fix all broken links in the entire repository (#9207) há 3 semanas atrás

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.