Andrew Dolgov
6b954c0a83
fix dashboard feed
10 years ago
Andrew Dolgov
57c521df91
maybe speedup headline adding a bit, maybe not
10 years ago
Andrew Dolgov
9f5eca992b
headlines: fix whitebox reply not returned in an updated format
10 years ago
GregThib
c291685654
Performance breakthrough
...
Improvement in the Purge method for huge performance increase.
"WHERE ref_id IS NOT NULL" is needed by pgsql, not necessarily by mysql.
This is a more standard way to make deletions based on propagation (from ttrss_user_entries) with 1-to-N relations.
10 years ago
Andrew Dolgov
f45b67c53e
queryFeedHeadlines: remove filter stuff
10 years ago
Andrew Dolgov
9638ec51b6
minor filter test dialog fixes
10 years ago
Andrew Dolgov
077004e470
feed test layout updates
10 years ago
Andrew Dolgov
4f9a3c0e0f
Merge branch 'master' of git.fakecake.org:tt-rss
...
Conflicts:
classes/pref/filters.php
10 years ago
Andrew Dolgov
c939dfc396
rework filter preview to use native regexp implementation
10 years ago
Andrew Dolgov
402073d6a1
remove headlines-tmp element
10 years ago
Andrew Dolgov
9ef1985f1b
viewfeed.js: cleanup the code a bit
10 years ago
Andrew Dolgov
0e4da73f06
do not allow commas in tags
10 years ago
Andrew Dolgov
ac4c1383ae
bring cdmFeedTitle style in line with the rest of the UI
...
send headline rows as separate JSON objects
10 years ago
Andrew Dolgov
f56e5a3504
add workaround for fresh feed first id calculation issue
10 years ago
Andrew Dolgov
f7fd1edb76
first_id default value: type is important
10 years ago
Andrew Dolgov
8831632905
add some more stuff to first_id query to fix virtual feeds
10 years ago
Andrew Dolgov
d5e0486e0c
minor first_id query fix
10 years ago
Andrew Dolgov
48fefe2f6b
fixes for first_id stuff
10 years ago
Andrew Dolgov
ec57104d6e
apparently it's a bad idea to do is_resource() on a mysqli result
10 years ago
Andrew Dolgov
83ce77a2e8
functions: fix some phpstorm-reported warnings
10 years ago
Andrew Dolgov
39d488a256
viewfeed: set hsp status when scrolling to the very end
10 years ago
Andrew Dolgov
15ae8cd084
js: remove current_top_id global
10 years ago
Andrew Dolgov
96ac72bc12
api: getHeadlines: cast feed_it to int if needed
10 years ago
Andrew Dolgov
b0ce3d33c3
api: initialize headlines header
10 years ago
Andrew Dolgov
491f69c7e3
bump api level
10 years ago
Andrew Dolgov
5c784e701c
api: add top id stuff, optionally return header w/ status information in getHeadlines (currently only top_id_changed)
10 years ago
Andrew Dolgov
3444020100
report top id changed in headlines buffer
10 years ago
Andrew Dolgov
1727ceabca
Merge branch 'master' of git.fakecake.org:tt-rss
10 years ago
Andrew Dolgov
f5a0fb8b64
queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating
10 years ago
Andrew Dolgov
b9bd7ec555
cap iframes width
10 years ago
Andrew Dolgov
dae36971ae
add a quick hack for imgur single page links
10 years ago
Andrew Dolgov
5f297a5c11
af_redditimgur: some additional .gif -> mp4 rewriting
10 years ago
Andrew Dolgov
d4ac4fc6fd
af_redditimgur: fix imgur single-image pages
10 years ago
Andrew Dolgov
b8887ebb14
redditimgur: extract video poster urls
10 years ago
Andrew Dolgov
9959acc87a
change version_static based on y.m
10 years ago
Andrew Dolgov
206e99f2ba
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
10 years ago
Andrew Dolgov
9ec9a8f941
redditimgur: don't try to readability parse youtube, add another youtube embed variant
10 years ago
Andrew Dolgov
75112f78c4
Merge pull request #467 from cweiske/fix-html-detection
...
Check for HTML in the first 100 bytes.
10 years ago
Christian Weiske
5a4074a9f8
Check for HTML in the first 100 bytes.
...
Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes.
Thus we need to check for the HTML or doctype tags in the first 100 bytes.
10 years ago
Andrew Dolgov
12d880d77a
redditimgur: don't try to readability parse twitter
10 years ago
Andrew Dolgov
47888b3d87
af_redditimgur: do not reinline content extracted by readability
10 years ago
Andrew Dolgov
8b08d9d740
move readability libs to system location
10 years ago
Andrew Dolgov
25c747f576
Merge branch 'master' of git.fakecake.org:tt-rss
10 years ago
Andrew Dolgov
831129f6a4
ad_readability: also check for content-type if possible
10 years ago
Andrew Dolgov
6475fc7e06
af_redditimgur: check if document is text/html before trying to readability parse it
10 years ago
Andrew Dolgov
3cea4a4b75
go back to fixed wrapper height because dynamic one breaks layout in chrome :(
10 years ago
Andrew Dolgov
0cf910991e
shorten_expanded: shorten based on window height not preset value
10 years ago
Andrew Dolgov
9090b874ab
simplify search, remove search_mode as useless
...
remove dialog to select by tags, simplify browsing by tag query
10 years ago
Andrew Dolgov
2374294529
update gitignore
10 years ago
Andrew Dolgov
f7745af952
af_redditimgur: improve youtube detection a bit
10 years ago