Commit graph

9429 commits

Author SHA1 Message Date
Jackson Harper
fbfa934479 Write behind reading progress as a list that can be reduced at commit or read time 2024-02-01 09:59:39 +08:00
Jackson Harper
c2327781e1 Remove empty ctor 2024-02-01 09:57:11 +08:00
Jackson Harper
86c80d991f Write behing cache for reading progress 2024-02-01 09:57:11 +08:00
Jackson Harper
7289480ca5
Merge pull request #3467 from odebroqueville/main
Add Rules menu item to dropdown menu
2024-02-01 09:42:06 +08:00
Jackson Harper
95bdc893d9
Merge pull request #3468 from kawamataryo/main
Prevent add label if press enter in composition session
2024-02-01 09:41:27 +08:00
Hongbo Wu
c3276fdaf1
Merge pull request #3466 from omnivore-app/fix/rewrite-trigger-functions-in-db
create a job for db trigger
2024-01-31 19:47:45 +08:00
Hongbo Wu
6d5ce451ac fix bulk action 2024-01-31 19:24:18 +08:00
Hongbo Wu
1b8111b907 wait until all jobs are done in test 2024-01-31 19:10:57 +08:00
Hongbo Wu
5e883cb2ba running worker in the test 2024-01-31 17:45:49 +08:00
Hongbo Wu
cf898299e4 some lint 2024-01-31 14:18:34 +08:00
Hongbo Wu
5646413b59 add a job for updating highlight annotations in library_item 2024-01-31 14:15:33 +08:00
Hongbo Wu
43855247b8 update bulk action to add labels 2024-01-31 13:56:56 +08:00
Hongbo Wu
5ed35bbeff create a job for update labels in library item 2024-01-31 13:32:37 +08:00
kawamataryo
6d484884da Prevent add label if press enter in composition session 2024-01-31 13:38:00 +09:00
Olivier de Broqueville
cd42ce56d8 Add Rules menu item to dropdown menu 2024-01-30 19:15:17 +01:00
Hongbo Wu
ddddf8234e create a job for db trigger 2024-01-30 23:53:05 +08:00
Jackson Harper
c8b687fa63
Merge pull request #3462 from omnivore-app/fix/rule-job-priority
fix: assign the rule job with priority 1 and do not retry
2024-01-30 18:42:51 +08:00
Hongbo Wu
36d2c21466 remove thumbnail job on complete or failure 2024-01-30 18:24:48 +08:00
Hongbo Wu
2eedba1522 fix: assign the rule job with priority 1 and do not retry 2024-01-30 18:14:34 +08:00
Hongbo Wu
814a2bf519
Merge pull request #3459 from omnivore-app/fix/fallback-to-worker-redis
fallback to worker redis client if fetched content not found in cache
2024-01-30 12:40:08 +08:00
Hongbo Wu
e724bbd465 fallback to worker redis client if fetched content not found in cache 2024-01-30 12:27:45 +08:00
Hongbo Wu
a94b6717d9
Merge pull request #3457 from omnivore-app/fix/save-pdf-in-rss
fix/save pdf in rss
2024-01-29 21:32:51 +08:00
Hongbo Wu
8d8309d3bb fix: empty client request id in save-page job data when saving pdf in rss item 2024-01-29 21:22:26 +08:00
Hongbo Wu
5faa24556e fix: string interpolation in logs 2024-01-29 19:11:26 +08:00
Hongbo Wu
3bb2b4fb39
Merge pull request #3454 from omnivore-app/fix/logs
reduce log size
2024-01-29 14:42:47 +08:00
Hongbo Wu
809c572ca7 reduce the size of the log entry by truncating any string values to 500 characters 2024-01-29 14:32:45 +08:00
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