summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2015-08-04implement per-feed stemming language settingAndrew Dolgov
2015-08-03add one catchall function to make uniqids/keyhashes/etc used by tt-rssAndrew Dolgov
2015-07-13fix missing cdmFeedTitleAndrew Dolgov
2015-07-13fix error feed (i.e. when requested feed no longer exists) not display properlyAndrew Dolgov
2015-07-13roll back separate headline transportAndrew Dolgov
2015-07-13fix dashboard feedAndrew Dolgov
2015-07-13headlines: fix whitebox reply not returned in an updated formatAndrew 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-13bring cdmFeedTitle style in line with the rest of the UIAndrew Dolgov
send headline rows as separate JSON objects
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-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-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2015-07-07simplify search, remove search_mode as uselessAndrew Dolgov
remove dialog to select by tags, simplify browsing by tag query
2015-07-06add a bit more visible separate infobox for password change resultsAndrew Dolgov
2015-07-03limit smart_date_time stuff to headlines onlyAndrew Dolgov
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