Commit Graph

1176 Commits (ecab435420438e355d45a4adea33aeee26b9ca0d)

Author SHA1 Message Date
Andrew Dolgov 24e6ff5d1c calculate_article_hash: strip tags before hashing fields 9 years ago
Andrew Dolgov bfd902bbcc sanity_check: enforce minimum php version (5.4) 9 years ago
Andrew Dolgov b8619f8db0 store formatted backtrace to sql log 9 years ago
Andrew Dolgov 9bd422c2e7 set_basic_feed_info: fix missing column 9 years ago
Andrew Dolgov eed5467759 Revert "set_basic_feed_info: bail out if feed doesn't exist"
This reverts commit d77bd1a5d2.
9 years ago
Andrew Dolgov d77bd1a5d2 set_basic_feed_info: bail out if feed doesn't exist 9 years ago
Andrew Dolgov 475d762872 logger: record last query before logged error 9 years ago
Andrew Dolgov fd3e5e8da4 get_article_filters: check if action.type is set 9 years ago
Andrew Dolgov 15c0bca0e5 catchup maybe add workaround for mysql 5.7 derived_merge 9 years ago
Andrew Dolgov 01bf7f8887 update sanity_config 9 years ago
Heiko Adams b9af06802b Revert "Fix missing SESSION_CHECK_ADDRESS in config"
This reverts commit 635ecdb9fa.
9 years ago
Andrew Dolgov 19e47ad60b queryFeedHeadlines: don't check first_id when sorting by oldest first 9 years ago
Andrew Dolgov 4c46702672 drop support for (obsolete, removed from recent php versions) php safe_mode setting
remove ugly hacks for curl + open_basedir combination breaking support for http redirects
9 years ago
Andrew Dolgov 6497fb65b4 fix ttrss_feeds.last_update defaulting to 0 on mysql, set to null instead
bump schema
9 years ago
Andrew Dolgov 7475580b37 getLabelCounters: stricter ownership check 9 years ago
Andrew Dolgov 389ae94a40 iframe_whitelisted: allow player.vimeo.com 9 years ago
Andrew Dolgov 9cc29abd41 queryFeedHeadlines: int_id was not included when browsing by tag which broke several button plugins 9 years ago
Andrew Dolgov 94b8ce6cec queryfeedheadlines: remove disable_offsets hack 9 years ago
Andrew Dolgov 6b860bd9d2 recently read: limit query by last_read 9 years ago
JustAMacUser 08e79cb6b9 Fixed height/width image attributes for enclosures. 9 years ago
Andrew Dolgov c7ce438e7b hurr-durr (2) 9 years ago
Andrew Dolgov 48b23e500e Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov b95c1e3ced hurr-durr 9 years ago
Andrew Dolgov f5e66c439e remove SESSION_CHECK_ADDRESS 9 years ago
Andrew Dolgov 978989bb7b shorten previous a bit 9 years ago
Skibbi e22e0d686c Prevent concatenating words for full text search index 9 years ago
Andrew Dolgov 961cae85a4 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov d5eaaa0508 curl: let's verify ssl peers 9 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.
9 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.
9 years ago
Andrew Dolgov 28539f6aaf search_to_sql: trim() input 9 years ago
Andrew Dolgov dcbe36b2a2 fix some remaining old-style viewfeed() calls 9 years ago
Andrew Dolgov 45913edda0 fetch_file_contents: use http/1.1 when not using curl 9 years ago
Andrew Dolgov 0acc1ed76e dijit style updates 9 years ago
Andrew Dolgov 6b0a17ad8b viewfeed: switch to hash-based arguments
viewfeed: remove (obsolete) method parameter
add shortcut to debug viewfeed() query
9 years ago
Andrew Dolgov 884ae7a941 limit recently read feed to 1 day of read headlines 9 years ago
Andrew Dolgov 7d73cc4184 minor css fixes 9 years ago
Andrew Dolgov b87744534a add plugin-based filter actions (see example plugin in attic)
bump schema
9 years ago
Andrew Dolgov 6ee255fba3 use join between user_entries and entries table 9 years ago
Andrew Dolgov c1ebb6cdf7 update notice/error css classes 9 years ago
Andrew Dolgov 6810a1de42 use dijit form widget for attachments dropdown 9 years ago
Andrew Dolgov 209ebdc644 queryfeedheadlines: only use disable_offsets hack in expanded mode 9 years ago
Andrew Dolgov 07877caf40 Revert "update: reenable first ref_id/id transaction"
This reverts commit 14ce0e2504.
9 years ago
Andrew Dolgov 14ce0e2504 update: reenable first ref_id/id transaction 9 years ago
Andrew Dolgov e07be79a8b first id query: add last_read for recently read feed 9 years ago
Andrew Dolgov dab229cd1f update_rss_feed: disable transactions for the time being 9 years ago
Andrew Dolgov 6b3160cf1e purge_feed: remove obsolete postgresql queries 9 years ago
Andrew Dolgov c7edba791c don't bother with topmost id if working with disabled offsets 9 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 9 years ago
Andrew Dolgov 332ff5cfb8 add a very obvious speed improvement to topmost_id calculation 9 years ago
Andrew Dolgov 8f135ce3b6 bump schema 9 years ago
Andrew Dolgov 60e680599d allow selecting stemming language in search dialog 9 years ago
Andrew Dolgov df659891ac implement per-feed stemming language setting 9 years ago
Andrew Dolgov e854442e1f more fts stuff for simple index 9 years ago
Andrew Dolgov b4f544d389 add some fts stuff 9 years ago
Andrew Dolgov 3ceb893f66 add one catchall function to make uniqids/keyhashes/etc used by tt-rss 9 years ago
Andrew Dolgov 97aa917c6d smart_date_time: better eta_min handling 9 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
9 years ago
Andrew Dolgov a950fbecb5 Revert "Performance breakthrough"
This reverts commit c291685654.
9 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.
9 years ago
Andrew Dolgov f45b67c53e queryFeedHeadlines: remove filter stuff 9 years ago
Andrew Dolgov 0e4da73f06 do not allow commas in tags 9 years ago
Andrew Dolgov f56e5a3504 add workaround for fresh feed first id calculation issue 9 years ago
Andrew Dolgov f7fd1edb76 first_id default value: type is important 9 years ago
Andrew Dolgov 8831632905 add some more stuff to first_id query to fix virtual feeds 9 years ago
Andrew Dolgov d5e0486e0c minor first_id query fix 9 years ago
Andrew Dolgov 48fefe2f6b fixes for first_id stuff 9 years ago
Andrew Dolgov 83ce77a2e8 functions: fix some phpstorm-reported warnings 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 9959acc87a change version_static based on y.m 9 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.
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 e2a3689a18 sanitize: disable <hr> for now 9 years ago
Andrew Dolgov b90c4468fc sanitize: allow <hr> elements
af_redditimgur: optionally add original content using Readability php implementation
9 years ago
Andrew Dolgov 35c3735494 fix article tags/labels not assigning properly on mysql because of the 4byte unicode workaround 9 years ago
Andrew Dolgov 6bb96beb3a update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subscribe) 9 years ago
Andrew Dolgov b6714c77d2 limit smart_date_time stuff to headlines only 9 years ago
Andrew Dolgov 46973af5df smart_date_time: add special case when article date is within current hour 9 years ago
Andrew Dolgov 3318d32410 move language detection to a plugin, remove config.php constant 9 years ago
Andrew Dolgov 6c9f3d4a60 update_rss_feed: limit maximum execution time while processing articles 9 years ago
Andrew Dolgov fe4535e6d3 bayes, filter: do not categorize already processed articles
rss: remove site url/title checks from update_rss_feed
9 years ago
Andrew Dolgov 6022776dac speedup feed subscription process 9 years ago
Andrew Dolgov 59e83455f1 add some more bayes stuff 9 years ago
Andrew Dolgov 35c12dc40a add workaround for mysql only accepting subset of unicode characters 9 years ago
Andrew Dolgov 6de3a1be7b allow plugins modify article score 9 years ago
Andrew Dolgov dd6e2386fd fix_url: support schema-less urls 9 years ago
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 9 years ago
Andrew Dolgov 7c0a2ab202 pluginhost: allow loading user plugins from plugins.local 9 years ago
Andrew Dolgov 5078ebcc6f Merge pull request #456 from andersk/disable-feed-browser
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
9 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>
9 years ago
Andrew Dolgov 945346cbff add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin 9 years ago
Andrew Dolgov 27f7b59353 add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 9 years ago
Andrew Dolgov 755869ffbc remove unread first sorting: has issues, is pretty much adaptive anyway 9 years ago
Andrew Dolgov 51faa1150c add bg_BG entry to get_translations() 9 years ago
Andrew Dolgov 168cf351e2 add housekeeping task for orphaned counter cache entries 9 years ago
SkyREgit 95a95b0a40 Add unread category to build-in Search
unread:{true,false} - match only unread or read articles
9 years ago
Andrew Dolgov a29fe12195 add auto_assign_labels plugin; allow article filter plugins to add labels to articles 9 years ago
Andrew Dolgov 0c6f7b314a remove image.php; put cached image endpoint to public.php 9 years ago
Andrew Dolgov e6c826fa2f remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results) 9 years ago
Andrew Dolgov 4ca621a360 add config option CHECK_FOR_UPDATES 10 years ago
Andrew Dolgov 480b2de3b1 minor fixes for previous (2) 10 years ago
Andrew Dolgov 119ba03bd4 minor fixes for previous 10 years ago
Andrew Dolgov efcc5d365d add placeholder update checker using git changesets 10 years ago
Andrew Dolgov d498b60c6d do not subscribe new users to now obsolete releases feed 10 years ago
Andrew Dolgov ffc3a1e579 session: don't try to validate session schema version on empty sessions 10 years ago
Andrew Dolgov ed775e4e8d remove obsolete code related to version checking and tarball updater plugin 10 years ago
Andrew Dolgov 3192fb43bc do not invalidate session when version_static and user agent changes 10 years ago
Andrew Dolgov c9299c28c6 comment out old-school test trgm code 10 years ago
Anders Kaseorg bd40827b73 Drop duplicate database indexes
These duplicate indexes were found by the pt-duplicate-key-checker
tool in percona-toolkit.  Duplicate indexes waste space and slow down
the query planner.  Closes #835.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
10 years ago
Andrew Dolgov d8895ec679 1.15.3 to fix tag/version mismatch 10 years ago
Andrew Dolgov 21d7585a54 disable version checking for night.css 10 years ago
Andrew Dolgov e054faa182 release 1.15.1 10 years ago
Andrew Dolgov f6cbe9a5a0 require version information in all additional themes 10 years ago
Andrew Dolgov 9b46c8e5e7 release 1.15 10 years ago
Andrew Dolgov 584411fee6 disable libxml entity loader to prevent attacks via xml external entities (fixes #833) 10 years ago
Andrew Dolgov c63850fad0 if loaded over ssl and iframe is whitelisted, set its source to https 10 years ago
Andrew Dolgov 9fd581336e fetch_file_contents: support retarded schema-less urls
af_comics_dilbert: fix for new dilbert.com shenanigans
10 years ago
tmo-github 8458a312ae Modify query to avoid a full table scan on MySQL 10 years ago
Andrew Dolgov 59b5d5f3e6 allow embedding videos from youtube and vimeo natively 10 years ago
Andrew Dolgov e44280a0bd fix typo (refs #818) 10 years ago
Andrew Dolgov 3cc02a5b88 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 10 years ago
Andrew Dolgov 6383c9c53a when registering feed title, consider its maximum length (closes #818) 10 years ago
Grant Pannell da7e3e91bf Fix allow duplicate posts feature with optimizations from 1.14 10 years ago
Andrew Dolgov edccb21df0 release 1.14 10 years ago
Andrew Dolgov 229a871be7 do not force sslversion in any cases 10 years ago
Dave Zaikos 32703cc636 Added ltrim to in fetch_file_contents to fix edge cases where a URL has one or more spaces before it, which causes CURL to fail. 10 years ago
Andrew Dolgov 522e8b3500 update debugging: add force_rehash 10 years ago
Andrew Dolgov 8ef0ca2fa6 remove unused format_libxml_error 10 years ago
Andrew Dolgov ae962a96fd fix typo 10 years ago
Andrew Dolgov 05a8caddf5 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 10 years ago
Andrew Dolgov fafac207c5 geturl: if head request is denied because host is still living in 20th century, try requesting body (thanks to incompetent admins of arxiv.org) 10 years ago
Jonathon Padfield 5d2e74a95e Minor refactor for php v5.3, which doens't support immediate dereferencing of array entries 10 years ago
Andrew Dolgov aa9f7d4447 get_minified_js: store and check tt-rss version in cached files 10 years ago
Andrew Dolgov 02b0348a8a mention that language passed is read only 10 years ago
Andrew Dolgov 73f9378d26 update: include detected language to article structure passed to filters 10 years ago
Andrew Dolgov 2d9c568439 add some timing information to update_daemon_common 10 years ago
Andrew Dolgov d5e490952a fix language detection; remove f_guid debugging 10 years ago
Andrew Dolgov eb16bd9f01 pass correct instance of pluginhost to calculate_article_hash 10 years ago
Andrew Dolgov af244f927e tweak article hash function 10 years ago
Andrew Dolgov b1840673cd simplify article filter chaining mechanism, do not try to process already stored articles 10 years ago
Andrew Dolgov ca6ef93259 mention english language name for Arabic 10 years ago
Andrew Dolgov c4794f39c9 Merge branch 'master' of git://github.com/asalthobaity/Tiny-Tiny-RSS into asalthobaity-master 10 years ago
asalthobaity df7419cdec Arabic translation
Revised Arabic translation and inclusion of locale in get_translations()
10 years ago
Andrew Dolgov cf0231f9d1 stored http error text in curl mode 10 years ago
Andrew Dolgov 0084f0d1ba update stored article after filter has finished processing to prevent plugins from reverting changes of earlier invoked plugins (experimental) 10 years ago
Andrew Dolgov 0d703c73bd reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds (ff5cc7d7) 10 years ago
Andrew Dolgov 1725817ac1 release 1.13 10 years ago
Felix Eckhofer 1e87193815 Add width/height attribute to image enclosures 10 years ago
Felix Eckhofer 523bd90baf Store size of enclosure to database 10 years ago