Andrew Dolgov
|
ab53591957
|
somewhat experimental: disable article packing/unpacking, render content immediately
|
4 years ago |
CERT
|
a361c17678
|
Translated using Weblate (Persian)
Currently translated at 96.4% (701 of 727 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fa/
|
4 years ago |
CERT
|
44f99ca1e6
|
Translated using Weblate (Persian)
Currently translated at 88.8% (646 of 727 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fa/
|
4 years ago |
Андрій Жук
|
0c39a85a31
|
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (727 of 727 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/uk/
|
4 years ago |
Andrew Dolgov
|
e13d66536c
|
Merge branch 'weblate-integration'
|
4 years ago |
CERT
|
491369efb1
|
Translated using Weblate (Persian)
Currently translated at 71.8% (522 of 727 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fa/
|
4 years ago |
Andrew Dolgov
|
935f163919
|
api: catchupfeed: allow passing 'mode' (optional), bump api version
|
4 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)
|
4 years ago |
Andrew Dolgov
|
38a7a1da88
|
hide uninteresting errors in several DOMDocument->loadHTML() invocations
|
4 years ago |
Andrew Dolgov
|
24cdacd59e
|
enable Farsi locale in the UI
|
4 years ago |
Andrew Dolgov
|
98cad3cdc8
|
Merge branch 'weblate-integration'
|
4 years ago |
Andrew Dolgov
|
8a02a728c8
|
add DAEMON_UNSUCCESSFUL_DAYS_LIMIT tunable (defaults to 30 days)
|
4 years ago |
Andrew Dolgov
|
e641547d37
|
set ttrss_feeds.last_successful_update as needed
|
4 years ago |
CERT
|
14e0efd5b3
|
Translated using Weblate (Persian)
Currently translated at 48.8% (355 of 727 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fa/
|
4 years ago |
Andrew Dolgov
|
da5deaaca1
|
set session.cookie_lifetime to 0 initially instead of a rather useless min()
|
4 years ago |
Andrew Dolgov
|
476be67ff9
|
updater: set --update-schema as optional-value
|
4 years ago |
Andrew Dolgov
|
15e8ee3471
|
housekeeping: add task to cleanup orphan feed icons
|
4 years ago |
Andrew Dolgov
|
82bc740363
|
Logger::log - allow specifying errno
bump severity of PDO exception log messages to E_USER_WARNING
|
4 years ago |
Andrew Dolgov
|
3b17c45887
|
exclude E_USER_NOTICE from recent events icon
|
4 years ago |
Andrew Dolgov
|
23d20847a3
|
update_rss_feed: fallback to previous method if passthru() is not available
|
4 years ago |
Andrew Dolgov
|
c70e26db31
|
validate url: feed urlencoded() URL to filter_var() only
|
4 years ago |
Andrew Dolgov
|
7c8bed0524
|
accept -1 as a valid exit code for per-feed update processes
|
4 years ago |
Andrew Dolgov
|
de22464ea8
|
schema: add ttrss_feeds.last_successful_update
|
4 years ago |
Andrew Dolgov
|
97d7e5a42a
|
allow updating database schema in batch mode
|
4 years ago |
Andrew Dolgov
|
335dcd3bf9
|
don't mention last_updated in non-zero failure error message because that's not what it means
|
4 years ago |
Andrew Dolgov
|
3534b8dfa7
|
improve logging for per-feed update task failures
|
4 years ago |
Andrew Dolgov
|
74cd60d7cc
|
update_rss_feed: don't return as if failed on http 304
|
4 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
|
4 years ago |
Andrew Dolgov
|
0761533d0a
|
lock per-feed update processes based on feed ID to reduce possibilty
of concurrent updates
|
4 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
|
4 years ago |
CERT
|
ce550a13bf
|
Translated using Weblate (Persian)
Currently translated at 11.9% (87 of 727 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fa/
|
4 years ago |
Andrew Dolgov
|
e993d4feb2
|
Merge branch 'master' of git.fakecake.org:tt-rss
|
4 years ago |
Andrew Dolgov
|
71e9f70b8a
|
search_to_sql: use per-user default language instead of hardcoded english if isn't specified explicitly
|
4 years ago |
Andrew Dolgov
|
d0ed7890df
|
prev: add missing class
|
4 years ago |
Andrew Dolgov
|
215f388992
|
move timestamp-related stuff to a separate class
|
4 years ago |
Andrew Dolgov
|
05744bb474
|
fix updater never scheduling feeds for update if they never been updated before while having default update interval set
|
4 years ago |
Andrew Dolgov
|
8fb2baecdc
|
another hack for validation of URLs with invalid characters
|
4 years ago |
Andrew Dolgov
|
a897c4165b
|
validate URLs: convert IDN to punycode before passing URL to filter_var()
|
4 years ago |
Andrew Dolgov
|
6811d0bde2
|
use self:: in some places to invoke static methods from the same class
|
4 years ago |
Andrew Dolgov
|
b5710baf34
|
- don't fail on non-ascii characters when validating URLs
- fix IDN hostnames not being converted properly
|
4 years ago |
Andrew Dolgov
|
e3780050e7
|
Merge branch 'weblate-integration'
|
4 years ago |
Andrew Dolgov
|
490df818aa
|
router: only allow functions without required parameters as handler methods
|
4 years ago |
Andrew Dolgov
|
ab6aa0ad3e
|
fix previous re: resolve_redirects
|
4 years ago |
Andrew Dolgov
|
74568df4ff
|
remove a lot of stuff from global context (functions.php), add a few helper classes instead
|
4 years ago |
Glandos
|
4d6c80b198
|
Translated using Weblate (French)
Currently translated at 100.0% (727 of 727 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fr/
|
4 years ago |
Andrew Dolgov
|
41fbd3f15f
|
Added translation using Weblate (Persian)
|
4 years ago |
Andrew Dolgov
|
d04ac399ff
|
clarify some URL validation-related error messages
|
4 years ago |
Andrew Dolgov
|
3dd4169b5f
|
clarify some URL validation-related error messages
|
4 years ago |
Andrew Dolgov
|
4785f21316
|
update_rss_feed: log effective URL after fetching
validate_url: treat scheme as case-insensitive
|
4 years ago |
Andrew Dolgov
|
486f1d84ed
|
resolve_redirects: fix previous
|
4 years ago |