b6708db75f
Add libraryItemid to highlight modal
2024-01-09 11:00:58 +08:00
cb48c755f1
Start creating a separate sync queue for android highlight changes
2024-01-08 22:27:48 +08:00
54ccbd47b9
Merge pull request #3316 from omnivore-app/perf/rss
...
improve rss feeder performance
2024-01-05 15:57:49 +08:00
44bed67e35
add comment
2024-01-05 15:41:01 +08:00
ccd4f2d3f0
catch redis client error and continue the process
2024-01-05 15:20:42 +08:00
7eeed4db81
Revert change as it had some issue with hooks
2024-01-05 14:57:48 +08:00
09dd9a62e3
Run prettier on updated file
2024-01-05 14:38:48 +08:00
9ba272006d
Merge pull request #3294 from cdev147/main
...
Improve keyboard shortcuts modal
2024-01-05 14:37:51 +08:00
68500a9602
Merge pull request #3282 from aaachen/highlight-bug-fix
...
Add documentation for highlight and fix bug
2024-01-05 14:26:37 +08:00
b54b696fab
skip parsing blocked feeds stored in redis
2024-01-04 23:06:37 +08:00
6d48816c22
fix tests
2024-01-04 22:42:31 +08:00
f4ff4b9fcd
fix tests
2024-01-04 22:27:31 +08:00
32a58e49f9
make redis optional for backend
2024-01-04 21:55:41 +08:00
bcd05cc7fc
set the url in redis when an item is inserted into db
2024-01-04 18:10:14 +08:00
08c4624fce
save the url in redis for 8 hours so rss-feeder will not try to re-save it
2024-01-04 18:03:34 +08:00
0f774b6ae4
skip recently saved rss item
2024-01-04 17:36:12 +08:00
d1db49f9bb
Merge pull request #3300 from omnivore-app/fix/batch-prune
...
fix/batch prune
2024-01-04 15:19:50 +08:00
366c97ead7
Merge pull request #3314 from omnivore-app/fix/update-event
...
skip sending item update event for reading progress update
2024-01-04 15:17:08 +08:00
d31eb7a88b
skip sending item update event for reading progress update
2024-01-04 15:06:31 +08:00
554c4cee12
add test cases
2024-01-03 18:26:07 +08:00
d31c520a90
add empty trash api to prune soft deleted items in trash
2024-01-03 18:26:06 +08:00
5eb19cda71
prune users in batch
2024-01-03 18:25:16 +08:00
a1ea20b964
Update highlights query for new users
2024-01-03 18:21:13 +08:00
cba83c1593
Update the default Highlights query
...
This query is more of what people want, all their created
highlights, not just ones in their current inbox. Since a normal
workflow would be: read + highlight, archive, review highlights.
2024-01-03 18:17:25 +08:00
b3f052860a
Merge pull request #3175 from omnivore-app/fix/detect-language
...
detect language from html content
2024-01-03 17:50:01 +08:00
0b098e640f
Merge pull request #3309 from omnivore-app/fix/includes-query
...
if the query contains includes:, we want to search in all folders
2024-01-03 17:48:41 +08:00
060690609d
Merge pull request #3264 from omnivore-app/feature/prune-following-items
...
add endpoint to prune items from folder older than some days
2024-01-03 17:46:21 +08:00
6e73b10771
if the query contains includes:, we want to search in all folders
2024-01-03 17:38:12 +08:00
c82169b5ba
Improve the fallback images on web
2024-01-03 15:03:03 +08:00
3926154fec
Remove old code
2024-01-02 18:48:58 +08:00
d6982ae1a4
Set key on debug view
2024-01-02 18:16:26 +08:00
45add1643c
small fix
2024-01-02 02:00:08 -05:00
45fdce7f16
merge main
2024-01-02 01:53:49 -05:00
b23ddcb6bc
Add documentation for highlight and fix bug
...
Issue: https://github.com/omnivore-app/omnivore/issues/2996
2024-01-02 01:52:47 -05:00
fe9cf0fc89
Add debug page to web
2024-01-02 11:42:00 +08:00
29d3935d67
Merge pull request #3288 from omnivore-app/feat/ios-accesibility-issues
...
iOS 1.40
2024-01-02 10:10:40 +08:00
643748fffa
Add content reader property to link_read event
2024-01-02 09:37:18 +08:00
b348fae677
fix multi-select bulk action api
2023-12-29 18:42:07 +08:00
42502f9ff1
Merge pull request #3280 from omnivore-app/fix/slow-db-query
...
execute update query in batch to avoid slow bulk action query
2023-12-29 16:48:18 +08:00
7153014a87
fix duplicate labels
2023-12-29 16:36:55 +08:00
6e32c1247d
insert labels on name conflict do nothing
2023-12-29 16:11:11 +08:00
943db3332e
Merge pull request #3276 from omnivore-app/fix/in-library
...
by default we want to search in the inbox if no in: is specified
2023-12-29 14:51:00 +08:00
59961ece07
Update useKeyboardShortcuts.ts
...
fixed issue #1879 "Keyboard shortcuts modal is ugly"
-based on the labels modal
2023-12-29 10:56:47 +05:30
cbb07318e5
get the unchanged result set of sub query by checking updated_at
2023-12-29 12:53:49 +08:00
816416934f
Move the rss content block check to the rss handler
2023-12-29 12:42:43 +08:00
c9b93a1180
Dont try to fetch content for some feed URLs like arvix which blocks fetches
2023-12-29 12:26:43 +08:00
b5d84098d0
increase batch size to 100
2023-12-29 09:53:23 +08:00
de027ee93f
use cursor and fetch instead of limit and offset because the subquery result set could change during update
2023-12-29 09:53:23 +08:00
55518139fb
generate raw sql because postgres does not support prepared statements in DO blocks
2023-12-29 09:53:23 +08:00
1079a19cd9
execute update query in batch to avoid slow bulk action query
2023-12-29 09:53:23 +08:00