Alexandre Alapetite 1c92d55917 Use native CSS instead of SCSS (#8241) 4 mesi fa
..
Minz cf4d8043d2 Rework saving of configuration files (#8220) 4 mesi fa
core-extensions b0a663f6ee Fix/improve <textarea> (#8171) 5 mesi fa
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) 3 anni fa
phpgt 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) 5 mesi fa
phpmailer baf84575d4 Update phpmailer/phpmailer requirement from 6.11.1 to 7.0.0 in /lib (#8180) 5 mesi fa
simplepie 7d4854a0a4 Create separate `Retry-After` files for proxies (#8029) 5 mesi fa
.gitignore 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) 5 mesi 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 1c92d55917 Use native CSS instead of SCSS (#8241) 4 mesi fa
favicons.php a18c35046d Housekeeping lib_rss.php (#8193) 4 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 a18c35046d Housekeeping lib_rss.php (#8193) 4 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.