A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
maTh a534fc79c4
Fix: logs page=0 error (#4460)
2 years ago
..
Minz Fix: logs page=0 error (#4460) 2 years ago
SimplePie SimplePie fix status_code type (#4301) 3 years ago
core-extensions Add core extension for Google Groups (#2838) 5 years ago
phpgt/cssxpath Allow CssXPath updates with composer (#4368) 2 years ago
phpmailer/phpmailer Update to PHPMailer 6.6.0 with composer (#4329) 2 years ago
.gitignore Allow CssXPath updates with composer (#4368) 2 years ago
.htaccess Patch for #2460: Run on Apache 2.4+ without mod_access_compat (#2461) 5 years ago
README.md Update to PHPMailer 6.6.0 with composer (#4329) 2 years ago
composer.json Allow CssXPath updates with composer (#4368) 2 years ago
favicons.php Relaxed to allow underscore _ in URL hostnames (#3133) 4 years ago
http-conditional.php Fix various typos and spelling errors in documentation, comments and code. (#4134) 3 years ago
lib_date.php Update some HTTP links (doc, HTTPS) (#1641) 7 years ago
lib_install.php Fix various typos and spelling errors in documentation, comments and code. (#4134) 3 years ago
lib_opml.php Update all test dependencies (#4419) 2 years ago
lib_rss.php Dynamic OPML (#4407) 2 years ago

README.md

Libraries

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.