Athou
e2eeba90ef
release 3.6.0
2023-06-08 08:46:20 +02:00
Athou
e5b0eb426c
change default config to store h2 database in the same directory as the jar
2023-06-04 07:45:01 +02:00
Athou
763ce1e4fd
correctly invalidate unread count cache when using the next unread servlet
2023-06-01 13:11:19 +02:00
Athou
84626e1ef2
release 3.5.0
2023-06-01 07:49:42 +02:00
Athou
a200147926
remove X-Frame-Options: DENY as it blocks the iframe from the future browser extension
2023-05-31 15:24:17 +02:00
Athou
d6205b7da3
fix typo
2023-05-31 07:36:50 +02:00
Athou
5ecf3e0fbf
add setting to disable strict password policy ( #1059 )
2023-05-31 07:31:40 +02:00
Athou
bb25e0ede6
intellij autofixes
2023-05-31 07:27:24 +02:00
Athou
f5c0e2d375
update documentation: alphabetical ordering is no longer available
2023-05-30 21:22:02 +02:00
Athou
12ab5b1e7b
add default value to allow app startup even if the setting is missing in config.yml
2023-05-30 10:53:28 +02:00
Athou
3e6451289f
add setting to limit feeds per user
2023-05-30 09:10:20 +02:00
Athou
09d21d88a4
remove usage of deprecated id generator that blocks migration to hibernate 6
2023-05-29 20:36:45 +02:00
Athou
105ff46c01
UnitOfWork is now injectable
2023-05-27 19:46:49 +02:00
Athou
f100f3f91a
run post login activities in a new transaction to avoid database locks
2023-05-27 19:29:44 +02:00
Athou
45eb436b8f
reduce chance of deadlocks
2023-05-27 08:38:23 +02:00
Athou
bf3914e748
remove very slow query
2023-05-27 08:03:36 +02:00
Athou
5df7aaf7cd
try to fix redis timeouts ( #1060 )
2023-05-27 07:58:22 +02:00
Athou
f10cfd7ad0
add feed refresh engine metrics
2023-05-26 15:20:17 +02:00
Athou
0626e5cd7a
release 3.4.0
2023-05-26 12:36:31 +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
6de817f539
release 3.3.2
2023-05-20 14:00:54 +02:00
Athou
bc28727e39
remove warnings
2023-05-17 16:14:21 +02:00
Athou
a2deef7f7f
release 3.3.1
2023-05-10 20:26:45 +02:00
Athou
f858eed150
release 3.3.0
2023-05-10 08:34:09 +02:00
Athou
bbdd712b01
compiler is only needed in the java module
2023-05-09 14:45:19 +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
b8e254dab6
release 3.2.0
2023-05-05 11:04:41 +02:00
Athou
e0f242fe22
add welcome page
2023-05-05 09:55:53 +02:00
Athou
56ae1eadbc
enable redis connections with ACLs
2023-05-04 09:12:02 +02:00
Athou
c62a84a9ea
update dependency groups that were moved
2023-05-01 18:34:05 +02:00
Athou
0b16b6bb86
release 3.1.0
2023-05-01 18:25:16 +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
4a40f2b8f7
no need to log if we're not sending any notification
2023-04-30 23:05:48 +02:00
Athou
a9ff491da0
hide request log in production
2023-04-30 16:21:38 +02:00
Athou
5c5a7d20de
in production, no need to see warnings
2023-04-30 16:03:47 +02:00
Athou
05ae4eb529
replace homemade threadpool framework with rxjava
2023-04-30 15:34:32 +02:00
Athou
15f93b198c
remove warning
2023-04-29 09:20:34 +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
00f6c04611
various dependency updates
2023-04-29 09:17:59 +02:00
Athou
d96f8da8fd
remove deprecation warnings (already done in config.yml.example)
2023-04-28 19:44:26 +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
c15db54d5a
bump versions
2023-04-26 09:43:10 +02:00
Athou
99130d0181
combine EnvironmentSubstitutor and SubstitutingSourceProvider ( #1050 )
2023-04-25 10:40:14 +02:00
Athou
4f625d8ed5
add docker support
2023-04-25 07:48:52 +02:00