Athou
f16bac9b59
remove "required" for more nulalble fields
2023-08-11 19:12:48 +02:00
Athou
b0165bb26a
"created" field is not always filled, remove "required"
2023-08-11 13:34:05 +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
aeaaeaee0e
fix warning
2023-06-22 10:36:03 +02:00
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