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 |
Andrew Dolgov
|
d2867d887a
|
resolve_redirects: only use three argument version of get_headers() on php 7.1+
|
4 years ago |
Andrew Dolgov
|
05ef9aac2f
|
update URL pointing to version.json
|
4 years ago |
fox
|
7584ecc8a2
|
Merge branch 'gettext-const-scope' of JustAMacUser/tt-rss into master
|
4 years ago |
JustAMacUser
|
c8ac9dc7ea
|
Remove `private` scope for class constants.
This change branches from the merged patch by Sunil Mohan Adapa's for
Debian's package.
|
4 years ago |
Andrew Dolgov
|
03a337a660
|
add basic safe mode which doesn't load any user plugins
|
4 years ago |
Andrew Dolgov
|
3588d5186e
|
- gettext: merge patch from Sunil Mohan Adapa which rewrites plural parser to not use eval()
- fix typo in aforementioned patch which caused plurals to never load
- update code again to newer PHP constructor syntax
|
4 years ago |
Andrew Dolgov
|
4f5ae94b62
|
prevent source errors from crashing gulp watch
|
4 years ago |
Andrew Dolgov
|
f3803c9e60
|
add eslint to package.json
|
4 years ago |
Andrew Dolgov
|
5c1f70348e
|
add less to package.json
|
4 years ago |
Andrew Dolgov
|
4efc3d7b3f
|
validate_url: relax requirements for URLs, limit additional port/loopback filtering to fetch_file_contents()
|
4 years ago |