Commit Graph

130 Commits (ea79a0e033e40057279a7f464c9464145eedc932)

Author SHA1 Message Date
Andrew Dolgov 389ae94a40 iframe_whitelisted: allow player.vimeo.com 9 years ago
Andrew Dolgov 9cc29abd41 queryFeedHeadlines: int_id was not included when browsing by tag which broke several button plugins 9 years ago
Andrew Dolgov 94b8ce6cec queryfeedheadlines: remove disable_offsets hack 9 years ago
Andrew Dolgov 6b860bd9d2 recently read: limit query by last_read 9 years ago
JustAMacUser 08e79cb6b9 Fixed height/width image attributes for enclosures. 9 years ago
Andrew Dolgov 961cae85a4 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov d5eaaa0508 curl: let's verify ssl peers 9 years ago
JustAMacUser 8493163576 Unset $retval after HOOK_FORMAT_ENCLOSURES.
Fixes an edge case where changing the array of enclosures with HOOK_FORMAT_ENCLOSURES might break the dropdown rendering if HOOK_RENDER_ENCLOSURE has no registered hooks.
9 years ago
Andrew Dolgov 28539f6aaf search_to_sql: trim() input 9 years ago
Andrew Dolgov dcbe36b2a2 fix some remaining old-style viewfeed() calls 9 years ago
Andrew Dolgov 6b0a17ad8b viewfeed: switch to hash-based arguments
viewfeed: remove (obsolete) method parameter
add shortcut to debug viewfeed() query
9 years ago
Andrew Dolgov 884ae7a941 limit recently read feed to 1 day of read headlines 9 years ago
Andrew Dolgov 6ee255fba3 use join between user_entries and entries table 9 years ago
Andrew Dolgov c1ebb6cdf7 update notice/error css classes 9 years ago
Andrew Dolgov 6810a1de42 use dijit form widget for attachments dropdown 9 years ago
Andrew Dolgov 209ebdc644 queryfeedheadlines: only use disable_offsets hack in expanded mode 9 years ago
Andrew Dolgov e07be79a8b first id query: add last_read for recently read feed 9 years ago
Andrew Dolgov c7edba791c don't bother with topmost id if working with disabled offsets 9 years ago
Andrew Dolgov 0bd172cd6a experimental: if using adaptive/unread mode w/ auto catchup don't calculate offsets because we're only interested in top $limit headlines anyway 9 years ago
Andrew Dolgov 332ff5cfb8 add a very obvious speed improvement to topmost_id calculation 9 years ago
Andrew Dolgov 60e680599d allow selecting stemming language in search dialog 9 years ago
Andrew Dolgov df659891ac implement per-feed stemming language setting 9 years ago
Andrew Dolgov e854442e1f more fts stuff for simple index 9 years ago
Andrew Dolgov b4f544d389 add some fts stuff 9 years ago
Andrew Dolgov 3ceb893f66 add one catchall function to make uniqids/keyhashes/etc used by tt-rss 9 years ago
Andrew Dolgov f45b67c53e queryFeedHeadlines: remove filter stuff 9 years ago
Andrew Dolgov 0e4da73f06 do not allow commas in tags 9 years ago
Andrew Dolgov f56e5a3504 add workaround for fresh feed first id calculation issue 9 years ago
Andrew Dolgov f7fd1edb76 first_id default value: type is important 9 years ago
Andrew Dolgov 8831632905 add some more stuff to first_id query to fix virtual feeds 9 years ago
Andrew Dolgov d5e0486e0c minor first_id query fix 9 years ago
Andrew Dolgov 48fefe2f6b fixes for first_id stuff 9 years ago
Andrew Dolgov 83ce77a2e8 functions: fix some phpstorm-reported warnings 9 years ago
Andrew Dolgov 3444020100 report top id changed in headlines buffer 9 years ago
Andrew Dolgov f5a0fb8b64 queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating 9 years ago
Christian Weiske 5a4074a9f8 Check for HTML in the first 100 bytes.
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.
9 years ago
Andrew Dolgov 9090b874ab simplify search, remove search_mode as useless
remove dialog to select by tags, simplify browsing by tag query
9 years ago
Andrew Dolgov e2a3689a18 sanitize: disable <hr> for now 9 years ago
Andrew Dolgov b90c4468fc sanitize: allow <hr> elements
af_redditimgur: optionally add original content using Readability php implementation
9 years ago
Andrew Dolgov 35c3735494 fix article tags/labels not assigning properly on mysql because of the 4byte unicode workaround 9 years ago
Andrew Dolgov dd6e2386fd fix_url: support schema-less urls 9 years ago
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 9 years ago
Andrew Dolgov 7c0a2ab202 pluginhost: allow loading user plugins from plugins.local 9 years ago
Andrew Dolgov 945346cbff add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin 9 years ago
Andrew Dolgov 27f7b59353 add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 9 years ago
Andrew Dolgov 755869ffbc remove unread first sorting: has issues, is pretty much adaptive anyway 9 years ago
SkyREgit 95a95b0a40 Add unread category to build-in Search
unread:{true,false} - match only unread or read articles
9 years ago
Andrew Dolgov 0c6f7b314a remove image.php; put cached image endpoint to public.php 9 years ago
Andrew Dolgov 4ca621a360 add config option CHECK_FOR_UPDATES 10 years ago
Andrew Dolgov 480b2de3b1 minor fixes for previous (2) 10 years ago
Andrew Dolgov 119ba03bd4 minor fixes for previous 10 years ago
Andrew Dolgov efcc5d365d add placeholder update checker using git changesets 10 years ago
Andrew Dolgov ed775e4e8d remove obsolete code related to version checking and tarball updater plugin 10 years ago
Andrew Dolgov 21d7585a54 disable version checking for night.css 10 years ago
Andrew Dolgov f6cbe9a5a0 require version information in all additional themes 10 years ago
Andrew Dolgov c63850fad0 if loaded over ssl and iframe is whitelisted, set its source to https 10 years ago
tmo-github 8458a312ae Modify query to avoid a full table scan on MySQL 10 years ago
Andrew Dolgov 59b5d5f3e6 allow embedding videos from youtube and vimeo natively 10 years ago
Andrew Dolgov 229a871be7 do not force sslversion in any cases 10 years ago
Andrew Dolgov 8ef0ca2fa6 remove unused format_libxml_error 10 years ago
Andrew Dolgov ae962a96fd fix typo 10 years ago
Andrew Dolgov fafac207c5 geturl: if head request is denied because host is still living in 20th century, try requesting body (thanks to incompetent admins of arxiv.org) 10 years ago
Andrew Dolgov aa9f7d4447 get_minified_js: store and check tt-rss version in cached files 10 years ago
Felix Eckhofer 1e87193815 Add width/height attribute to image enclosures 10 years ago
Dave Zaikos 0c019b4436 Added curl CURLOPT_NOBODY option in geturl function to ensure the HEAD method is used when resolving permanent/temporary URL moves. 10 years ago
Andrew Dolgov 3e0f2090bf mail plugin: cleanup disabled completion, add configurable destination email list 10 years ago
Bram Schoenmakers 7b3110c9c9 Fix for testing filters getting stuck sometimes.
Sometimes when testing a filter the database becomes unresponsive, stuck
in a long query.

Solution: properly join ttrss_entries and ttrss_user_entries instead of
working with their carthesian product.
10 years ago
Dave Zaikos c6ce584dd5 Changed how the enclosures array is checked for content so an empty array is not processed. Fixes a change from the previous branch commit. 10 years ago
Dave Zaikos 2bb11658a8 Added HOOK_FORMAT_ENCLOSURES plugin hook.
Runs HTML and enclosures array through a plugin hook when rendering an article's enclosures in format_article_enclosures(). Allows plugins to override handling of how enclosures are presented by either filtering the array of enclosures, or generating the HTML to add to the article content.
10 years ago
Rob Hoelz 9a6456fa12 Stop after first search plugin
The sanity check should have caught any extra ones, but it doesn't
hurt to be careful
10 years ago
Rob Hoelz baaf4c3043 Make search mechanism pluggable
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching.  It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged.  This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active.  The Sphinx search behavior has been
broken out into a plugin.
10 years ago
Andrew Dolgov 84e36b61a3 make_init_params: add plugins 10 years ago
Andrew Dolgov 3e8a79be6d make_init_params: add theme 10 years ago
Andrew Dolgov 31460f84fe make_init_params: add some additional information useful for reporting 10 years ago
Andrew Dolgov ad593e4393 disable headlines grouping for recently read vfeed 10 years ago
Andrew Dolgov 99c19e1dcb start_ts for feeds: use date_entered for consistency 10 years ago
Andrew Dolgov d1e631f301 generated feeds, add ts= (strtotime) start timestamp 10 years ago
Andrew Dolgov 16c4803251 Revert "get_feeds_from_html: add rel='alternate feed'"
This reverts commit 526e1d80be.
10 years ago
Andrew Dolgov 526e1d80be get_feeds_from_html: add rel='alternate feed' 10 years ago
Andrew Dolgov 97b7d5c038 split functions php into two parts because syntastic is too slow
get_feeds_from_html: stricter feed detection based on whatwg guidelines
10 years ago