Athou
|
c86a060170
|
remove unused AnalyticsServlet, it's handled directly by the client since 3.0
|
2023-12-15 17:45:15 +01:00 |
|
Athou
|
d7a3b75687
|
indicate that the feedLink property is not always filled (#1146)
|
2023-09-08 07:10:44 +02:00 |
|
Athou
|
df8c4056b6
|
indicate that the method returns the id of the newly created feed (#1147)
|
2023-09-08 07:07:29 +02:00 |
|
Athou
|
1a4517d6a3
|
add support for FeedMe
|
2023-09-05 11:04:52 +02:00 |
|
Athou
|
a402c5d7d8
|
add support for FocusReader
|
2023-09-05 11:04:52 +02:00 |
|
Athou
|
408809787e
|
add support for Raven Reader
|
2023-09-05 11:04:52 +02: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
|
66d1eb3f1f
|
store sessions in database
|
2023-08-23 20:34:29 +02:00 |
|
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 |
|