Heiko Adams
635ecdb9fa
Fix missing SESSION_CHECK_ADDRESS in config
11 years ago
Andrew Dolgov
f5e66c439e
remove SESSION_CHECK_ADDRESS
11 years ago
Andrew Dolgov
978989bb7b
shorten previous a bit
11 years ago
Skibbi
e22e0d686c
Prevent concatenating words for full text search index
11 years ago
Andrew Dolgov
961cae85a4
Merge branch 'master' of git.fakecake.org:tt-rss
11 years ago
Andrew Dolgov
d5eaaa0508
curl: let's verify ssl peers
11 years ago
JustAMacUser
4a27966e78
Keep local cached images fresh if file exists.
...
Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.
11 years ago
JustAMacUser
8493163576
Unset $retval after HOOK_FORMAT_ENCLOSURES.
...
Fixes an edge case where changing the array of enclosures with HOOK_FORMAT_ENCLOSURES might break the dropdown rendering if HOOK_RENDER_ENCLOSURE has no registered hooks.
11 years ago
Andrew Dolgov
28539f6aaf
search_to_sql: trim() input
11 years ago
Andrew Dolgov
dcbe36b2a2
fix some remaining old-style viewfeed() calls
11 years ago
Andrew Dolgov
45913edda0
fetch_file_contents: use http/1.1 when not using curl
11 years ago
Andrew Dolgov
0acc1ed76e
dijit style updates
11 years ago
Andrew Dolgov
6b0a17ad8b
viewfeed: switch to hash-based arguments
...
viewfeed: remove (obsolete) method parameter
add shortcut to debug viewfeed() query
11 years ago
Andrew Dolgov
884ae7a941
limit recently read feed to 1 day of read headlines
11 years ago
Andrew Dolgov
7d73cc4184
minor css fixes
11 years ago
Andrew Dolgov
b87744534a
add plugin-based filter actions (see example plugin in attic)
...
bump schema
11 years ago
Andrew Dolgov
6ee255fba3
use join between user_entries and entries table
11 years ago
Andrew Dolgov
c1ebb6cdf7
update notice/error css classes
11 years ago
Andrew Dolgov
6810a1de42
use dijit form widget for attachments dropdown
11 years ago
Andrew Dolgov
209ebdc644
queryfeedheadlines: only use disable_offsets hack in expanded mode
11 years ago
Andrew Dolgov
07877caf40
Revert "update: reenable first ref_id/id transaction"
...
This reverts commit 14ce0e2504 .
11 years ago
Andrew Dolgov
14ce0e2504
update: reenable first ref_id/id transaction
11 years ago
Andrew Dolgov
e07be79a8b
first id query: add last_read for recently read feed
11 years ago
Andrew Dolgov
dab229cd1f
update_rss_feed: disable transactions for the time being
11 years ago
Andrew Dolgov
6b3160cf1e
purge_feed: remove obsolete postgresql queries
11 years ago
Andrew Dolgov
c7edba791c
don't bother with topmost id if working with disabled offsets
11 years ago
Andrew Dolgov
0bd172cd6a
experimental: if using adaptive/unread mode w/ auto catchup don't calculate offsets because we're only interested in top $limit headlines anyway
11 years ago
Andrew Dolgov
332ff5cfb8
add a very obvious speed improvement to topmost_id calculation
11 years ago
Andrew Dolgov
8f135ce3b6
bump schema
11 years ago
Andrew Dolgov
60e680599d
allow selecting stemming language in search dialog
11 years ago
Andrew Dolgov
df659891ac
implement per-feed stemming language setting
11 years ago
Andrew Dolgov
e854442e1f
more fts stuff for simple index
11 years ago
Andrew Dolgov
b4f544d389
add some fts stuff
11 years ago
Andrew Dolgov
3ceb893f66
add one catchall function to make uniqids/keyhashes/etc used by tt-rss
11 years ago
Andrew Dolgov
97aa917c6d
smart_date_time: better eta_min handling
11 years ago
Andrew Dolgov
7680d44ef2
purge_orphans: optimize the query, maybe
...
https://tt-rss.org/forum/viewtopic.php?f=1&t=3417&p=20408#p20407
11 years ago
Andrew Dolgov
a950fbecb5
Revert "Performance breakthrough"
...
This reverts commit c291685654 .
11 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.
11 years ago
Andrew Dolgov
f45b67c53e
queryFeedHeadlines: remove filter stuff
11 years ago
Andrew Dolgov
0e4da73f06
do not allow commas in tags
11 years ago
Andrew Dolgov
f56e5a3504
add workaround for fresh feed first id calculation issue
11 years ago
Andrew Dolgov
f7fd1edb76
first_id default value: type is important
11 years ago
Andrew Dolgov
8831632905
add some more stuff to first_id query to fix virtual feeds
11 years ago
Andrew Dolgov
d5e0486e0c
minor first_id query fix
11 years ago
Andrew Dolgov
48fefe2f6b
fixes for first_id stuff
11 years ago
Andrew Dolgov
83ce77a2e8
functions: fix some phpstorm-reported warnings
11 years ago
Andrew Dolgov
3444020100
report top id changed in headlines buffer
11 years ago
Andrew Dolgov
f5a0fb8b64
queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating
11 years ago
Andrew Dolgov
9959acc87a
change version_static based on y.m
11 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.
11 years ago