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 f6bcb5c606 Merge branch 'subscribe-idn-feed' into 'master'
Subscribe to feed with Internationalized Domain Name

Currently you cannot subscribe to feeds on hosts with internationalized domain names (IDNA) within tt-rss. You need to manually convert them to punycode to subscribe to them.

This patch adds code to detect IDNA and convert them to punycode in fix_url() if possible on the system. This requires PHP IDN functions (e.g. on Debian Jessie this needs php5-intl to be installed), so a notice is added to the installer sanity check.

See merge request !37
8 years ago
..
autoload.php autoload: include functions.php 11 years ago
ccache.php add housekeeping task for orphaned counter cache entries 9 years ago
colors.php do no try to pass MS icon files to GD 11 years ago
crypt.php deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1 8 years ago
db-prefs.php move db-prefs to OO 11 years ago
db.php actually check for failures properly in the dbupdater 8 years ago
digest.php remove some unused code reported by phpmd 11 years ago
errorhandler.php error handler: do not log last query, truncate error message to a smaller length 8 years ago
feedbrowser.php Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC 9 years ago
functions.php deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1 8 years ago
functions2.php convert to punycode for feed on idn hostname 8 years ago
labels.php remove some unused code reported by phpmd 11 years ago
login_form.php dijit style updates 9 years ago
rssfuncs.php deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1 8 years ago
sanity_check.php remove support for legacy mysql driver 8 years ago
sanity_config.php update sanity_config 9 years ago
sessions.php ttrss_gc: return true 9 years ago
version.php bump static version to 16.8 8 years ago