Commit Graph

5310 Commits

Author SHA1 Message Date
4cf600e7b0 drop old index 2024-01-11 11:45:22 +08:00
1d4d373508 replace the slow postgres trigger function for updating label names 2024-01-11 10:21:36 +08:00
f81ad17fb1 fix tests 2024-01-10 18:07:58 +08:00
cf6f15e520 add index for sorting by word_count 2024-01-10 17:34:54 +08:00
525b3fbacf add index for sorting by read_at 2024-01-10 17:32:23 +08:00
d54af004d6 add index for sorting by published_at 2024-01-10 17:28:00 +08:00
7fba161d41 add index for sorting by updated_at 2024-01-10 17:25:21 +08:00
d9d800cfc4 add index for sorting by saved_at 2024-01-10 17:09:15 +08:00
ff83147c09 Merge pull request #3348 from omnivore-app/fix/redis-connection
fix: too many open redis connections
2024-01-10 12:07:45 +08:00
ac8cdeef45 Merge pull request #3347 from omnivore-app/fix/android-library-labels
Syncing improvements for highlight changes on android
2024-01-10 12:03:43 +08:00
b65ada2a55 fix: too many open redis connections 2024-01-10 11:55:58 +08:00
4a08c1f195 Syncing improvements for highlight changes on android 2024-01-10 11:47:30 +08:00
535a5cbd9e Merge pull request #3333 from omnivore-app/fix/android-library-labels
Open the labels sheet from the library on Android
2024-01-09 19:24:13 +08:00
34e6f1b00a fix redis command server incompatibility 2024-01-09 16:26:54 +08:00
ab196df0f2 Fix PDF props 2024-01-09 14:45:17 +08:00
26f91b3601 Merge pull request #3340 from omnivore-app/fix/test
fix rss handler tests
2024-01-09 12:36:19 +08:00
3cfee2915a fix rss handler tests 2024-01-09 12:23:39 +08:00
131261431d add comment 2024-01-09 12:09:42 +08:00
0969e81de3 fix: catch rss parsing failure in a nested try-catch block 2024-01-09 12:04:14 +08:00
a2ab8327ca fix: increment feed fetch failed count if rss feed is failed to fetch 2024-01-09 11:22:20 +08:00
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
202fe50ebc Merge pull request #3326 from omnivore-app/fix/merge-highlight-error
fix labels not saved when merging highlights
2024-01-08 15:10:29 +08:00
42a36f1820 log when retrieved 0 items 2024-01-08 12:20:31 +08:00
eafdd41ee1 get all the items updated since the last sync including archived items 2024-01-08 12:07:26 +08:00
1ec5b7affe fix labels not saved when merging highlights 2024-01-05 23:22:09 +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