Commit graph

7234 commits

Author SHA1 Message Date
Jackson Harper
c8c367ec31 Add intercom to connect-src for Safari CSP 2023-07-28 12:51:50 +08:00
Jackson Harper
6b19f5f34b
Merge pull request #2556 from omnivore-app/fix/add-missing-files
Add missing static files
2023-07-28 12:42:48 +08:00
Jackson Harper
bccdbf1d40 Add missing static files 2023-07-28 12:24:56 +08:00
Hongbo Wu
0426bdb29f
Merge pull request #2554 from omnivore-app/fix/logging
fix/logging
2023-07-28 12:19:16 +08:00
Jackson Harper
583ae7a838
Merge pull request #2555 from omnivore-app/fix/safari-csp-issues
Vendor the mathjax and highlightjs code to avoid CSP loading
2023-07-28 10:03:23 +08:00
Jackson Harper
d81359e57a Remove unused icons 2023-07-28 09:37:51 +08:00
Jackson Harper
0ed08df1a7 Fix paths to static resources 2023-07-28 09:37:51 +08:00
Jackson Harper
7d821d1c42 Vendor the mathjax and highlightjs code to avoid CSP loading 2023-07-28 09:37:51 +08:00
Jackson Harper
8f02871f67
Merge pull request #2551 from omnivore-app/fix/upgrade-speech-sdk
Upgrade the speech sdk version
2023-07-28 09:36:11 +08:00
Jackson Harper
06652f176e
Merge pull request #2553 from tomodachi94/fix/add-url-input-type
fix(web): Set input type for AddLinkModal
2023-07-28 09:07:36 +08:00
Hongbo Wu
3146b3bcc5 remove redundant logs 2023-07-27 17:55:17 +08:00
Hongbo Wu
2e965afd69 reformat sql query in logs 2023-07-27 17:34:12 +08:00
Hongbo Wu
99a52f8d56 replace all the console logs with logger logs 2023-07-27 16:06:44 +08:00
Tomo
89593263e7 fix: Set input type for AddLinkModal
The input type for the AddLinkModal was set to 'text' instead of 'url'.
This causes various frustrations when using the web app on mobile; for
example, autocorrect is applied to URLs that are manually typed.

https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types#url_field
2023-07-26 12:32:06 -07:00
Hongbo Wu
808f6f3d3a remove trace 2023-07-26 22:00:37 +08:00
Jackson Harper
26396487fa
Merge pull request #2552 from omnivore-app/fix/stop-newsletter-notifications
Dont send newsletter notifications
2023-07-26 20:54:58 +08:00
Jackson Harper
5bf3213e49 Dont send newsletter notifications 2023-07-26 20:53:50 +08:00
Jackson Harper
078c26801d Upgrade the speech sdk version 2023-07-26 18:31:20 +08:00
Hongbo Wu
c0da1f6bcf
Merge pull request #2548 from omnivore-app/fix/node-module-missing
use lodash instead of standalone lodash.debounce package
2023-07-26 18:07:40 +08:00
Hongbo Wu
61967fdde5 fix test 2023-07-26 18:07:25 +08:00
Hongbo Wu
ced1a711eb fix test 2023-07-26 17:12:40 +08:00
Hongbo Wu
7b36156ce6 add a trace when log size too big 2023-07-26 17:07:24 +08:00
Hongbo Wu
8cd47eec11 run prettier 2023-07-26 16:41:55 +08:00
Hongbo Wu
07d43812a7 use winston logger instead of console log so the log will be truncated if it exceeds the max entry size 2023-07-26 16:27:18 +08:00
Hongbo Wu
66490df72f deeply truncate log object size 2023-07-26 15:52:13 +08:00
Jackson Harper
2fa4288edb
Merge pull request #2547 from omnivore-app/feat/web-remember-menu-state
Persist the viewAll states for left menu items
2023-07-26 15:13:50 +08:00
Hongbo Wu
f0e62b1d2a use lodash instead of standalone lodash.debounce package 2023-07-26 13:41:51 +08:00
Jackson Harper
a94b5814ea
Merge pull request #2546 from omnivore-app/fix/web-pdf-deep-links-from-library
Fix deep links to PDF highlights
2023-07-26 12:56:50 +08:00
Jackson Harper
8ea5539512 Fix typo on viewAll type 2023-07-26 12:52:10 +08:00
Jackson Harper
49969b6c42 Persist the viewAll states for left menu items 2023-07-26 12:41:20 +08:00
Hongbo Wu
0a227decdd
Merge pull request #2515 from omnivore-app/fix/push-notification
fix/push notification
2023-07-26 12:36:13 +08:00
Jackson Harper
3eb3406d41
Merge pull request #2519 from MagsMagnoli/feature/node-version
Add node version
2023-07-26 12:30:35 +08:00
Jackson Harper
470c0d35cd
Merge pull request #2542 from omnivore-app/fix/web-subscriptions-failure-state
Better handle subscriptions returning null or empty
2023-07-26 12:21:59 +08:00
Jackson Harper
a14560cb9a Set initial page based on highlight deep link if possible 2023-07-26 12:11:16 +08:00
Jackson Harper
b276dbf51c Fix deep links to PDF highlights from the library 2023-07-26 11:10:26 +08:00
Jackson Harper
28bd4578d2 Better handle subscriptions returning null or empty 2023-07-26 09:40:43 +08:00
Jackson Harper
da0a1ab587
Merge pull request #2541 from karlprieb/feat/article-margin-small-viewport
Control article margins on small viewports
2023-07-26 09:18:31 +08:00
Jackson Harper
ef0665168b Upgrade node version 2023-07-26 09:16:08 +08:00
Karl Prieb
73a3cb3908 Control article margins on small viewports 2023-07-25 19:29:33 -03:00
Hongbo Wu
909dce7e18
Merge pull request #2537 from omnivore-app/fix/set-headers-after-send
move sentry error handler after apollo middleware
2023-07-25 23:40:40 +08:00
Hongbo Wu
2841783504 limit max log entry size to 256kb 2023-07-25 23:39:03 +08:00
Hongbo Wu
f5ae16a904 disable gql request log 2023-07-25 23:03:57 +08:00
Hongbo Wu
ecd6a2922f disable sentry error handler 2023-07-25 22:32:00 +08:00
Hongbo Wu
fd6223ee93 revert changes 2023-07-25 21:20:26 +08:00
Hongbo Wu
a3e86a9bc1 only log error.message 2023-07-25 20:52:15 +08:00
Hongbo Wu
0e38060b0c set maxEntrySize for logger to 256KB 2023-07-25 20:07:02 +08:00
Hongbo Wu
1006cdad36 reduce error log size 2023-07-25 19:11:08 +08:00
Hongbo Wu
de647e44bd Revert "move sentry error handler after apollo middleware"
This reverts commit 8d8d2b592c.
2023-07-25 19:10:12 +08:00
Hongbo Wu
8d8d2b592c move sentry error handler after apollo middleware 2023-07-25 18:18:40 +08:00
Hongbo Wu
47f1cec070
Merge pull request #2536 from omnivore-app/fix/highlighted-markdown
return markdown content if it takes too long to process highlighted content
2023-07-25 15:14:12 +08:00