Commit Graph

790 Commits (1fd733c8ff026f0d5095a2c5a1ebe4d4095da3cd)

Author SHA1 Message Date
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 50e04efdc8 expand filtertree display to make filters easier to distinguish 10 years ago
Andrew Dolgov 8993937d13 fix alignment of a feed error icon in headlines subtoolbar 10 years ago
Grant Pannell a0d9bc160f Fix end tag for small feed icons when using combined display mode 10 years ago
Andrew Dolgov 84e36b61a3 make_init_params: add plugins 10 years ago
Andrew Dolgov ad593e4393 disable headlines grouping for recently read vfeed 10 years ago
Andrew Dolgov d1e631f301 generated feeds, add ts= (strtotime) start timestamp 10 years ago
Andrew Dolgov 5303f9a71a rework password reset to work through temporary link 10 years ago
Andrew Dolgov b41c5741fe disable OTP on user password reset 10 years ago
Andrew Dolgov f7439d69cd comment out subtest 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
Andrew Dolgov 38e063418d public: remove subscribe2 (unused?) 10 years ago
Andrew Dolgov 31bd6f7643 parser: trim some some feed-extracted data link titles and links 10 years ago
Andrew Dolgov 4ce778677e Revert "parser: experimentally set preservewhitespace to false"
This reverts commit b69d94eeeb.
10 years ago
Andrew Dolgov b69d94eeeb parser: experimentally set preservewhitespace to false 10 years ago
Andrew Dolgov 6bb051285e opml import: remove unneeded 250 character restriction on feed urls 10 years ago
Andrew Dolgov 4a80c57c50 remove some unused code reported by phpmd 11 years ago
Andrew Dolgov 878a0083ff revert max ui feed title length, tweak truncate_string a bit 11 years ago
Andrew Dolgov 66684d8149 subtoolbar: layout fix, shorten max feed title length 11 years ago
Andrew Dolgov 029005c49b minor style updates to make 3panel headlines mode look closer to cdm 11 years ago
Andrew Dolgov 6214a0768a reinstate scriptaculous controls (needed for ajax.autocomplete) 11 years ago
Andrew Dolgov cdbcb2778a move Zoom stylesheet to a separate file
update stylesheet/javascript tag helpers to return output instead of
printing it
11 years ago
Andrew Dolgov 4e2f219c16 fix selected prompt position 11 years ago
Andrew Dolgov 1bffd1068f unify main and headlines toolbar 11 years ago
Andrew Dolgov d44f3da4be default theme updates 11 years ago
Dave Zaikos a96bb3d88a Fixed a bug in PluginHost::del_hook() where the parameters passed to array_search() were in the incorrect order. 11 years ago
Dave Zaikos a2108ee96d Added syslog reporting for failed API login attempts. 11 years ago
Andrew Dolgov 1d3cbe31c3 api: fix getFeeds returning some ids in string format 11 years ago
Andrew Dolgov fd94d63122 mention username in login failed syslog message 11 years ago
Andrew Dolgov ab85ad89b3 otp: use application name in provisioning uri 11 years ago
Andrew Dolgov 4c63934bac increase randomness of shared url keys a bit 11 years ago
Andrew Dolgov 2ab7ccb695 parser: fix failing on empty media:group tags 11 years ago
Andrew Dolgov 76d78eb2e7 remove unnecessary wrapping from share uniqid() keys 11 years ago
Andrew Dolgov d31d521f79 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 11 years ago
Andrew Dolgov f6c61b2d55 rss: choose between description and content:encoded based on which one is longer because publishers are idiots and can't use tags properly 11 years ago
wltb d71ac5d3da implemented get_comments_url() and Atom Threading Extension 11 years ago
Andrew Dolgov e23aedd402 parser: add basic support for media:thumbnail 11 years ago
Andrew Dolgov 429ff9afb0 api: add article language to getArticle/getHeadlines 11 years ago
Andrew Dolgov bf5bcb8e27 queryFeedHeadlines: remove obsolete content_preview 11 years ago
Andrew Dolgov 25237aea43 api: fix getLabels never returning existing checked labels correctly 11 years ago
Andrew Dolgov 21bb3c064a api: add note support for getHeadlines/getArticle (bump api version) 11 years ago
Andrew Dolgov 5bcb7b61b0 syndicated feeds: default to change exported guid 11 years ago
Jeffrey Tolar ed449a9aaa Follow the spec for <media:group>s
Each <media:group> section specifies multiple representations of the
same content.
11 years ago
Andrew Dolgov 43d790f054 pubsubhubbub: disable feed url checking when subscribing for the time being, expand error messages a bit 11 years ago
Andrew Dolgov 273c33e512 api: allow sorting headlines by title 11 years ago
Andrew Dolgov 4ad04ee227 report all libxml errors in updater debug output
force utf8 encoding if devforceupdate is on
parser: try to convert non-unicode feeds with specified encoding to utf8
before trying to remove dangling utf8 characters in case of utf8-related
libxml errors because doing so produces garbage content
11 years ago
Andrew Dolgov 29f7ec0ae3 printTagSelect: work correctly on tags with spaces 11 years ago
Andrew Dolgov 87065739cd add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear 11 years ago
Andrew Dolgov 788cf0a1b1 api: fix setArticleLabel expecting wrong format for label_id 11 years ago
Andrew Dolgov 0ee126ee8f remove a few parser warnings from generated feeds 11 years ago