Andrew Dolgov
40df94c169
fix feed_language being unnecessarily quoted in batch feed editor
2023-10-04 18:27:31 +03:00
Andrew Dolgov
f489f620d0
phpstan fix
2023-09-18 18:52:22 +03:00
Andrew Dolgov
dd6ac57a07
feed debugger: add content regexp matches to filter debug output
2023-09-18 11:45:51 +03:00
Andrew Dolgov
83f5ab5c79
fix basename() being passed a NULL value
2023-08-12 09:00:57 +03:00
Andrew Dolgov
ba6a912abd
use non-deprecated variant of get_schema_version()
2023-08-03 07:24:48 +03:00
Andrew Dolgov
1d788eddf8
* logger: add optional HTML output
...
* feed debugger: add checkbox to dump feed XML
2023-08-02 09:10:05 +03:00
Andrew Dolgov
dc25a9cf68
disable app passwords in the UI if auth_internal is not loaded
2023-06-14 20:19:18 +03:00
Andrew Dolgov
a28d9582e8
public/getUnread: fix PHP8 warning if fresh optional parameter is not given
2023-05-28 21:27:33 +03:00
Chih-Hsuan Yen
d26309b1e5
Fix version string for unsupported installations
...
For unsupported installations, $version['commit'] may not be defined,
leading to a warning:
E_WARNING (2)
Undefined array key "commit"
1. classes/config.php(316): ttrss_error_handler(Undefined array key "commit", classes/config.php)
2. prefs.php(173): get_version_html()
2023-05-27 10:58:11 +08:00
defkev
af3e9eb4a0
Forgot delimiter
2023-05-21 06:16:36 +02:00
defkev
5bfd18d3e6
Update API
...
Add site_url property for 9e169dc3aa7c7e30c11d7d3d1bbc4bc66fa39760
2023-05-21 04:55:25 +02:00
Andrew Dolgov
3de09b44f2
_order_to_override_query: fix custom sort plugins overriding each other
2023-05-06 14:07:10 +03:00
Andrew Dolgov
1e90feef0e
fix 881f8805bd
behaving improperly
2023-04-13 06:20:04 +03:00
Andrew Dolgov
103fdd5e60
long year -> short year
2023-04-10 20:11:26 +03:00
Andrew Dolgov
7a54154d45
we don't need BUILD_TIMESTAMP either
2023-04-10 20:06:52 +03:00
Andrew Dolgov
27bd226f2b
move branch to version tooltip
2023-04-10 20:04:38 +03:00
Andrew Dolgov
15c9dbe270
use short sha CI envvar for version.json compatibility
2023-04-10 19:55:20 +03:00
Andrew Dolgov
2420feb91f
no more pointless txt files for version
2023-04-10 19:53:49 +03:00
Andrew Dolgov
8ccea1712e
a bit more diskcache tracing
2023-04-10 18:23:26 +03:00
Andrew Dolgov
6920c44587
better static version
2023-04-10 18:05:13 +03:00
Andrew Dolgov
4e17fac8b7
fix typo
2023-04-10 07:24:01 +03:00
Andrew Dolgov
7dc83961bd
make jaeger service name configurable
2023-04-10 07:18:36 +03:00
Andrew Dolgov
b0fc248c05
add tracing to UrlHelper
2023-04-09 23:26:51 +03:00
Andrew Dolgov
44137342a6
a bit more tracing
2023-04-09 22:36:37 +03:00
Andrew Dolgov
fd5e0f98c4
even more tracing
2023-04-09 22:31:42 +03:00
Andrew Dolgov
e18295a364
more tracing
2023-04-09 22:15:16 +03:00
Andrew Dolgov
d68c736e47
Tracer: rework options to tags
2023-04-09 21:37:17 +03:00
Andrew Dolgov
6418157ccf
add icatchall
2023-04-09 21:30:04 +03:00
Andrew Dolgov
d7c070b22b
make phpstan happy
2023-04-09 21:29:16 +03:00
Andrew Dolgov
c1b3c99667
some tracer class fixes / unhardcode jaeger IP
2023-04-09 21:20:35 +03:00
Andrew Dolgov
8f3646a9c9
exp: jaeger tracing
2023-04-09 20:50:33 +03:00
Jan Pieter Kunst
a60c833ee4
Update config.php: $ttrss_version in private function _get_version() replaced by $this->version
2023-04-06 18:36:36 +00:00
Andrew Dolgov
881f8805bd
filters: allow matching on tags if there are no tags
2023-04-06 20:25:24 +03:00
Andrew Dolgov
53bd56894d
make phpstan happy
2023-04-06 15:55:00 +03:00
Andrew Dolgov
af5c64045b
add simple autocompleter for tags
2023-04-06 15:51:09 +03:00
Rodney Stromlund
80bd26b3b1
isLoggedIn adds a message to the system log when it returns false, fix for php8+, removed empty test for bool conversion.
2023-03-31 20:26:36 -05:00
Rodney Stromlund
7795c415ab
isLoggedIn adds a message to the system log when it returns false, fix for php8+
2023-03-29 08:20:52 -05:00
Andrew Dolgov
563675de09
* auth_internal OTP form: fix double-urlencode
...
* post-login redirect: handle ?return in a less idiotic fashion
2023-03-23 20:05:03 +03:00
fox
cddbf5bf5a
Merge pull request 'Replace special feed and category numbers with constants.' ( #104 ) from wn/tt-rss:feature/special-feed-and-cat-consts into master
...
Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/104
2023-03-07 20:13:10 +03:00
wn_
b14a8a76eb
Change 'FEED_NOTHING' to 'FEED_DASHBOARD'.
2023-03-07 15:45:07 +00:00
wn_
fe08299ec4
Replace special feed and category numbers with constants.
2023-03-05 19:16:48 +00:00
wn_
029cb8f442
Revert 7ed4fa4c1d
and use @var instead.
...
PHPStan had trouble recognizing that ['items'] might have elements added.
2023-03-05 16:29:51 +00:00
wn_
42b287e964
Remove unused 'Prefs::_delete()'.
...
Related to dabb85c7dd
.
2023-03-05 15:30:12 +00:00
wn_
dabb85c7dd
Address PHPStan warning about unused private method 'Prefs::_delete()'.
2023-03-05 14:20:19 +00:00
wn_
7ed4fa4c1d
Tweak to appease PHPStan in 'Pref_Feeds::_makefeedtree()'.
...
PHPStan flagged the 'count()' below this with: Comparison operation '>' between 0 and 0 is always false.
2023-03-05 14:20:19 +00:00
wn_
c4b16ca608
Address PHPStan 'right side always true' in 'PluginHost::lookup_command()'.
...
Since 'PluginHost::add_command()' is currently the only way to add to this private array, and it always sets an array, this is reasonably safe.
2023-03-05 14:20:19 +00:00
wn_
c48dd6a3c4
Address PHPStan 'right side always true' in FeedItem_RSS.
2023-03-05 14:20:19 +00:00
Andrew Dolgov
d210ae50ad
API:
...
- sharedToPublished: add optional sanitize parameter (defaults to true)
if disabled, allows inserting HTML into shared article content;
- clean() already invokes strip_tags() so it's pointless to do both;
2023-03-05 08:07:55 +03:00
Andrew Dolgov
04c2fa9f15
Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
2023-02-25 19:31:07 +03:00
Andrew Dolgov
4d825fa6a6
require PHP to have support for flock()
2023-02-25 19:30:41 +03:00
Veit Lehmann
aa2b770e30
add override links to utility views
...
This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
2023-02-24 00:46:40 +01:00
Andrew Dolgov
a2af3a6bb4
API: add getFeedIcon endpoint, bump version
2023-02-23 18:00:18 +03:00
wn_
fd55e492c3
Handle fetch issues in 'RSSUtils::update_basic_info'.
2023-02-17 12:10:51 +00:00
wn_
1646aba944
Minor tweak to favicon avg color debug log message.
2023-02-03 01:30:35 +00:00
wn_
b28d339bf2
Don't set 'favicon_avg_color' on feed obj unless it's valid.
2023-02-03 01:28:24 +00:00
wn_
f484988967
Fix logging favicon-related bools in 'RSSUtils::update_rss_feed()'.
2023-02-03 01:17:53 +00:00
wn_
380624a484
Persist failure to detect favicon average color.
...
Previously, an empty string returned by '\Colors\calculate_avg_color()' would be set as the 'favicon_avg_color' value, resulting in always reattempting average color calculation.
2023-02-03 01:02:42 +00:00
wn_
f0f7a5f958
Ensure custom favicon color detection happens.
2023-02-03 00:45:04 +00:00
Andrew Dolgov
c30b24d09f
deal with type errors in batch feed editor properly, un-deprecate PDO wrapper functions and document them for posterity
2022-12-30 19:51:34 +03:00
Andrew Dolgov
5c0a5da88c
batch feed editor: silence some more php8.1 undefined field warnings
2022-12-30 19:10:41 +03:00
Andrew Dolgov
a16acd65fc
batch feed editor:
...
- fix some field changes not applying because of DB type errors
- rework to use bound vars instead of sql query concatenation
deprecate: checkbox_to_sql_bool(), bool_to_sql_bool()
2022-12-30 19:07:15 +03:00
Andrew Dolgov
9c0ead3640
show full commit timestamp with version information in prefs footer
2022-12-30 09:46:01 +03:00
wn_
371af1a39c
Fix getting active feeds with errors.
...
fb4bc2615e
incorrectly excluded feeds using the default update interval. This change ignores the unlikely scenario where someone has the default update interval set to 'disabled'.
2022-12-24 21:22:16 +00:00
wn_
46e2635869
Only count updating (i.e. enabled) feeds when determining active feeds with errors.
...
This excludes feeds that had errors and currently have updating disabled (e.g. disabled due to the site being down for a while, getting compromised, etc.).
Disabled / non-updating feeds' error states are still visible when viewed in the feed tree.
2022-12-21 21:05:59 +00:00
wn_
8b129626cd
Only touch on send for expirable cache files.
...
With d373b7b452
feed icon modification times get used for cache-busting, but 'Cache_Local' updates that
value on each send. This change makes it so the modification time only gets updated on files in expirable caches, keeping the value
consistent between sends for files in non-expiring caches.
Also, marking 'Cache_Local::send_local_file()' private since it's unique to that adapter.
2022-12-20 02:16:47 +00:00
Andrew Dolgov
c6d21b3196
make phpstan happy
2022-12-19 21:42:34 +03:00
Andrew Dolgov
d373b7b452
* bring back cache-busting for feed icons based on timestamp
...
* DiskCache: use singleton pattern to create less cache object instances
* DiskCache: implement ETag
2022-12-19 21:36:50 +03:00
Andrew Dolgov
fa9c614ff1
Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
2022-12-02 07:35:11 +03:00
Andrew Dolgov
824addbc9d
fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed icons
2022-12-02 07:34:51 +03:00
wn_
a355221e7f
Consistently get the self URL.
...
This ensures all uses of the self URL get the same normalized/sanitized value.
2022-11-28 17:40:42 +00:00
Andrew Dolgov
94c49399cc
get_self_url: strip all trailing slashes
2022-11-28 19:24:12 +03:00
Andrew Dolgov
52180c9f8f
DiskCache: enforce basename() on filenames passed to cache adapter
2022-11-26 14:15:45 +03:00
Andrew Dolgov
3212c51ce8
migrate favicons directly to new cache
2022-11-24 23:43:46 +03:00
Andrew Dolgov
a30b9bb649
rework favicon storage to use DiskCache
2022-11-24 23:31:33 +03:00
Andrew Dolgov
be6bc72a74
DiskCache: tweak how expiration is invoked
2022-11-24 18:49:36 +03:00
Andrew Dolgov
3180b35807
deprecate DiskCache->touch()
2022-11-24 08:16:56 +03:00
Andrew Dolgov
9732d8fc9f
update_rss_feed: use DiskCache to store feed data
2022-11-23 22:09:04 +03:00
Andrew Dolgov
10a1dd35e3
* split local cache implementation into a separate class
...
* allow custom implementations provided by plugins
2022-11-23 21:18:40 +03:00
wn_
d376cd6142
Address upcoming string interpolation deprecation.
...
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
2022-11-12 16:20:59 +00:00
Andrew Dolgov
f56a049641
fix some PHP8 warnings generated while dragging feed tree items around
2022-10-15 13:44:02 +03:00
jmechnich
560caf8377
Fix PHP8 strtime warning if argument is null (addendum)
2022-10-01 11:05:12 +02:00
Andrew Dolgov
42bc1620b8
make phpstan happy
2022-09-29 20:02:59 +03:00
Shemi
f0a20a62c7
Merge branch 'master' into master
2022-09-29 11:18:41 +03:00
Shemi
e2f9a3b9a4
Added support for api plugins virtual feeds
2022-09-29 08:37:56 +03:00
jmechnich
359f0af2e7
Fix PHP8 strtime warning if argument is null
2022-09-28 12:29:57 +02:00
powerivq
96595ca4c5
Set user related sessions for single user mode
2022-08-31 14:52:42 -07:00
fox
5fea1a7ea9
Merge pull request 'Fix PHP8 empty param warning' ( #79 ) from powerivq/tt-rss:php8compat into master
...
Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/79
2022-08-31 18:50:39 +03:00
powerivq
f0f44c6ea5
Add last_login to single user mode
2022-08-31 00:41:57 -07:00
powerivq
f490bdd17a
Fix PHP8 empty param problem
2022-08-31 00:36:49 -07:00
fox
60658be5bc
Merge pull request 'Use PHP 7.4 features' ( #77 ) from wn/tt-rss:feature/php-7.4-stuff into master
...
Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/77
2022-08-17 19:38:15 +03:00
Andrew Dolgov
ec764f97e7
generate_syndicated_feed: add source section to JSON-formatted output
2022-08-16 20:02:28 +03:00
wn_
0dbed700ef
Merge remote-tracking branch 'origin/master' into feature/php-7.4-stuff
2022-08-15 10:43:14 +00:00
Andrew Dolgov
7d77edd1fb
amend logic flow to fix phpstan warning in previous
2022-08-15 07:59:24 +03:00
wn_
830a20debf
Handle 'file_get_contents()' failure in 'UrlHelper::fetch()'.
2022-08-14 16:52:44 +00:00
wn_
57e31fe5a7
Handle valid HTTP responses with no response body.
2022-08-14 16:39:03 +00:00
wn_
c301053965
Use the null coalescing assignment operator in various places.
2022-08-12 18:21:38 +00:00
wn_
3487c922b3
Replace use of 'array_merge' with the spread operator and 'array_push' in various places.
...
This isn't supported for arrays with string keys until PHP 8.1.
https://wiki.php.net/rfc/spread_operator_for_array
2022-08-12 17:58:38 +00:00
wn_
a63c949a55
Use arrow functions in some places.
2022-08-12 14:41:21 +00:00
wn_
7567676ed8
Remove a PHP < 7.1 branch in UrlHelper.
2022-08-12 14:16:40 +00:00
wn_
93fd85df6f
Switch to direct type declarations of class properties.
2022-08-12 14:13:26 +00:00