Andrew Dolgov
71c8d8d365
queryFeedHeadlines:
...
- there should be no need for DISTINCT query when checking for first id
- fix DISTINCT query part being undefined when browsing by tags
- add query debugging for tags
5 years ago
Andrew Dolgov
7608f3d7b0
Merge branch 'master' of git.fakecake.org:tt-rss
5 years ago
Andrew Dolgov
2edfcbbd85
get_article_image: add support for ARTICLE_KIND_ALBUM
5 years ago
Andrew Dolgov
85b788709a
setArticleTags: prevent duplicate tags being assigned if called twice
...
editTagsDlg: prevent dialot from being submitted twice
normalize_categories: filter out empty values that failed validation
5 years ago
Andrew Dolgov
d06cc8267b
queryFeedHeadlines: bring back DISTINCT for a limited set of columns
5 years ago
Andrew Dolgov
e40b79ab33
get_article_image: return basic kind to which flavor image belongs
5 years ago
Andrew Dolgov
db3fcb861b
viewfeed: reintroduce timestamps, fix debugging, fix some indents
5 years ago
Andrew Dolgov
20af8d5caf
queryFeedHeadlines: properly define for a few more variables
5 years ago
Andrew Dolgov
1580748c17
queryFeedHeadlines: make sure feed_check_qpart is always defined
5 years ago
Andrew Dolgov
904d5f7a3b
queryFeedHeadlines: no longer select DISTINCT headlines for performance reasons (this also removes _HEADLINES_QUERY_NO_DISTINCT)
5 years ago
Andrew Dolgov
e9673eb13d
experimental: add optional _HEADLINES_QUERY_NO_DISTINCT to disable DISTINCT keyword in queryFeedHeadlines query
5 years ago
Andrew Dolgov
8089fcc762
feed editor: also show default value for purge interval
5 years ago
Andrew Dolgov
d48460969d
feed editor: show actual value of default update interval
5 years ago
Andrew Dolgov
d1ee30d1ba
prevent horizontal scrolling in filter editor dialog if rules are very long
5 years ago
Andrew Dolgov
328d7b55c8
URLHelper: fix E_DEPRECATED error related to idn_to_ascii()
5 years ago
John Aylward
01c0d4bbfd
allow audio to be sent to client from the cache
5 years ago
JustAMacUser
f782ee46ad
Fix incorrect parenthesis placement in `count()`.
5 years ago
Andrew Dolgov
f1fd5e8db1
mark feed as having an error if update task fails (and no last error is already stored for this feed)
5 years ago
Andrew Dolgov
935f163919
api: catchupfeed: allow passing 'mode' (optional), bump api version
5 years ago
Andrew Dolgov
4ea407f613
when auto disabling feeds based on DAEMON_UNSUCCESSFUL_DAYS_LIMIT only consider feeds with recent attempts to update (to prevent clashes with not recently logged users, etc)
5 years ago
Andrew Dolgov
38a7a1da88
hide uninteresting errors in several DOMDocument->loadHTML() invocations
5 years ago
Andrew Dolgov
8a02a728c8
add DAEMON_UNSUCCESSFUL_DAYS_LIMIT tunable (defaults to 30 days)
5 years ago
Andrew Dolgov
e641547d37
set ttrss_feeds.last_successful_update as needed
5 years ago
Andrew Dolgov
15e8ee3471
housekeeping: add task to cleanup orphan feed icons
5 years ago
Andrew Dolgov
82bc740363
Logger::log - allow specifying errno
...
bump severity of PDO exception log messages to E_USER_WARNING
5 years ago
Andrew Dolgov
3b17c45887
exclude E_USER_NOTICE from recent events icon
5 years ago
Andrew Dolgov
23d20847a3
update_rss_feed: fallback to previous method if passthru() is not available
5 years ago
Andrew Dolgov
c70e26db31
validate url: feed urlencoded() URL to filter_var() only
5 years ago
Andrew Dolgov
7c8bed0524
accept -1 as a valid exit code for per-feed update processes
5 years ago
Andrew Dolgov
335dcd3bf9
don't mention last_updated in non-zero failure error message because that's not what it means
5 years ago
Andrew Dolgov
3534b8dfa7
improve logging for per-feed update task failures
5 years ago
Andrew Dolgov
74cd60d7cc
update_rss_feed: don't return as if failed on http 304
5 years ago
Andrew Dolgov
d4d0e976dc
update-feed: exit with non-zero exit code if update_rss_feed() failed
...
daemon: log if per-feed update task terminated with non-zero exit code
5 years ago
Andrew Dolgov
0761533d0a
lock per-feed update processes based on feed ID to reduce possibilty
...
of concurrent updates
5 years ago
Andrew Dolgov
528b387563
update individual feed in a separate process to prevent PHP fatal errors
...
(for example, OOM) from stopping the entire batch
this should also slightly increase memory budget for update processes
5 years ago
Andrew Dolgov
e993d4feb2
Merge branch 'master' of git.fakecake.org:tt-rss
5 years ago
Andrew Dolgov
71e9f70b8a
search_to_sql: use per-user default language instead of hardcoded english if isn't specified explicitly
5 years ago
Andrew Dolgov
d0ed7890df
prev: add missing class
5 years ago
Andrew Dolgov
215f388992
move timestamp-related stuff to a separate class
5 years ago
Andrew Dolgov
05744bb474
fix updater never scheduling feeds for update if they never been updated before while having default update interval set
5 years ago
Andrew Dolgov
8fb2baecdc
another hack for validation of URLs with invalid characters
5 years ago
Andrew Dolgov
a897c4165b
validate URLs: convert IDN to punycode before passing URL to filter_var()
5 years ago
Andrew Dolgov
6811d0bde2
use self:: in some places to invoke static methods from the same class
5 years ago
Andrew Dolgov
b5710baf34
- don't fail on non-ascii characters when validating URLs
...
- fix IDN hostnames not being converted properly
5 years ago
Andrew Dolgov
ab6aa0ad3e
fix previous re: resolve_redirects
5 years ago
Andrew Dolgov
74568df4ff
remove a lot of stuff from global context (functions.php), add a few helper classes instead
5 years ago
Andrew Dolgov
3dd4169b5f
clarify some URL validation-related error messages
5 years ago
Andrew Dolgov
4785f21316
update_rss_feed: log effective URL after fetching
...
validate_url: treat scheme as case-insensitive
5 years ago
Andrew Dolgov
05ef9aac2f
update URL pointing to version.json
5 years ago
Andrew Dolgov
03a337a660
add basic safe mode which doesn't load any user plugins
5 years ago