FreshRSS/lib
Alexis Degrugillier 0fd608420e
Remove ajax parameter when modifying the request (#4743)
Before, when clicking on the author name to use as a filter, the displayed page
was a result page from the ajax query. This was due to the use of the ajax
parameter in the query.
Now, the ajax parameter is removed from the query before displaying the filters.

Fix #4726
2022-10-18 23:22:54 +02:00
..
Minz Remove ajax parameter when modifying the request (#4743) 2022-10-18 23:22:54 +02:00
SimplePie SimplePie fix base (#4565) 2022-09-05 09:15:20 +02:00
core-extensions Add core extension for Google Groups (#2838) 2020-03-22 16:59:39 +01:00
phpgt/cssxpath CssXPath-StarSelector (#4506) 2022-08-18 11:14:40 +02:00
phpmailer/phpmailer Update to PHPMailer 6.6.0 with composer (#4329) 2022-05-14 23:38:16 +02:00
.gitignore CssXPath-StarSelector (#4506) 2022-08-18 11:14:40 +02:00
.htaccess Patch for #2460: Run on Apache 2.4+ without mod_access_compat (#2461) 2019-07-31 13:48:06 +02:00
README.md Update to PHPMailer 6.6.0 with composer (#4329) 2022-05-14 23:38:16 +02:00
composer.json CssXPath-StarSelector (#4506) 2022-08-18 11:14:40 +02:00
favicons.php Relaxed to allow underscore _ in URL hostnames (#3133) 2020-07-31 16:33:45 +02:00
http-conditional.php Fix various typos and spelling errors in documentation, comments and code. (#4134) 2022-01-08 16:25:17 +01:00
lib_date.php Update some HTTP links (doc, HTTPS) (#1641) 2017-09-26 22:20:25 +02:00
lib_install.php Fix various typos and spelling errors in documentation, comments and code. (#4134) 2022-01-08 16:25:17 +01:00
lib_opml.php Workaround invalid OPMLs (#4591) 2022-09-09 22:56:34 +02:00
lib_rss.php GLOB_BRACE is not available on all platforms (#4628) 2022-09-20 12:03:46 +02:00

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.