Athou
|
c3782bd7d2
|
also constrain to lower bound
|
2025-02-12 18:04:56 +01:00 |
|
Athou
|
99c973c8c2
|
change the default value of empirical interval calculation (#1677)
|
2025-02-12 17:26:38 +01:00 |
|
Athou
|
469420b5bf
|
feed refresh engine previously hardcoded values are now configurable (#1677)
|
2025-02-12 17:08:20 +01:00 |
|
Athou
|
bde556d41f
|
start to back off when we repeatedly receive a 429
|
2025-02-12 08:00:27 +01:00 |
|
Athou
|
8edd6a1e2d
|
correctly handle 0 as a Retry-Header value (#1671)
|
2025-02-05 07:50:10 +01:00 |
|
Athou
|
c451eee406
|
fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.2
remove workaround that is no longer needed
|
2025-02-02 15:58:59 +01:00 |
|
Athou
|
37cf711cbc
|
add support for the Retry-After header sent by OpenRSS
|
2025-01-27 07:48:19 +01:00 |
|
Athou
|
fde8dab8cd
|
simplify youtube channels url detection
|
2025-01-23 21:49:52 +01:00 |
|
Athou
|
62d3ed16e6
|
remove DOCTYPE declarations (#1260)
|
2025-01-10 16:18:49 +01:00 |
|
Athou
|
a073d843ab
|
ignore invalid cache control values (#1619)
|
2024-12-02 18:43:46 +01:00 |
|
Athou
|
7a838cddad
|
honor Cache-Control response header (#1615)
|
2024-11-29 17:06:57 +01:00 |
|
Athou
|
2565dfe528
|
remove workaround because quarkus.http.auth.form.cookie-max-age is now available
|
2024-11-27 10:05:26 +01:00 |
|
renovate[bot]
|
e2c8ddb8f7
|
chore(deps): update quarkus.version to v3.16.4
|
2024-11-27 10:00:32 +01:00 |
|
Athou
|
f3d2808f7d
|
add support for Internationalized Domain Names (#1588)
|
2024-10-23 19:58:47 +02:00 |
|
Athou
|
99a02a2186
|
fix issue with some HTTP feeds (#1572)
|
2024-10-04 20:20:02 +02:00 |
|
Athou
|
21efffa345
|
Update dependency io.github.hakky54:sslcontext-kickstart-for-apache5 to v8.3.7
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4
|
2024-09-22 09:07:20 +02:00 |
|
Athou
|
3cc93b51bb
|
set default cooldown duration to 0 so it's not a breaking change
|
2024-09-21 10:57:16 +02:00 |
|
Athou
|
19c8db8b31
|
add a cooldown on the force refresh action (#1556)
|
2024-09-21 08:24:14 +02:00 |
|
Athou
|
693844828b
|
comment tweak
|
2024-09-15 12:18:56 +02:00 |
|
Athou
|
8eefb1bcfb
|
add http cache to avoid fetching feeds too often (#1431)
|
2024-09-14 14:00:15 +02:00 |
|
Athou
|
cca2d49cc3
|
Revert "reduce artifact size by using a smaller library for charset detection" because juniversalchardet doesn't support as many charsets as icu4j
|
2024-09-13 23:40:13 +02:00 |
|
Athou
|
f4a43e9950
|
only compute rtl once by storing it in the database on fetch
|
2024-09-13 22:25:02 +02:00 |
|
Athou
|
31cf4d8bb2
|
use our own bidi detector to drop 10Mb from gwt
|
2024-09-13 16:05:21 +02:00 |
|
Athou
|
19bcc2c0da
|
reduce artifact size by using a smaller library for charset detection
|
2024-09-13 14:48:24 +02:00 |
|
Athou
|
9930bb68b2
|
rename variable because it now contains a duration
|
2024-09-10 20:47:08 +02:00 |
|
Athou
|
e119941762
|
add option to keep some entries above the selected entry when scrolling
|
2024-09-10 20:16:24 +02:00 |
|
Athou
|
ba496c1395
|
no longer fetch feeds without subscriptions
|
2024-09-10 11:16:25 +02:00 |
|
Athou
|
5e9256c197
|
reduce intermediate database cleanup logging level to reduce logging volume
|
2024-09-01 21:51:07 +02:00 |
|
Athou
|
b67e1a92f5
|
fix hibernate warnings about wrong types
|
2024-09-01 18:21:26 +02:00 |
|
Athou
|
dcf1f41f2d
|
add config doc sections
|
2024-09-01 13:47:09 +02:00 |
|
Athou
|
550804c666
|
use @Transactional where possible
|
2024-08-27 08:47:39 +02:00 |
|
Athou
|
f7a4a33f5e
|
fix wrong path in documentation
|
2024-08-27 08:41:53 +02:00 |
|
Athou
|
764c1a6430
|
add setting for showing unread count in tab/favicon (#1518)
|
2024-08-25 20:24:57 +02:00 |
|
Athou
|
db6c43993a
|
simpler workaround for cookie max-age
|
2024-08-21 21:56:57 +02:00 |
|
Athou
|
a0c3eda506
|
remove warning
|
2024-08-20 10:03:15 +02:00 |
|
Athou
|
ac1a927836
|
remove google-api-services-youtube because it doesn't play nicely with native-image
|
2024-08-19 23:55:38 +02:00 |
|
Athou
|
b50b69adb2
|
Revert "better workaround for cookie max-age" because it causes issues with favicon fetching
|
2024-08-19 18:27:50 +02:00 |
|
Athou
|
ece55727d3
|
better workaround for cookie max-age
|
2024-08-19 14:31:12 +02:00 |
|
Athou
|
4db0c775ff
|
add settings documentation
|
2024-08-18 21:23:42 +02:00 |
|
Athou
|
ede7834cb8
|
configurable filtering expression evaluation timeout
|
2024-08-17 23:26:42 +02:00 |
|
Athou
|
9218f19832
|
javadoc tweaks
|
2024-08-17 22:11:47 +02:00 |
|
Athou
|
e38ca66c51
|
try to fix "Illegal attempt to associate a ManagedEntity with two open persistence contexts"
|
2024-08-17 16:22:46 +02:00 |
|
Athou
|
e7748d787f
|
no need to start a transaction to fetch favicons
|
2024-08-16 22:29:12 +02:00 |
|
Athou
|
012ce71134
|
configurable http client timeouts
|
2024-08-16 21:16:02 +02:00 |
|
Athou
|
1b1a3f49c1
|
keep using the same css parser as before
|
2024-08-16 19:01:44 +02:00 |
|
Athou
|
5b77860189
|
use join to speed up cleanup
|
2024-08-16 17:42:15 +02:00 |
|
Athou
|
b333e8d90a
|
set a timeout on ssl handshakes
|
2024-08-16 14:40:16 +02:00 |
|
Athou
|
5c69daec08
|
restore welcome page on 401
|
2024-08-16 14:02:49 +02:00 |
|
Athou
|
2694fea211
|
cleanup
|
2024-08-16 08:45:30 +02:00 |
|
Athou
|
ab334a7bc6
|
feed needs to be known to be deleted
|
2024-08-16 07:31:22 +02:00 |
|