Inverle 60cf5ea297 Improve anonymous authentication logic (#8165) há 3 meses atrás
..
Minz 60cf5ea297 Improve anonymous authentication logic (#8165) há 3 meses atrás
core-extensions b0a663f6ee Fix/improve <textarea> (#8171) há 5 meses atrás
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) há 3 anos atrás
phpgt 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) há 5 meses atrás
phpmailer 26bb2aa975 Update phpmailer/phpmailer requirement from 7.0.0 to 7.0.1 in /lib (#8272) há 4 meses atrás
simplepie 7d4854a0a4 Create separate `Retry-After` files for proxies (#8029) há 4 meses atrás
.gitignore 1abb261cea CssXPath: Implement ~ subsequent-sibling (#8154) há 5 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á 1 ano atrás
composer.json 26bb2aa975 Update phpmailer/phpmailer requirement from 7.0.0 to 7.0.1 in /lib (#8272) há 4 meses atrás
favicons.php a18c35046d Housekeeping lib_rss.php (#8193) há 4 meses atrás
http-conditional.php 23ba48c71f Change how files are included (#7916) há 6 meses atrás
index.html 91624037c7 Apache protect more non-public folders and files (#6881) há 1 ano atrás
lib_date.php 7e72033859 Filter on last user modified (#8093) há 5 meses atrás
lib_install.php 57e1a375cb Strengthen some crypto (#8061) há 6 meses atrás
lib_rss.php a18c35046d Housekeeping lib_rss.php (#8193) há 4 meses 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.