Athou
|
870593bae8
|
add H2 migration tool
|
2024-02-04 18:40:59 +01:00 |
|
Athou
|
a92a7217ff
|
add a setting to completely disable scrolling to selected entry (#1157)
|
2024-01-29 20:30:49 +01:00 |
|
Athou
|
c624955ea4
|
websocket notification now takes entry filtering into account (#1191)
|
2024-01-24 15:47:37 +01:00 |
|
Athou
|
0946c0248e
|
show footer on the bottom of the page on mobile (#1121)
|
2024-01-18 09:29:12 +01:00 |
|
Athou
|
b0aa6ae524
|
the "new-feed-entries" websocket event no longer needs to reload the entire tree
|
2024-01-13 09:20:56 +01:00 |
|
Athou
|
e90b3730ef
|
add JavaTimeModule to RedisCacheService object mapper to be able to serialize java.time.Instant
|
2024-01-09 22:01:34 +01:00 |
|
Athou
|
9ede8d1c46
|
remove the Managed interface for classes that are not managed by dropwizard
|
2024-01-09 14:09:24 +01:00 |
|
Athou
|
69c9988404
|
migrate from java.util.Date to java.time
|
2024-01-08 21:58:40 +01:00 |
|
Athou
|
2ef9e8d274
|
add null check
|
2024-01-07 22:14:00 +01:00 |
|
Athou
|
1292018de0
|
add setting to delete old entries
|
2024-01-07 20:49:02 +01:00 |
|
Athou
|
7fb7efbdf7
|
add missing truncate lost in refactoring
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
a841c80261
|
simplify trie building
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
da4143fa13
|
multiple feeds may have the same url hash
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
789857b09f
|
compare feed entry content after cleanup because that's what saved in the database
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
ed45746f52
|
extract html cleaning code to its own service
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
deb51f2ccc
|
rename FixedSizeSortedSet to FixedSizeSortedList because it's actually a list
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
5fec4a4c5f
|
improve lookup by using a set because we only use contains()
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
7b335e2fd4
|
feed refresh engine now uses its own immutable model
|
2024-01-07 17:51:22 +01:00 |
|
Athou
|
f845f225cf
|
add a "insertedBefore" field to mark as read requests to make sure the user does not mark entries that were fetched but never seen before (fixes a regression from #1007)
|
2023-12-29 13:40:30 +01:00 |
|
Athou
|
8c69dd355c
|
fix warnings
|
2023-12-27 11:19:34 +01:00 |
|
Athou
|
9cd1cde571
|
apply intellij fixes
|
2023-12-27 09:22:55 +01:00 |
|
Athou
|
1b4b3ca52c
|
fix wrong JPA mapping
|
2023-12-27 08:48:51 +01:00 |
|
Athou
|
b49d35f181
|
remove all remaining references to httpclient4
|
2023-12-26 08:21:35 +01:00 |
|
Athou
|
5ba248eaba
|
update to httpclient5
|
2023-12-25 20:00:47 +01:00 |
|
Athou
|
11aff68052
|
java http client is unfortunately sometimes not honoring timeouts (https://bugs.openjdk.org/browse/JDK-8258397), use httpclient again
|
2023-12-25 17:15:33 +01:00 |
|
Athou
|
07dd10848f
|
return default content type if invalid instead of crashing
|
2023-12-25 10:30:48 +01:00 |
|
Athou
|
818d847607
|
CookieManager parses the cookie header even if we ask to ignore them, use our own cookie handler that does nothing
|
2023-12-22 22:27:42 +01:00 |
|
Athou
|
1db53e48c6
|
reduce connection keepalive timeout to 30s, default is 20 minutes
|
2023-12-22 20:22:00 +01:00 |
|
Athou
|
5601d150c3
|
restore the connect timeout feature
|
2023-12-22 16:10:34 +01:00 |
|
Athou
|
2762c535d6
|
cleanup
|
2023-12-18 18:03:38 +01:00 |
|
Athou
|
6c3895e60a
|
make sure we ignore cookies
|
2023-12-18 15:39:11 +01:00 |
|
Athou
|
a30bf18102
|
add support for youtube playlist favicons
|
2023-12-18 13:45:25 +01:00 |
|
Athou
|
d9ccdf1caf
|
use java standard http client because apache http clients should be reused because they support pooling but we don't need that
|
2023-12-18 11:53:14 +01:00 |
|
Athou
|
00faf44c94
|
remove wonky pubsub support
|
2023-12-18 10:15:43 +01:00 |
|
Athou
|
fd0e5426e5
|
upgrade to dropwizard 4.x
|
2023-12-17 15:10:57 +01:00 |
|
Athou
|
d7b0d572c1
|
add fever-compatible api
|
2023-09-05 11:04:52 +02:00 |
|
Athou
|
998385334b
|
add metric for deleted entries
|
2023-09-03 12:16:43 +02:00 |
|
Athou
|
466846d268
|
add option to disable custom context menu (#1128)
|
2023-08-04 08:53:34 +02:00 |
|
Athou
|
cb779ec494
|
add setting to disable mark as read confirmation (#1110)
|
2023-08-04 07:32:13 +02:00 |
|
Athou
|
da6f2050f9
|
log as debug because default log level is info and we don't want to see this
|
2023-08-02 14:39:03 +02:00 |
|
Athou
|
8a175d8221
|
add css parser error handler that just prints info message because it is non-blocking
|
2023-08-01 15:30:50 +02:00 |
|
Athou
|
c4715dc3f7
|
rename field to better represent what it does
|
2023-07-12 15:26:56 +02:00 |
|
D. Can Celasun
|
6ce6b5ef0e
|
Make database cleaning batch size configurable
|
2023-07-12 15:26:56 +02:00 |
|
Athou
|
42491f5778
|
no need to repeat feed url in message stored in database (#1112)
|
2023-07-09 14:09:30 +02:00 |
|
Athou
|
922346bef6
|
fetch only ids to improve performance during cleanup
|
2023-07-01 22:54:28 +02:00 |
|
Athou
|
7c226f41db
|
add a setting to always scroll selected entry to the top of the page, even if it fits entirely on screen (#1088)
|
2023-06-24 09:48:59 +02:00 |
|
Athou
|
c835d805b1
|
restore a version of findNextUpdatable that handles inactive users better than the one we removed a while ago
|
2023-06-16 15:27:39 +02:00 |
|
Athou
|
4a90e1f69d
|
add some debugging
|
2023-06-16 13:14:37 +02:00 |
|
Athou
|
fcfeaa462e
|
on user login and in heavy load mode, only force refresh feeds that are up for refresh
|
2023-06-16 13:14:37 +02:00 |
|
Athou
|
b16978d8fe
|
position is now always set (#1076)
|
2023-06-15 21:12:10 +02:00 |
|