Inverle 4568111c00 Fix file serving for symlinked extensions (#7545) пре 11 месеци
..
Minz 0cd23cca7c Bump phpstan/phpstan from 2.1.11 to 2.1.13 (#7534) пре 11 месеци
core-extensions 0c33d27139 Secure serving of user files from extensions (#7495) пре 1 година
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) пре 3 година
phpgt 9f4f6e9cac Bump phpgt/cssxpath (#6618) пре 1 година
phpmailer b84cbce905 Update phpmailer/phpmailer requirement from 6.9.2 to 6.9.3 in /lib (#7046) пре 1 година
simplepie d1f9b6c232 SimplePie: Fix support for feeds with XML preample + DTD (#7515) пре 11 месеци
.gitignore a792c195d2 Sync SimplePie (#6840) пре 1 година
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) пре 1 година
README.md 882deab455 Allow SimplePie updates with composer (#4374) пре 1 година
composer.json df6e57c289 Update phpmailer/phpmailer requirement from 6.9.3 to 6.10.0 in /lib (#7541) пре 11 месеци
favicons.php b1d24fbdb7 PHPStan 2.0 (#7131) пре 1 година
http-conditional.php b1d24fbdb7 PHPStan 2.0 (#7131) пре 1 година
index.html 91624037c7 Apache protect more non-public folders and files (#6881) пре 1 година
lib_date.php 15745d42b7 Upgrade code to php 8.1 (#6748) пре 1 година
lib_install.php d80171ebfd Back-compatibility cURL 7.51 (#7409) пре 1 година
lib_rss.php 4568111c00 Fix file serving for symlinked extensions (#7545) пре 11 месеци

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.