Andrew Dolgov
|
c70e26db31
|
validate url: feed urlencoded() URL to filter_var() only
|
2020-09-28 19:46:31 +03:00 |
Andrew Dolgov
|
7c8bed0524
|
accept -1 as a valid exit code for per-feed update processes
|
2020-09-28 16:02:59 +03:00 |
Andrew Dolgov
|
de22464ea8
|
schema: add ttrss_feeds.last_successful_update
|
2020-09-28 14:14:06 +03:00 |
Andrew Dolgov
|
97d7e5a42a
|
allow updating database schema in batch mode
|
2020-09-28 13:51:47 +03:00 |
Andrew Dolgov
|
335dcd3bf9
|
don't mention last_updated in non-zero failure error message because that's not what it means
|
2020-09-28 08:32:14 +03:00 |
Andrew Dolgov
|
3534b8dfa7
|
improve logging for per-feed update task failures
|
2020-09-28 08:02:38 +03:00 |
Andrew Dolgov
|
74cd60d7cc
|
update_rss_feed: don't return as if failed on http 304
|
2020-09-27 17:13:36 +03:00 |
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
|
2020-09-27 16:42:45 +03:00 |
Andrew Dolgov
|
0761533d0a
|
lock per-feed update processes based on feed ID to reduce possibilty
of concurrent updates
|
2020-09-27 16:01:39 +03:00 |
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
|
2020-09-27 15:58:13 +03:00 |
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/
|
2020-09-27 11:35:15 +00:00 |
Andrew Dolgov
|
e993d4feb2
|
Merge branch 'master' of git.fakecake.org:tt-rss
|
2020-09-25 10:04:09 +03:00 |
Andrew Dolgov
|
71e9f70b8a
|
search_to_sql: use per-user default language instead of hardcoded english if isn't specified explicitly
|
2020-09-25 10:03:42 +03:00 |
Andrew Dolgov
|
d0ed7890df
|
prev: add missing class
|
2020-09-23 13:05:00 +03:00 |
Andrew Dolgov
|
215f388992
|
move timestamp-related stuff to a separate class
|
2020-09-23 13:04:26 +03:00 |
Andrew Dolgov
|
05744bb474
|
fix updater never scheduling feeds for update if they never been updated before while having default update interval set
|
2020-09-22 20:33:51 +03:00 |
Andrew Dolgov
|
8fb2baecdc
|
another hack for validation of URLs with invalid characters
|
2020-09-22 19:56:26 +03:00 |
Andrew Dolgov
|
a897c4165b
|
validate URLs: convert IDN to punycode before passing URL to filter_var()
|
2020-09-22 15:32:22 +03:00 |
Andrew Dolgov
|
6811d0bde2
|
use self:: in some places to invoke static methods from the same class
|
2020-09-22 14:54:15 +03:00 |
Andrew Dolgov
|
b5710baf34
|
- don't fail on non-ascii characters when validating URLs
- fix IDN hostnames not being converted properly
|
2020-09-22 14:37:45 +03:00 |
Andrew Dolgov
|
e3780050e7
|
Merge branch 'weblate-integration'
|
2020-09-22 11:55:53 +03:00 |
Andrew Dolgov
|
490df818aa
|
router: only allow functions without required parameters as handler methods
|
2020-09-22 09:34:39 +03:00 |
Andrew Dolgov
|
ab6aa0ad3e
|
fix previous re: resolve_redirects
|
2020-09-22 09:18:24 +03:00 |
Andrew Dolgov
|
74568df4ff
|
remove a lot of stuff from global context (functions.php), add a few helper classes instead
|
2020-09-22 09:04:33 +03:00 |
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/
|
2020-09-22 01:24:24 +00:00 |
Andrew Dolgov
|
41fbd3f15f
|
Added translation using Weblate (Persian)
|
2020-09-21 18:27:39 +00:00 |
Andrew Dolgov
|
d04ac399ff
|
clarify some URL validation-related error messages
|
2020-09-21 20:37:29 +03:00 |
Andrew Dolgov
|
3dd4169b5f
|
clarify some URL validation-related error messages
|
2020-09-21 20:35:24 +03:00 |
Andrew Dolgov
|
4785f21316
|
update_rss_feed: log effective URL after fetching
validate_url: treat scheme as case-insensitive
|
2020-09-21 20:26:57 +03:00 |
Andrew Dolgov
|
486f1d84ed
|
resolve_redirects: fix previous
|
2020-09-20 18:14:34 +03:00 |
Andrew Dolgov
|
d2867d887a
|
resolve_redirects: only use three argument version of get_headers() on php 7.1+
|
2020-09-20 17:27:04 +03:00 |
Andrew Dolgov
|
05ef9aac2f
|
update URL pointing to version.json
|
2020-09-19 07:33:59 +03:00 |
fox
|
7584ecc8a2
|
Merge branch 'gettext-const-scope' of JustAMacUser/tt-rss into master
|
2020-09-19 04:04:47 +00:00 |
JustAMacUser
|
c8ac9dc7ea
|
Remove `private` scope for class constants.
This change branches from the merged patch by Sunil Mohan Adapa's for
Debian's package.
|
2020-09-18 18:13:18 -04:00 |
Andrew Dolgov
|
03a337a660
|
add basic safe mode which doesn't load any user plugins
|
2020-09-18 15:48:22 +03:00 |
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
|
2020-09-18 14:05:34 +03:00 |
Andrew Dolgov
|
4f5ae94b62
|
prevent source errors from crashing gulp watch
|
2020-09-18 12:14:37 +03:00 |
Andrew Dolgov
|
f3803c9e60
|
add eslint to package.json
|
2020-09-17 20:47:01 +03:00 |
Andrew Dolgov
|
5c1f70348e
|
add less to package.json
|
2020-09-17 20:45:21 +03:00 |
Andrew Dolgov
|
4efc3d7b3f
|
validate_url: relax requirements for URLs, limit additional port/loopback filtering to fetch_file_contents()
|
2020-09-17 20:20:23 +03:00 |
Andrew Dolgov
|
a4525d31b2
|
replace FALSE with false so that static analyzer shuts up about it
|
2020-09-17 19:02:27 +03:00 |
Andrew Dolgov
|
57fac84516
|
rename gettext.inc to gettext.inc.php (cosmetic)
|
2020-09-17 18:56:29 +03:00 |
Andrew Dolgov
|
d8619b9a84
|
auth_internal: cast OTP code to integer before trying to check it
|
2020-09-17 16:50:34 +03:00 |
Andrew Dolgov
|
c25edd0024
|
fetch_file_contents: validate effective URL (after redirects) without CURL
|
2020-09-17 16:17:33 +03:00 |
Andrew Dolgov
|
27e695436f
|
fetch_file_contents: validate effective URL (after redirects) if using CURL
|
2020-09-17 15:53:13 +03:00 |
Andrew Dolgov
|
afa0023c51
|
don't try to update manually disabled feeds even if they haven't been updated before or are marked for a manual update
|
2020-09-17 15:40:50 +03:00 |
Andrew Dolgov
|
f41fdef389
|
add gulp task for less compilation
|
2020-09-17 13:30:52 +03:00 |
Andrew Dolgov
|
5415a0e033
|
add makefile for less to css compilation
|
2020-09-17 12:15:49 +03:00 |
Andrew Dolgov
|
37f41a5246
|
forgotpass: use type strict comparison for reset token
|
2020-09-17 11:49:27 +03:00 |
Andrew Dolgov
|
5a7e7e1367
|
don't try to call hash_equals() on unset user token
|
2020-09-17 10:20:55 +03:00 |