Athou
f100f3f91a
run post login activities in a new transaction to avoid database locks
2023-05-27 19:29:44 +02:00
Athou
bf3914e748
remove very slow query
2023-05-27 08:03:36 +02:00
Athou
f10cfd7ad0
add feed refresh engine metrics
2023-05-26 15:20:17 +02:00
Athou
a08ea27c2f
make sure we don't refresh a feed twice in a row
2023-05-25 09:02:01 +02:00
Athou
b86ff2a32f
logging tweaks
2023-05-24 08:20:53 +02:00
Athou
e84a1289e3
remove rxjava as its too magic and very hard to master
2023-05-22 18:28:26 +02:00
Athou
bc28727e39
remove warnings
2023-05-17 16:14:21 +02:00
Athou
3d1a1cd033
add support for custom js code that will be executed on page load ( #1032 )
2023-05-05 20:23:23 +02:00
Athou
b1b5eeb0e0
delete removed settings
2023-05-05 17:50:06 +02:00
Athou
56ae1eadbc
enable redis connections with ACLs
2023-05-04 09:12:02 +02:00
Athou
deb29f0e88
fix metrics page
2023-05-01 17:07:17 +02:00
Athou
4ff26366a5
there's no need to update disabledUntil here anymore because findNextUpdatableFeeds will always be called when the queue is empty
2023-05-01 10:04:43 +02:00
Athou
9c628a8f53
make each step of feed fetching return its own model
2023-05-01 09:58:19 +02:00
Athou
05ae4eb529
replace homemade threadpool framework with rxjava
2023-04-30 15:34:32 +02:00
Athou
0a99dacb6b
use urlcanon instead of crawler4j because we only used it for url canonization
2023-04-29 09:20:15 +02:00
Athou
ababcf7850
remove unnecessary "subscriptions" field on Feed
...
hopefully removes the error that happens sometimes:
Illegal attempt to associate a collection with two open sessions. Collection : [com.commafeed.backend.model.Feed.subscriptions]
2023-04-28 19:44:26 +02:00
Athou
807b1f62a1
add an even more compact entry layout
2023-04-26 22:50:43 +02:00
Athou
ea4b120a85
prevent full feed fetching next time we fetch it if caching header values changed but content did not ( #1037 )
2023-01-27 08:49:59 +01:00
Athou
4ff46965c4
add websocket support to immediately refresh tree when new entries are available
2023-01-18 20:58:45 +01:00
Athou
33e3f7ea3c
feeds added manually to the queue now refresh immediately instead of waiting up to 15s ( #1036 )
2023-01-18 18:53:38 +01:00
Athou
347fc4f2c8
allow to force refresh feed anytime ( #1036 )
2023-01-18 18:53:38 +01:00
Athou
2b4ff4a8a5
on fetch error and not under heavy load, don't increase refresh interval exponentially
2023-01-18 18:53:38 +01:00
Athou
d72c9ba247
add compact headers
2022-09-05 14:54:14 +02:00
Athou
fbfe16e784
return relative urls to rely less on publicUrl where possible ( #1016 )
2022-08-20 11:37:30 +02:00
Athou
4e5fd18eea
redirect to new feed after subscribe now works even for existing feeds
2022-08-13 19:00:58 +02:00
Athou
9ec62bc1de
display error when importing invalid OPML file
2022-08-13 18:46:08 +02:00
Athou
33b87312f4
redirect to new feed after subscribe
2022-08-13 17:41:41 +02:00
Athou
ac7b6eeb21
split client and server into maven modules
2022-08-13 10:48:09 +02:00