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
d9b899b53f
prevent entries from having the hover background color when clicked on mobile
2023-04-28 19:44:26 +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
f23bfaf694
use a different color for hover than read and unread backgrounds
2023-04-28 19:44:26 +02:00
Athou
cac05dee0b
store view mode in localStorage ( #1051 )
2023-04-27 14:42:55 +02:00
Athou
155c93d371
reorder Dockerfile to put changing layers last
2023-04-27 09:38:23 +02:00
Athou
9a61ee7530
create a 'master' docker tag for the latest master version
2023-04-27 09:38:23 +02:00
Athou
4bea1c5e5c
restore hover effect from commafeed v2
2023-04-27 07:57:09 +02:00
Athou
9ccc26b0b0
tweak compact layout a little bit more
2023-04-27 07:30:43 +02:00
Athou
5cd3787d6f
add i18n placeholders for new label
2023-04-26 23:37:39 +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
aa7b078121
readme update
2023-04-25 15:34:20 +02:00
Athou
99130d0181
combine EnvironmentSubstitutor and SubstitutingSourceProvider ( #1050 )
3.0.1
2023-04-25 10:40:14 +02:00
Athou
90e2036cbe
build for armv7 too
2023-04-25 10:24:22 +02:00
Athou
c2f3e42867
Readme update
3.0.0
2023-04-25 08:57:55 +02:00
Athou
bd33369a41
Merge branch 'develop'
2023-04-25 08:48:49 +02:00
Athou
4f625d8ed5
add docker support
2023-04-25 07:48:52 +02:00
Athou
866fe56dd2
remove warning "HV000254: Missing parameter metadata"
2023-04-25 07:48:11 +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
c49e617dfe
lombok update
2023-04-24 18:56:47 +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
20ab7dd3e1
readd bitcoin address
2023-03-16 17:09:12 +01:00
Jérémie Panzer
55741c6332
Merge pull request #1046 from dayuer/patch-1
...
Update zh.js
2023-03-13 16:41:01 +01:00
dayuer
42d85336a8
Update zh.js
...
Added some entry translations.
2023-03-13 23:33:05 +08:00
Athou
639b82f494
add goal to start typescript in watch mode, helps during big refactorings
2023-03-10 11:37:29 +01:00
Athou
5003c176a2
display parent category name in category selects ( fixes #1045 )
2023-03-07 08:40:02 +01:00
Athou
10bfbbec17
restore one-click list refresh ( #1040 )
2023-03-06 14:08:48 +01:00
Athou
3da900db7f
add missing parenthesis in feed entry filtering example
2023-03-01 13:50:07 +01:00
Athou
9f421ec3b0
add context menu to navigate to feed if a category is displayed
3.0.0-rc2
2023-02-27 19:56:32 +01:00
Athou
69fb11eee0
add context menu item to open link in new tab
2023-02-27 07:41:13 +01:00
Athou
ffbb85df43
add context menu on entry headers
2023-02-24 15:18:04 +01:00
Athou
a4e78c4e0d
throttle event
2023-02-24 14:53:30 +01:00
Jérémie Panzer
274c5ae165
Merge pull request #1039 from bartschinski/patch-1
...
Update german translation in de.js
2023-02-10 10:35:31 +01:00
Phillip Bartschinski
39c4012a1a
Update de.js
...
Add missing translations
2023-02-10 10:28:21 +01:00
Athou
6d4b0cbdef
bump all dependencies
2023-02-04 08:34:23 +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
5c2454c331
bring back "refresh all my feeds" ( #1036 )
2023-01-19 07:29:19 +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