Andrew Dolgov
3ceb893f66
add one catchall function to make uniqids/keyhashes/etc used by tt-rss
9 years ago
Andrew Dolgov
0d0cb8fe1e
fix missing cdmFeedTitle
9 years ago
Andrew Dolgov
33c4bd8968
fix error feed (i.e. when requested feed no longer exists) not display properly
9 years ago
Andrew Dolgov
f17069960c
roll back separate headline transport
9 years ago
Andrew Dolgov
6b954c0a83
fix dashboard feed
9 years ago
Andrew Dolgov
9f5eca992b
headlines: fix whitebox reply not returned in an updated format
9 years ago
Andrew Dolgov
9638ec51b6
minor filter test dialog fixes
9 years ago
Andrew Dolgov
077004e470
feed test layout updates
9 years ago
Andrew Dolgov
4f9a3c0e0f
Merge branch 'master' of git.fakecake.org:tt-rss
...
Conflicts:
classes/pref/filters.php
9 years ago
Andrew Dolgov
c939dfc396
rework filter preview to use native regexp implementation
9 years ago
Andrew Dolgov
ac4c1383ae
bring cdmFeedTitle style in line with the rest of the UI
...
send headline rows as separate JSON objects
9 years ago
Andrew Dolgov
48fefe2f6b
fixes for first_id stuff
9 years ago
Andrew Dolgov
ec57104d6e
apparently it's a bad idea to do is_resource() on a mysqli result
9 years ago
Andrew Dolgov
96ac72bc12
api: getHeadlines: cast feed_it to int if needed
9 years ago
Andrew Dolgov
b0ce3d33c3
api: initialize headlines header
9 years ago
Andrew Dolgov
491f69c7e3
bump api level
9 years ago
Andrew Dolgov
5c784e701c
api: add top id stuff, optionally return header w/ status information in getHeadlines (currently only top_id_changed)
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
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
5956f312b7
add a bit more visible separate infobox for password change results
9 years ago
Andrew Dolgov
b6714c77d2
limit smart_date_time stuff to headlines only
9 years ago
Andrew Dolgov
5a45821ec9
prevent event propagation when clicking on CDM article footer
10 years ago
Andrew Dolgov
a72cd54ce1
bayes: properly reset score when going good -> ugly
...
article: add helper to refresh article score pic, properly set scorepic title
10 years ago
Andrew Dolgov
5914f31981
pluginhost: mention that update task & housekeeping hooks are for global plugins only
10 years ago
Andrew Dolgov
86b05f8661
better feed debugger ui for f D
10 years ago
Andrew Dolgov
415a3b50c9
fix some minor typos and stuff
10 years ago
Andrew Dolgov
ca5d39e866
pluginhost: assume plugins.local exists
10 years ago
Andrew Dolgov
b9634eb8b8
support loading themes from themes.local
10 years ago
Andrew Dolgov
7c0a2ab202
pluginhost: allow loading user plugins from plugins.local
10 years ago
Andrew Dolgov
5078ebcc6f
Merge pull request #456 from andersk/disable-feed-browser
...
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
10 years ago
Anders Kaseorg
0e653f751e
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
...
The undocumented _DISABLE_FEED_BROWSER option added in commit
c39befacb2
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 <andersk@mit.edu>
10 years ago
Andrew Dolgov
945346cbff
add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin
10 years ago
Andrew Dolgov
e55a5ec601
atom: consider link rel=alternate in feed element for site urls
10 years ago
Andrew Dolgov
27f7b59353
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
10 years ago
Andrew Dolgov
f75e7c6446
rename url_to_tag_uri to a more relevant name
10 years ago
Andrew Dolgov
4b7391de7b
generated feed: use tag: instead of the public.php URL as an entry ID; set enclosure length to 1 if unknown
10 years ago
Matthieu Sarter
469d9ad16a
Added a "title" attribute in the link to an article.
...
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.
10 years ago
Andrew Dolgov
0c6f7b314a
remove image.php; put cached image endpoint to public.php
10 years ago
Andrew Dolgov
e6c826fa2f
remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results)
10 years ago
Lukas Hybner
4834ad5639
fix parse atom feed
10 years ago
Andrew Dolgov
ed775e4e8d
remove obsolete code related to version checking and tarball updater plugin
10 years ago
Andrew Dolgov
206326c219
feedparser: xpath doesn't properly query for title element if there's a default namespace so let's add a separate ugly hack for rdf:RDF feeds, thanks for that xml dipshits
10 years ago
zaikos
2b4853f515
Reverts most of be60340
. Implements a simplier solution using XPath to get the proper title tag from a feed item.
10 years ago
zaikos
be60340c29
Made FeedItem_RSS::get_title() more aggresive in finding an article title.
10 years ago
Andrew Dolgov
3457ce7c59
temporarily enable entity loader when importing opml because idk
10 years ago
Andrew Dolgov
f6cbe9a5a0
require version information in all additional themes
10 years ago
Andrew Dolgov
3194a70a03
api: getHeadlines: add configurable excerpt_length (bump api version)
10 years ago
Andrew Dolgov
9997b38e3e
api: allow requesting headlines as if client supports iframe sandboxing
10 years ago
Andrew Dolgov
f71a669b7d
api: handle uncached labels the way main headlines function does it
10 years ago