1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00
ttrss/include
Andrew Dolgov 8ed927dbd2 OPML: multiple fixes
- remove unused integer indexes when exporting filters as JSON
 - fix warning when importing filters without rules
 - properly assign category IDs for category filter rules
 - fix warning: check if outline attributes like xmlUrl are set before trying to use them
 - fix warning: don't try to use libxml_disable_entity_loader on PHP 8
2021-09-08 09:04:15 +03:00
..
autoload.php * switch to composer for qrcode and otp dependencies 2021-02-26 19:16:17 +03:00
colors.php fix floicon not imported from global namespace 2021-02-16 18:14:57 +03:00
controls_compat.php cleanup javascript_tag and stylesheet_tag 2021-03-08 17:39:24 +03:00
controls.php cleanup javascript_tag and stylesheet_tag 2021-03-08 17:39:24 +03:00
errorhandler.php OPML: multiple fixes 2021-09-08 09:04:15 +03:00
functions.php remove SELF_USER_AGENT custom constant, replaced with configurable Config::HTTP_USER_AGENT / Config::get_user_agent() 2021-08-23 10:56:31 +03:00
login_form.php add Config::LOCAL_OVERRIDE_JS 2021-03-11 07:44:58 +03:00
sessions.php prolong PHP session cookie automatically to stop hard logouts after SESSION_COOKIE_LIFETIME expires 2021-06-25 12:12:05 +03:00