Christian Weiske 1acc646222 Show time since when a feed has problems + new timeago() method and i18n plurals (#8670) пре 2 дана
..
Minz 1acc646222 Show time since when a feed has problems + new timeago() method and i18n plurals (#8670) пре 2 дана
core-extensions 5ef8756e49 Update user modify date when changing UserJS/UserCSS (#8607) пре 3 недеља
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) пре 3 година
phpgt 37c8f1f466 CSSXPath 1.5.0 (#8642) пре 1 недеља
phpmailer afa7c8440f Update phpmailer/phpmailer requirement from 7.0.1 to 7.0.2 in /lib (#8483) пре 2 месеци
simplepie ae2d0d7fe8 feat(favicon): Use feed-provided icon URL (<image><url>, Atom icon/logo, JSON Feed icon) (#8633) пре 1 недеља
.gitignore 37c8f1f466 CSSXPath 1.5.0 (#8642) пре 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 1a337ecdfb Fix composer reference to our SimplePie fork (#8659) пре 1 недеља
favicons.php ae2d0d7fe8 feat(favicon): Use feed-provided icon URL (<image><url>, Atom icon/logo, JSON Feed icon) (#8633) пре 1 недеља
http-conditional.php 19975c22ec Fix minor backslashes (#8292) пре 4 месеци
index.html 91624037c7 Apache protect more non-public folders and files (#6881) пре 1 година
lib_date.php 7e72033859 Filter on last user modified (#8093) пре 5 месеци
lib_install.php 1a3912f25a Improve configuration checks (#8334) пре 3 месеци
lib_rss.php 1acc646222 Show time since when a feed has problems + new timeago() method and i18n plurals (#8670) пре 2 дана

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.