dependabot[bot] 8e57e28a9a Update phpmailer/phpmailer requirement from 6.10.0 to 6.11.1 in /lib (#8048) 6 kuukautta sitten
..
Minz dac275ce3a Add support for extension priority (#8038) 6 kuukautta sitten
core-extensions d9197d7e32 New JS attribute: `data-auto-leave-validation` (#7785) 8 kuukautta sitten
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) 3 vuotta sitten
phpgt 9f4f6e9cac Bump phpgt/cssxpath (#6618) 1 vuosi sitten
phpmailer 8e57e28a9a Update phpmailer/phpmailer requirement from 6.10.0 to 6.11.1 in /lib (#8048) 6 kuukautta sitten
simplepie bb56f59fcf SimplePie merge upstream (#7967) 6 kuukautta sitten
.gitignore a792c195d2 Sync SimplePie (#6840) 1 vuosi sitten
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) 1 vuosi sitten
README.md 882deab455 Allow SimplePie updates with composer (#4374) 1 vuosi sitten
composer.json 8e57e28a9a Update phpmailer/phpmailer requirement from 6.10.0 to 6.11.1 in /lib (#8048) 6 kuukautta sitten
favicons.php ddb9e91bf2 Fix some PHP 8.5 deprecations (#7826) 7 kuukautta sitten
http-conditional.php 23ba48c71f Change how files are included (#7916) 7 kuukautta sitten
index.html 91624037c7 Apache protect more non-public folders and files (#6881) 1 vuosi sitten
lib_date.php 15745d42b7 Upgrade code to php 8.1 (#6748) 1 vuosi sitten
lib_install.php d80171ebfd Back-compatibility cURL 7.51 (#7409) 1 vuosi sitten
lib_rss.php 9dd30f03ec Improve restriction of curl params (#8009) 6 kuukautta sitten

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.