You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/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
3 years ago
..
autoload.php * switch to composer for qrcode and otp dependencies 3 years ago
colors.php fix floicon not imported from global namespace 3 years ago
controls.php cleanup javascript_tag and stylesheet_tag 3 years ago
controls_compat.php cleanup javascript_tag and stylesheet_tag 3 years ago
errorhandler.php OPML: multiple fixes 3 years ago
functions.php remove SELF_USER_AGENT custom constant, replaced with configurable Config::HTTP_USER_AGENT / Config::get_user_agent() 3 years ago
login_form.php add Config::LOCAL_OVERRIDE_JS 3 years ago
sessions.php prolong PHP session cookie automatically to stop hard logouts after SESSION_COOKIE_LIFETIME expires 3 years ago