summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-23rebase translationsAndrew Dolgov
2016-03-23version: do not hardcode master branchAndrew Dolgov
2016-03-22normalize some html5 custom attributesAndrew Dolgov
2016-03-22getLoadedArticleIds: consider visible rows onlyAndrew Dolgov
catchupFeedInGroup: hide articles when catching up, with caveats
2016-03-22showArticleInHeadlines: remove unused codeAndrew Dolgov
2016-03-22updateFloatingMenu: performance improvementsAndrew Dolgov
2016-03-22add a webkit hack to hopefully improve headlines-frame scrolling speedAndrew Dolgov
2016-03-22fix previousAndrew Dolgov
2016-03-22headlines scroll handler: add a rate limitAndrew Dolgov
2016-03-22remove dismiss* functionsAndrew Dolgov
2016-03-22catchupfeedingroup: do not remove elementsAndrew Dolgov
2016-03-22cleanup dismissArticle functionsAndrew Dolgov
2016-03-22catchupFeedInGroup: dismiss elements on catchupAndrew Dolgov
2016-03-22af_redditimgur: try to handle mobile imgur albumsAndrew Dolgov
2016-03-21catchupFeedInGroup: send catchup request even if there are no unread ↵Andrew Dolgov
articles in the buffer for this feed
2016-03-21improvements for catchupFeedInGroup()Andrew Dolgov
2016-03-20af_redditimgur: relax youtube matching a bitAndrew Dolgov
2016-03-20fix previous wrt single-image imgur pagesAndrew Dolgov
2016-03-20af_redditimgur: fix handling of imgur albums, implement debugging ↵Andrew Dolgov
(method=testurl)
2016-03-01pass feed information to hook_article_export_feedAndrew Dolgov
2016-03-01add PluginHost.HOOK_ARTICLE_EXPORT_FEEDAndrew 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-19pref_filters: sort rules by reg_exp when displaying indexAndrew Dolgov
2016-02-19Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2016-02-19Merge branch 'remove-srcsrc-local-cache' into 'master' Andrew Dolgov
Remove srcset and sizes attributes from img tag if locally caching images. As discussed in <https://tt-rss.org/forum/viewtopic.php?f=1&t=3624#p21886> See merge request !27
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-17minitemplator: use proper constructorAndrew Dolgov
2016-02-11generate_syndicated_feed: pass article id to sanitize()Andrew Dolgov
2016-02-08Merge branch 'dont-wrap-excerpt' into 'master' Andrew Dolgov
Make sure author and excerpt spans don't wrap even if active. In combined display mode with an article collapsed via keyboard nav, the article remains active, which lets the excerpt bubble out to several lines depending on display width. Keep the excerpt nowrap always. While here, fix the author display; nowrap always to keep the name from splitting across lines in rare cases. See merge request !26
2016-02-07Make sure author and excerpt spans don't wrap even if active.Todd Vierling
In combined display mode with an article collapsed via keyboard nav, the article remains active, which lets the excerpt bubble out to several lines depending on display width. Keep the excerpt nowrap always. While here, fix the author display; nowrap always to keep the name from splitting across lines in rare cases.
2016-02-07Merge branch 'new_tab_mac_fix' into 'master' Andrew Dolgov
Make "open in new tab" hotkey handler support mac "cmd+click" way (non-expanded mode) https://tt-rss.org/forum/viewtopic.php?f=10&t=3682 See merge request !25
2016-02-07Make "open in new tab" hotkey handler support mac "cmd+click" way ↵Kostiantyn Moroz
(non-expanded mode)
2016-02-05sanitize: allow <xml:namespace> (thanks, livejournal)Andrew Dolgov
2016-02-02update_rss_feed: disable support for http 304 for the time beingAndrew Dolgov
2016-01-31af_redditimgur: add option for previousAndrew Dolgov
2016-01-31af_redditimgur: add (disabled) wip content dupe checkerAndrew Dolgov
2016-01-30inline feed update: set feed as needing update if open_basedir is set + ↵Andrew Dolgov
plugins need curl
2016-01-30pref-labels: remove obsolete searching codeAndrew Dolgov
2016-01-30pref-feeds: allow searching by feed_urlAndrew Dolgov
2016-01-29fix item_id not being properly escaped in ↵Andrew Dolgov
pref_feeds::process_category_order() (possible sql injection)
2016-01-29create_published_article: only use readability if enabled in the pluginAndrew Dolgov
2016-01-29enable support for readability (if af_readability is enabled) in ↵Andrew Dolgov
shareanything bookmarklet
2016-01-27remove reddit textnode hack since the feed is broken in a different way nowAndrew Dolgov
2016-01-26fix multiple issues with archived feedsAndrew Dolgov
2016-01-26only stop inline feed updates with open_basedir enabled if there are any ↵Andrew Dolgov
plugins that require CURL enabled add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
2016-01-23prevent frontend updating of feeds on view if open_basedir is set to prevent ↵Andrew Dolgov
plugins potentially not working correctly (i.e. if backend system has open_basedir disabled)
2016-01-23af_redditimgur: implement a hack to deal with reddit rss feed being ↵Andrew Dolgov
currently broken