summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2014-04-23Make search mechanism pluggableRob Hoelz
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.
2014-04-02expand filtertree display to make filters easier to distinguishAndrew Dolgov
2014-03-26fix alignment of a feed error icon in headlines subtoolbarAndrew Dolgov
2014-03-21Fix end tag for small feed icons when using combined display modeGrant Pannell
2014-03-14make_init_params: add pluginsAndrew Dolgov
2014-03-13disable headlines grouping for recently read vfeedAndrew Dolgov
2014-03-09generated feeds, add ts= (strtotime) start timestampAndrew Dolgov
2014-03-09rework password reset to work through temporary linkAndrew Dolgov
2014-03-09disable OTP on user password resetAndrew Dolgov
2014-03-05comment out subtestAndrew Dolgov
2014-03-05split functions php into two parts because syntastic is too slowAndrew Dolgov
get_feeds_from_html: stricter feed detection based on whatwg guidelines
2014-03-04public: remove subscribe2 (unused?)Andrew Dolgov
2014-03-04parser: trim some some feed-extracted data link titles and linksAndrew Dolgov
2014-03-04Revert "parser: experimentally set preservewhitespace to false"Andrew Dolgov
This reverts commit b69d94eeeb6ed539267a4328265354a45d23ba86.
2014-03-03parser: experimentally set preservewhitespace to falseAndrew Dolgov
2014-02-26opml import: remove unneeded 250 character restriction on feed urlsAndrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-02-02revert max ui feed title length, tweak truncate_string a bitAndrew Dolgov
2014-02-02subtoolbar: layout fix, shorten max feed title lengthAndrew Dolgov
2014-01-29minor style updates to make 3panel headlines mode look closer to cdmAndrew Dolgov
2014-01-28reinstate scriptaculous controls (needed for ajax.autocomplete)Andrew Dolgov
2014-01-28move Zoom stylesheet to a separate fileAndrew Dolgov
update stylesheet/javascript tag helpers to return output instead of printing it
2014-01-27fix selected prompt positionAndrew Dolgov
2014-01-27unify main and headlines toolbarAndrew Dolgov
2014-01-27default theme updatesAndrew Dolgov
2014-01-25Fixed a bug in PluginHost::del_hook() where the parameters passed to ↵Dave Zaikos
array_search() were in the incorrect order.
2014-01-24Added syslog reporting for failed API login attempts.Dave Zaikos
2014-01-24api: fix getFeeds returning some ids in string formatAndrew Dolgov
2014-01-19mention username in login failed syslog messageAndrew Dolgov
2014-01-19otp: use application name in provisioning uriAndrew Dolgov
2014-01-17increase randomness of shared url keys a bitAndrew Dolgov
2014-01-12parser: fix failing on empty media:group tagsAndrew Dolgov
2013-12-24remove unnecessary wrapping from share uniqid() keysAndrew Dolgov
2013-12-19Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-12-19rss: choose between description and content:encoded based on which one is ↵Andrew Dolgov
longer because publishers are idiots and can't use tags properly
2013-12-18implemented get_comments_url() and Atom Threading Extensionwltb
2013-12-15parser: add basic support for media:thumbnailAndrew Dolgov
2013-12-04api: add article language to getArticle/getHeadlinesAndrew Dolgov
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-11-27api: fix getLabels never returning existing checked labels correctlyAndrew Dolgov
2013-11-23api: add note support for getHeadlines/getArticle (bump api version)Andrew Dolgov
2013-11-20syndicated feeds: default to change exported guidAndrew Dolgov
2013-11-17Follow the spec for <media:group>sJeffrey Tolar
Each <media:group> section specifies multiple representations of the same content.
2013-11-11pubsubhubbub: disable feed url checking when subscribing for the time being, ↵Andrew Dolgov
expand error messages a bit
2013-11-09api: allow sorting headlines by titleAndrew Dolgov
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
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
2013-10-20printTagSelect: work correctly on tags with spacesAndrew Dolgov
2013-10-17add context menu for cdmFeedTitle; change mark as read prompt for grouped ↵Andrew Dolgov
headlines more clear
2013-10-12api: fix setArticleLabel expecting wrong format for label_idAndrew Dolgov
2013-10-06remove a few parser warnings from generated feedsAndrew Dolgov