summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-09handle_rpc_json: fix netalert button never appearing on JSON parse errorAndrew Dolgov
2017-02-08add some protection against opener attacks if external site is opened via ↵Andrew Dolgov
window.open()
2017-02-04parse_counters: skip subscribed-feeds id properlyAndrew Dolgov
2017-02-04cached_image: remove unnecessary basename()Andrew Dolgov
2017-02-04reset local counter cache when feed count changesAndrew Dolgov
2017-02-04image cache: do not try to cache data: schema urls; add caching of html5 ↵Andrew Dolgov
video content (similar to cache_starred_images plugin)
2017-02-04image cache: send files as content-disposition: attachment; add .png suffix ↵Andrew Dolgov
to image urls
2017-01-29af_redditimgur: inline streamable.com videosAndrew Dolgov
2017-01-28af_readability: force utf8 preamble on html document load. no idea why but ↵Andrew Dolgov
it seems to work better even for not-unicode sites.
2017-01-28subscribe dialog: do not report errors via alert()Andrew Dolgov
fetch_file_contents: reset all globals on start, return error message body when not using curl subscribe_to_feed: report if cloudflare is in the error message
2017-01-26compact.css: remove version tagAndrew Dolgov
2017-01-26add compact theme with smaller fontAndrew Dolgov
2017-01-26preferences: set themes dropdown to default if selected theme is missingAndrew Dolgov
2017-01-25remove default.cssAndrew Dolgov
2017-01-25implement cache-busting for default theme.cssAndrew Dolgov
night theme: small fixes
2017-01-25increase content font size by 1pxAndrew Dolgov
2017-01-25pass article guid to hook_render_articleAndrew Dolgov
2017-01-25Merge branch 'fix-sanitize-dfn' into 'master' Andrew Dolgov
sanitize: allow <dfn> tag ### In brief * Add `<dfn>` tag to allowed tags list * `<dfn>` represents the defining instance of a term in HTML * More [information about `<dfn>` on the w3school's website](http://www.w3schools.com/tags/tag_dfn.asp ) ### Example This stops article content such as... ``` Indian tea harvests are divided up by <dfn>flush</dfn>. ``` ...from getting turned into... ``` Indian tea harvests are divided up by . ``` See merge request !45
2017-01-24sanitize: allow dfn tagShane Synan
Add <dfn> tag to allowed tags list. <dfn> represents the defining instance of a term in HTML.
2017-01-24Merge branch 'more-af-comics' into 'master' Andrew Dolgov
Support hyphens in GoComics URLs. See merge request !44
2017-01-24Support hyphens in GoComics URLs.JustAMacUser
2017-01-24support rel=noopener for linksAndrew Dolgov
2017-01-24fetch_file_contents: rework the way shim works to prevent intermittent warningsAndrew Dolgov
2017-01-24sanitize: allow acronym tagAndrew Dolgov
2017-01-23add some vertical space to diijt menu itemsAndrew Dolgov
2017-01-23reference pubsubhubbub classes using their namespaceAndrew Dolgov
2017-01-22Merge branch 'af-comics-ui' into 'master' Andrew Dolgov
Added feed URL instructions for GoComics. GoComics feed URL syntax now included on existing Prefs page for af_comics plugin. See merge request !43
2017-01-22Added feed URL instructions for GoComics.JustAMacUser
2017-01-22unpackVisibleHeadlines: do not iterate over all RROWs all the timeAndrew Dolgov
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-22initHeadlinesMenu: remove unneeded outputAndrew Dolgov
2017-01-22attach headline menu objects to correct DOM nodes in combined modeAndrew Dolgov
2017-01-22parse_counters: cache previous reply and skip processing of unchanged rows ↵Andrew Dolgov
(better implementation)
2017-01-22parse_counters: cache previous reply and skip processing of unchanged rowsAndrew Dolgov
2017-01-22reuse menu objects while appending headline rowsAndrew Dolgov
2017-01-22collapse_feedlist: also toggle splitterAndrew Dolgov
2017-01-22bump VERSION_STATIC due to Dojo changesAndrew Dolgov
2017-01-22dojoConfig: use cacheBustAndrew Dolgov
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]>