Inverle 3ce64d271b Implement sudo mode / reauthentication (#7753) 8 月之前
..
Minz 97f1bd2dcb Fix regression Minz_Configuration (#7765) 8 月之前
core-extensions 3ce64d271b Implement sudo mode / reauthentication (#7753) 8 月之前
marienfressinaud 165a6b7347 Update lib_opml to v0.5.1 (#5188) 3 年之前
phpgt 9f4f6e9cac Bump phpgt/cssxpath (#6618) 1 年之前
phpmailer 2063e445af PHPMailer 6.10.0 (#7542) 11 月之前
simplepie 7a0c423357 Implement support for HTTP 429 Too Many Requests (#7760) 8 月之前
.gitignore a792c195d2 Sync SimplePie (#6840) 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 8b73573a32 SimplePie: sync upstream (#7706) 9 月之前
favicons.php 7a0c423357 Implement support for HTTP 429 Too Many Requests (#7760) 8 月之前
http-conditional.php b1d24fbdb7 PHPStan 2.0 (#7131) 1 年之前
index.html 91624037c7 Apache protect more non-public folders and files (#6881) 1 年之前
lib_date.php 15745d42b7 Upgrade code to php 8.1 (#6748) 1 年之前
lib_install.php d80171ebfd Back-compatibility cURL 7.51 (#7409) 1 年之前
lib_rss.php 7a0c423357 Implement support for HTTP 429 Too Many Requests (#7760) 8 月之前

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.