Alexandre Alapetite 7e72033859 Filter on last user modified (#8093) 5 mesi fa
..
Minz e070c3ed2b Implement search form (#8103) 5 mesi fa
core-extensions d9197d7e32 New JS attribute: `data-auto-leave-validation` (#7785) 8 mesi fa
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) 3 anni fa
phpgt 9f4f6e9cac Bump phpgt/cssxpath (#6618) 1 anno fa
phpmailer 8e57e28a9a Update phpmailer/phpmailer requirement from 6.10.0 to 6.11.1 in /lib (#8048) 6 mesi fa
simplepie e27ca6d9dd SimplePie: apply HTTPS policy also on GUIDs and permalinks (#8037) 6 mesi fa
.gitignore a792c195d2 Sync SimplePie (#6840) 1 anno fa
.htaccess 91624037c7 Apache protect more non-public folders and files (#6881) 1 anno fa
README.md 882deab455 Allow SimplePie updates with composer (#4374) 1 anno fa
composer.json e27ca6d9dd SimplePie: apply HTTPS policy also on GUIDs and permalinks (#8037) 6 mesi fa
favicons.php ddb9e91bf2 Fix some PHP 8.5 deprecations (#7826) 7 mesi fa
http-conditional.php 23ba48c71f Change how files are included (#7916) 7 mesi fa
index.html 91624037c7 Apache protect more non-public folders and files (#6881) 1 anno fa
lib_date.php 7e72033859 Filter on last user modified (#8093) 5 mesi fa
lib_install.php 57e1a375cb Strengthen some crypto (#8061) 6 mesi fa
lib_rss.php 20ecbeb09c Fix drag&drop of user query losing information (#8113) 5 mesi fa

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.