summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2015-06-18prevent event propagation when clicking on CDM article footerAndrew Dolgov
2015-06-17bayes: properly reset score when going good -> uglyAndrew Dolgov
article: add helper to refresh article score pic, properly set scorepic title
2015-06-15pluginhost: mention that update task & housekeeping hooks are for global ↵Andrew Dolgov
plugins only
2015-06-12better feed debugger ui for f DAndrew Dolgov
2015-06-07fix some minor typos and stuffAndrew Dolgov
2015-06-05pluginhost: assume plugins.local existsAndrew Dolgov
2015-06-05support loading themes from themes.localAndrew Dolgov
2015-06-05pluginhost: allow loading user plugins from plugins.localAndrew Dolgov
2015-05-22Merge pull request #456 from andersk/disable-feed-browserAndrew Dolgov
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
2015-05-21Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPCAnders Kaseorg
The undocumented _DISABLE_FEED_BROWSER option added in commit c39befacb29f3f709e2d248ab6d6235524d6e929 turns off the UI for looking at which feeds other users are subscribed to, but it did not prevent you from manually constructing an RPC call to get the same data. This was a privacy risk for those who consider _DISABLE_FEED_BROWSER important. Signed-off-by: Anders Kaseorg <[email protected]>
2015-04-21add HOOK_RENDER_ENCLOSURE & af_youtube_embed pluginAndrew Dolgov
2015-04-21atom: consider link rel=alternate in feed element for site urlsAndrew Dolgov
2015-03-30add a wrapper for standard error codes returned by backend, also add ↵Andrew Dolgov
explanation to the error object if possible
2015-03-28rename url_to_tag_uri to a more relevant nameAndrew Dolgov
2015-03-28generated feed: use tag: instead of the public.php URL as an entry ID; set ↵Andrew Dolgov
enclosure length to 1 if unknown
2015-03-21Added a "title" attribute in the link to an article.Matthieu Sarter
Added a "title" attribute in the link to an article. Makes TTRSS more usable on a small windows, allowing to see the complete title of an article in the tooltip, without opening the article.
2015-02-27remove image.php; put cached image endpoint to public.phpAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of ↵Andrew Dolgov
the results)
2015-02-02fix parse atom feedLukas Hybner
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
2015-01-19feedparser: xpath doesn't properly query for title element if there's a ↵Andrew Dolgov
default namespace so let's add a separate ugly hack for rdf:RDF feeds, thanks for that xml dipshits
2015-01-14Reverts most of be60340. Implements a simplier solution using XPath to get ↵zaikos
the proper title tag from a feed item.
2015-01-14Made FeedItem_RSS::get_title() more aggresive in finding an article title.zaikos
2014-12-09temporarily enable entity loader when importing opml because idkAndrew Dolgov
2014-12-09require version information in all additional themesAndrew Dolgov
2014-11-29api: getHeadlines: add configurable excerpt_length (bump api version)Andrew Dolgov
2014-11-25api: allow requesting headlines as if client supports iframe sandboxingAndrew Dolgov
2014-10-27api: handle uncached labels the way main headlines function does itAndrew Dolgov
2014-10-16add force_update to api getHeadlines; bump api version to 9Andrew Dolgov
2014-10-11include subcategories in generated category feedsAndrew Dolgov
2014-10-08edit feed: smaller buttons for icon upload; allow uploading larger faviconsAndrew Dolgov
2014-08-19add pluginhost HOOK_HEADLINES_BEFORE (refs #814)Andrew Dolgov
2014-08-18Copypaste error fixPavel Voronin
2014-08-01reinstate wrongfully renamed archived feed; properly fix prefs filtertree ↵Andrew Dolgov
labels for all feeds (ff5cc7d7)
2014-07-17fix sharebyurl identifying articles by link instead of special synthesized ↵Andrew Dolgov
guid which caused feed entries overwriting shared entries if their link matched
2014-07-15Store size of enclosure to databaseFelix Eckhofer
2014-06-18properly show cached images in syndicated feedsAndrew Dolgov
2014-06-14Skip nested Feed when calling getNextUnreadFeed()André Glüpker
This function is only called when using "Mark all as read". So every time, this function gets called right now, all nested categories get marked as read as well, so we don't want to jump to them. Instead we want to the next category with same or higher tier.
2014-06-10add FEEDS_SORT_BY_UNREAD to blacklist (removed)Andrew Dolgov
2014-05-22add hidden tunable _DISABLE_INACTIVE_FEEDSAndrew Dolgov
2014-05-19Add subscribe hook, give more information to fetch_feed hookwltb
2014-05-12Added HOOK_FORMAT_ENCLOSURES plugin hook.Dave Zaikos
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.
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