summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-22feedtree: fix for long feed titles making counters invisibleAndrew 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-22Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2017-01-22force ngettext() count argument type to stringAndrew Dolgov
2017-01-22Update af_comics to handle new GoComics site.JustAMacUser
2017-01-22Added support to fetch_file_contents() to explicitly set CURLOPT_FOLLOWLOCATION.JustAMacUser
2017-01-22Merge branch 'settimeout-strings' into 'master' Andrew Dolgov
Replace all setTimeout strings with functions This fixes a cross-site scripting vulnerability. See merge request !41
2017-01-21Replace all setTimeout strings with functionsAnders Kaseorg
This fixes a cross-site scripting vulnerability. Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21Merge branch 'lib-upgrades' into 'master' Andrew Dolgov
Third-party library upgrades * lib: Upgrade php-gettext from 1.0.11 to 1.0.12 * lib: Upgrade accept-to-gettext.php from 2003-08-14 to 2007-04-01 * lib: Upgrade JShrink from 0.5.1 to 1.1.0 * lib: Upgrade mobile-detect from svn r44 (2012-05-03) to 2.8.24 (2016-11-11) * lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15) * lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15) * lib: Upgrade script.aculo.us from 1.8.3 to 1.9.0 * lib: Upgrade timezones.txt from 2010k/l/m/n/2011a to 2016j See merge request !40
2017-01-21Merge branch 'prototype-1.7.3' into 'master' Andrew Dolgov
lib: Upgrade Prototype from 1.7 to 1.7.3 Are you sure you want these as separate merge requests? The rest of the upgrades are much less invasive than Dojo, with essentially no changes outside of `lib`. I would of course leave them as separate commits in any case, but I had assumed they would be more convenient to test in one batch. See merge request !39
2017-01-21lib: Upgrade timezones.txt from 2010k/l/m/n/2011a to 2016jAnders Kaseorg
https://www.iana.org/time-zones The local change adding Automatic was preserved; the local change removing Zulu was not. Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade script.aculo.us from 1.8.3 to 1.9.0Anders Kaseorg
https://script.aculo.us/ Signed-off-by: Anders Kaseorg <[email protected]>
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-21lib: Upgrade mobile-detect from svn r44 (2012-05-03) to 2.8.24 (2016-11-11)Anders Kaseorg
https://github.com/serbanghita/Mobile-Detect Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade JShrink from 0.5.1 to 1.1.0Anders Kaseorg
https://github.com/tedivm/JShrink Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade accept-to-gettext.php from 2003-08-14 to 2007-04-01Anders Kaseorg
http://grep.be/data/accept-to-gettext.inc Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade php-gettext from 1.0.11 to 1.0.12Anders Kaseorg
https://launchpad.net/php-gettext The local change to rename the gettext_reader function to __construct (commit 00b6b66827c5ce0c103399f2742581fa90d50a97) has been preserved. Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21addendum to the previousAndrew Dolgov
2017-01-21assorted CSS fixes related to Dojo upgradeAndrew Dolgov
2017-01-21set .loadingExpando height to a correct valueAndrew Dolgov
2017-01-21lib: Upgrade Prototype from 1.7 to 1.7.3Anders Kaseorg
http://prototypejs.org/ The local change from ‘on’ to ‘p_on’ for Dojo compatibility has been preserved. Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21prefs: auto expand feed treeAndrew Dolgov
2017-01-21fix loading indicator position/size for tree leafsAndrew Dolgov
2017-01-21force-enable persist for feedTreeAndrew Dolgov
2017-01-21Merge branch 'dojo-1.12.1'Andrew Dolgov
Conflicts: js/prefs.js
2017-01-21prefs: add updateSelectedPrompt shim called by toggleSelectedRow()Andrew Dolgov
2017-01-21add dependency on dojo/_base/htmlAndrew Dolgov
2017-01-21lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1Anders Kaseorg
The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21Replace deprecated dojo.place with domConstruct.placeAnders Kaseorg
Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21dojo: Build dojo/dom-constructAnders Kaseorg
Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-17tweak the enclosure dropdown display a little bit for less-readable urlsAndrew Dolgov
2017-01-16update phpmailerAndrew 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-07headlines toolbar: move selection links into the dropdownAndrew Dolgov
2017-01-07add toggle_sidebar plugin, remove obsolete toggle buttonAndrew Dolgov
add PluginHost::HOOK_MAIN_TOOLBAR_BUTTON
2017-01-07hide selected_prompt on low width screensAndrew Dolgov
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-06Merge branch 'fclose-before-unlink-updater' into 'master' Andrew Dolgov
If Windows, fclose() before unlink() in updater.php Windows barks an error if you try to unlink() a file while the pointer is still open(); If running under Windows, fclose() the handle before the unlink(); See merge request !36
2017-01-06Make sure we are running on Windows before fclose() to avoid race condition ↵tsimmons
possible in Nix.
2017-01-05Close lockfile handle before trying to unlink during update.tsimmons
2017-01-04edit tags dialog: fix heightAndrew Dolgov
2017-01-04mail plugin: i guess rows= on dijit text areas doesn't work nowAndrew Dolgov
2017-01-04ttrssmailer: include phpmailer's smtp classAndrew Dolgov
2017-01-02convert to punycode for feed on idn hostnameBernhard Thaler
2016-12-29update phpmailer (again)Andrew Dolgov
2016-12-26update phpmailerAndrew Dolgov
2016-12-13edit tags dialog: enable overflow so that tag completion works properlyAndrew Dolgov
2016-11-30set_basic_feed_info: fix typoAndrew Dolgov
2016-11-30rssfuncs: fix warning when trying to update nonexisting feedAndrew Dolgov