Commit graph

9403 commits

Author SHA1 Message Date
Hongbo Wu
d5d581fc54 remove redundant logs 2024-01-29 14:32:43 +08:00
Hongbo Wu
0181a2bfcd
Merge pull request #3446 from omnivore-app/fix/refresh-feed
fix: add rss label and feed url to the pdf in rss feed item
2024-01-29 14:21:08 +08:00
Hongbo Wu
58d384f4f6 fix pdf saving 2024-01-29 14:11:07 +08:00
Hongbo Wu
4f061546bf remove api call to upload file request 2024-01-29 12:55:19 +08:00
Hongbo Wu
a2bdddf8c9 fix tests 2024-01-29 12:30:31 +08:00
Hongbo Wu
738f85923c
Merge pull request #3442 from omnivore-app/fix/rule-handler
move trigger rule into a job
2024-01-29 12:20:21 +08:00
Hongbo Wu
0439df197f
Merge pull request #3445 from omnivore-app/fix/rss
fallback to guid if link of rss item is not available
2024-01-29 12:16:46 +08:00
Hongbo Wu
903cb2d812
Merge pull request #3444 from omnivore-app/fix/twitter
use nitter handler for twitter new domain x.com
2024-01-29 12:11:41 +08:00
Jackson Harper
29d971bf89
Merge pull request #3453 from omnivore-app/feat/web-library-contrast
Improve the library view contrast
2024-01-29 11:53:24 +08:00
Jackson Harper
3995d6ed67
Merge pull request #3451 from hereAlexT/hereAlexT/issue3226
add shortcut cmd+enter to save note
2024-01-29 11:39:07 +08:00
Jackson Harper
411b0c305a Improve the library view contrast 2024-01-29 11:37:35 +08:00
Jackson Harper
783cfbf913
Merge pull request #3410 from jeffgreco/patch-1
improve contrast on active table row background color
2024-01-29 11:36:23 +08:00
Jackson Harper
918cafcd3d
Merge pull request #3437 from omnivore-app/fix/main-thread-violation-googlesignin
Fix Main Thread Violation - Google Sign In
2024-01-29 10:58:44 +08:00
Alex T
f81d8c9e1c Merge branch 'hereAlexT/issue3226' of https://github.com/hereAlexT/omnivore into hereAlexT/issue3226 2024-01-28 14:30:40 +11:00
Alex T
8aea5c9a90 * feat(HighlightNoteModal.tsx): add keyboard shortcut to save note changes and close modal 2024-01-28 14:29:14 +11:00
Alex T
5c365021f3 add shortcut cmd+enter to save note
add shortcut cmd+enter to save note
2024-01-28 14:25:16 +11:00
Hongbo Wu
ac5acf7f21 fix: add rss label and feed url to the pdf in rss feed item 2024-01-26 22:34:55 +08:00
Hongbo Wu
fd80724d79 fallback to guid if link of rss item is not available 2024-01-26 22:09:53 +08:00
Hongbo Wu
29cb15de32 use nitter handler for twitter new domain x.com 2024-01-26 21:50:21 +08:00
Hongbo Wu
30fef30384 resolve conflicts 2024-01-26 20:32:56 +08:00
Hongbo Wu
e03895c8b7 enqueue trigger rule job once page is created or updated 2024-01-26 17:46:17 +08:00
Hongbo Wu
7556c6da5f move trigger rule into a job 2024-01-26 17:45:40 +08:00
Hongbo Wu
2e1c99780a
Merge pull request #3440 from omnivore-app/fix/cache-ttl-
fix/cache ttl
2024-01-26 13:11:48 +08:00
Hongbo Wu
ecbf402266 fix tests 2024-01-26 13:01:53 +08:00
Hongbo Wu
52419c39da resolve conflicts 2024-01-26 13:01:53 +08:00
Hongbo Wu
e4e07c8acf cache fetched content for 24 hours 2024-01-26 13:01:53 +08:00
Hongbo Wu
7e89235806 update content-fetch 2024-01-26 13:01:53 +08:00
Hongbo Wu
be0a2e8c52 use different redis server for mq and cache 2024-01-26 13:01:53 +08:00
Hongbo Wu
4c765378e3 do not retry if find_thumbnail job fails 2024-01-26 13:01:53 +08:00
Hongbo Wu
e54c691c09 create a job for finding thumbnail 2024-01-26 13:01:51 +08:00
Jackson Harper
f3c1b9d9a0
Merge pull request #3430 from omnivore-app/fix/queue-processor-custom-metrics
Expose custom metrics for the queue processor
2024-01-25 21:17:49 +08:00
Hongbo Wu
7f6b722aac
Merge pull request #3435 from omnivore-app/fix/readability
fix/readability
2024-01-25 16:48:46 +08:00
Hongbo Wu
fd7c2ffb49 fix code blocks not formatted correctly in articles from wechat official accounts 2024-01-25 16:30:59 +08:00
sywhb
04fd8d2e5d Update generated html 2024-01-25 16:30:59 +08:00
Hongbo Wu
7ff327787b add test case 2024-01-25 16:30:59 +08:00
Hongbo Wu
dae90aaffa fix code blocks not formatted correctly 2024-01-25 16:30:59 +08:00
Hongbo Wu
8834efabd4 throw error if save-page job failed 2024-01-25 16:30:59 +08:00
Hongbo Wu
5e239d2568 run readability in save-page instead of puppeteer 2024-01-25 16:30:59 +08:00
Jackson Harper
a639a2fa10 Add types to exported metrics 2024-01-25 12:37:02 +08:00
Hongbo Wu
7567e00e51
Merge pull request #3431 from omnivore-app/fix/subscription
fix/subscription
2024-01-25 11:41:22 +08:00
Satindar Dhillon
62df69fd26 call helper function to locate root vc from main thread 2024-01-24 14:10:55 -08:00
Jackson Harper
5f9be385b7 Remove unneeded escapes 2024-01-24 21:34:51 +08:00
Jackson Harper
c581372a93 Improve exported metrics naming convention 2024-01-24 21:13:13 +08:00
Hongbo Wu
7bb63b4ecd for campability with old clients, use refreshedAt to replace lastFetchedAt 2024-01-24 15:32:43 +08:00
Hongbo Wu
3f3a96297f update entity 2024-01-24 14:55:50 +08:00
Hongbo Wu
1563b44197 save the timestamp when feed fails 2024-01-24 14:54:39 +08:00
Hongbo Wu
9e55fe0d7b do not retry if user is deleted 2024-01-24 14:12:34 +08:00
Hongbo Wu
d357d2b0af fix tests 2024-01-24 13:41:49 +08:00
Hongbo Wu
86c4bbabee update logs 2024-01-24 13:30:57 +08:00
Hongbo Wu
9d378d3f46 get active user subscriptions only 2024-01-24 13:21:37 +08:00