Athou
4d0a8fd133
fix user count
2023-06-22 07:19:33 +02:00
Athou
52f911f303
add websocket metrics
2023-06-21 14:20:14 +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
Athou
9156b8b6d0
add a setting to hide commafeed from search engines
2023-06-13 10:51:12 +02:00
Athou
763ce1e4fd
correctly invalidate unread count cache when using the next unread servlet
2023-06-01 13:11:19 +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
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
4a40f2b8f7
no need to log if we're not sending any notification
2023-04-30 23:05:48 +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
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
99130d0181
combine EnvironmentSubstitutor and SubstitutingSourceProvider ( #1050 )
2023-04-25 10:40:14 +02:00
Athou
5f37dbca4c
fix env variables support, now works without having to change yml file
2023-04-24 20:28:58 +02:00
Athou
e763ffd4cf
allow access to entries in json format with api key ( fixes #1049 )
2023-04-22 07:27:59 +02:00
Athou
5003c176a2
display parent category name in category selects ( fixes #1045 )
2023-03-07 08:40:02 +01: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
Jorengarenar
f7d34983e0
Allow API key for count of unread
2023-01-10 00:34:25 +01:00
Athou
3271d69fcb
allow session configuration ( #1028 )
2023-01-04 11:32:08 +01:00
Jorengarenar
b2b608e8c3
Enable environment variables in config.yml
2023-01-03 19:46:01 +01:00
Athou
e44ea5bc96
re-add dropwizard-migrations to be able to use liquibase from command line
2022-11-15 10:48:55 +01:00