summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2017-01-22feed tree: only run animation for appearing unread counters to prevent ↵Andrew Dolgov
clashes with aux counter updating and animations ending up in wrong state
2017-01-22bump VERSION_STATIC due to Dojo changesAndrew Dolgov
2017-01-22Merge branch 'af-comics-gocomics-feed' into 'master' Andrew Dolgov
Update af_comics plugin to support GoComics. Updates the af_comics plugin to support new GoComics site, which dropped native RSS feeds. See merge request !42
2017-01-22force ngettext() count argument type to stringAndrew Dolgov
2017-01-22Added support to fetch_file_contents() to explicitly set CURLOPT_FOLLOWLOCATION.JustAMacUser
2017-01-21lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15)Anders Kaseorg
https://github.com/pubsubhubbub/php-subscriber Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15)Anders Kaseorg
https://github.com/pubsubhubbub/php-publisher Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-17tweak the enclosure dropdown display a little bit for less-readable urlsAndrew Dolgov
2017-01-16Merge branch 'subscribe-idn-feed' into 'master' Andrew Dolgov
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
2017-01-07deprecate encrypted feed passwords because mcrypt is getting removed from ↵Andrew Dolgov
php 7.1 1. transparent decryption for existing installs stays for the time being 2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined 3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords 4. updated install to not auto-generate crypt key 5. added warning to config.php-dist
2017-01-02convert to punycode for feed on idn hostnameBernhard Thaler
2016-11-30set_basic_feed_info: fix typoAndrew Dolgov
2016-11-30rssfuncs: fix warning when trying to update nonexisting feedAndrew Dolgov
2016-11-25maybe we shouldn't escape entry_author twiceAndrew Dolgov
2016-10-24fetch_file_contents: set timeout when not using CURLAndrew Dolgov
2016-10-19get_article_filters: add unicode modifier to preg_match()Andrew Dolgov
2016-09-21shared posts: remove link to feed in externally shared articles to prevent ↵Andrew Dolgov
leaking potentially private feed urls
2016-08-28Specify feed_id as an int rather than a string.John Brayton
2016-08-27Add feed_id to subscribeToFeed response when the code is 1 or 0.John Brayton
Set the API_LEVEL to 14.
2016-08-26better debugging for matched filter rulesAndrew Dolgov
2016-08-21remove support for legacy mysql driverAndrew Dolgov
2016-08-19import_export: better error message if upload failedAndrew Dolgov
2016-08-11perform housekeeping tasks for plugins loaded in user-context onlyAndrew Dolgov
2016-08-10bump static version to 16.8Andrew Dolgov
2016-08-07Merge branch 'more-info-article-filter' into 'master' Andrew Dolgov
Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER. Adds the `$cache_images` value to the `$article['feed']` array before calling HOOK_ARTICLE_FILTER. Allows plugins to know whether images will be cached in case they want to manage them in one way or another. See merge request !32
2016-08-06Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER.JustAMacUser
2016-08-06Remove href attribute if it executes JavaScript.JustAMacUser
2016-07-26Only strings need 4-byte filtering.JustAMacUser
2016-07-26add hotkey for toggling VFEED_GROUP_BY_FEED preferenceAndrew Dolgov
2016-07-07test if mb_internal_encoding() is available in functions.php headAndrew Dolgov
2016-04-29update_rss_feed: log warning when attempting to update unknown feedAndrew Dolgov
2016-04-29sanitize: force strip unnecessary data outside of <body>...</body> tags ↵Andrew Dolgov
generated by DOMDocument::saveHTML()
2016-04-26actually check for failures properly in the dbupdaterAndrew Dolgov
2016-04-01daemon common: use proper update condition checking for secondary-selected feedsAndrew Dolgov
2016-03-31fetch_file_contents: fix shim when invoked with 1 argument onlyAndrew Dolgov
2016-03-30remove fetch_file_contents2, use a compat shim insteadAndrew Dolgov
2016-03-30amend previousAndrew Dolgov
2016-03-30set smallish timeout on update check, exclude update checking on initial loadAndrew Dolgov
2016-03-30add a hash-based fetch_file_contents2()Andrew Dolgov
2016-03-28get_version: add missing substrAndrew Dolgov
2016-03-23bump version_static to 16.3Andrew Dolgov
2016-03-23version: do not hardcode master branchAndrew Dolgov
2016-03-22remove dismiss* functionsAndrew Dolgov
2016-02-20rewrite_relative_url: only skip urls like magnet: instead of everything with :Andrew Dolgov
2016-02-20Revert "rewrite_relative_url: do not skip urls containing :"Andrew Dolgov
This reverts commit a547fef6ab4da1d3691ac0f24aca8e9bb545bc25.
2016-02-20rewrite_relative_url: do not skip urls containing :Andrew Dolgov
2016-02-19Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2016-02-19Remove srcset and sizes attributes from img tag if locally caching images.JustAMacUser
2016-02-17error handler: do not log last query, truncate error message to a smaller lengthAndrew Dolgov
2016-02-05sanitize: allow <xml:namespace> (thanks, livejournal)Andrew Dolgov