summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-13roll back separate headline transportAndrew Dolgov
2015-07-13af_readability: encoding may be lower caseAndrew Dolgov
2015-07-13fix dashboard feedAndrew Dolgov
2015-07-13maybe speedup headline adding a bit, maybe notAndrew Dolgov
2015-07-13headlines: fix whitebox reply not returned in an updated formatAndrew Dolgov
2015-07-13Performance breakthroughGregThib
Improvement in the Purge method for huge performance increase. "WHERE ref_id IS NOT NULL" is needed by pgsql, not necessarily by mysql. This is a more standard way to make deletions based on propagation (from ttrss_user_entries) with 1-to-N relations.
2015-07-13queryFeedHeadlines: remove filter stuffAndrew Dolgov
2015-07-13minor filter test dialog fixesAndrew Dolgov
2015-07-13feed test layout updatesAndrew Dolgov
2015-07-13Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
Conflicts: classes/pref/filters.php
2015-07-13rework filter preview to use native regexp implementationAndrew Dolgov
2015-07-13remove headlines-tmp elementAndrew Dolgov
2015-07-13viewfeed.js: cleanup the code a bitAndrew Dolgov
2015-07-13do not allow commas in tagsAndrew Dolgov
2015-07-13bring cdmFeedTitle style in line with the rest of the UIAndrew Dolgov
send headline rows as separate JSON objects
2015-07-13add workaround for fresh feed first id calculation issueAndrew Dolgov
2015-07-12first_id default value: type is importantAndrew Dolgov
2015-07-12add some more stuff to first_id query to fix virtual feedsAndrew Dolgov
2015-07-12minor first_id query fixAndrew Dolgov
2015-07-12fixes for first_id stuffAndrew Dolgov
2015-07-12apparently it's a bad idea to do is_resource() on a mysqli resultAndrew Dolgov
2015-07-12functions: fix some phpstorm-reported warningsAndrew Dolgov
2015-07-12viewfeed: set hsp status when scrolling to the very endAndrew Dolgov
2015-07-12js: remove current_top_id globalAndrew Dolgov
2015-07-12api: getHeadlines: cast feed_it to int if neededAndrew Dolgov
2015-07-12api: initialize headlines headerAndrew Dolgov
2015-07-12bump api levelAndrew Dolgov
2015-07-12api: add top id stuff, optionally return header w/ status information in ↵Andrew Dolgov
getHeadlines (currently only top_id_changed)
2015-07-12report top id changed in headlines bufferAndrew Dolgov
2015-07-12Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-11cap iframes widthAndrew Dolgov
2015-07-11add a quick hack for imgur single page linksAndrew Dolgov
2015-07-11af_redditimgur: some additional .gif -> mp4 rewritingAndrew Dolgov
2015-07-11af_redditimgur: fix imgur single-image pagesAndrew Dolgov
2015-07-10redditimgur: extract video poster urlsAndrew Dolgov
2015-07-09change version_static based on y.mAndrew Dolgov
2015-07-09Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2015-07-09redditimgur: don't try to readability parse youtube, add another youtube ↵Andrew Dolgov
embed variant
2015-07-09Merge pull request #467 from cweiske/fix-html-detectionAndrew Dolgov
Check for HTML in the first 100 bytes.
2015-07-09Check for HTML in the first 100 bytes.Christian Weiske
Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes. Thus we need to check for the HTML or doctype tags in the first 100 bytes.
2015-07-09redditimgur: don't try to readability parse twitterAndrew Dolgov
2015-07-09af_redditimgur: do not reinline content extracted by readabilityAndrew Dolgov
2015-07-08move readability libs to system locationAndrew Dolgov
2015-07-08Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-07-08ad_readability: also check for content-type if possibleAndrew Dolgov
2015-07-08af_redditimgur: check if document is text/html before trying to readability ↵Andrew Dolgov
parse it
2015-07-07go back to fixed wrapper height because dynamic one breaks layout in chrome :(Andrew Dolgov
2015-07-07shorten_expanded: shorten based on window height not preset valueAndrew Dolgov
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query