|
|
97d2da4b5c
|
WIP: grid card design
|
2023-07-31 17:36:15 +08:00 |
|
|
|
3a0c1c7369
|
Merge pull request #2550 from omnivore-app/feat/web-library-uploader
Allow uploading via DnD on the library page
|
2023-07-31 15:09:29 +08:00 |
|
|
|
a1c51c330a
|
Some validation when importing
|
2023-07-31 14:18:55 +08:00 |
|
|
|
f757368ab1
|
Dont fail if app_user is already created
|
2023-07-31 10:18:53 +08:00 |
|
|
|
d7e15a3b9d
|
Merge pull request #2528 from omnivore-app/fix/ios-sizing-issues
Fix iOS 15 navbar issues and add dynamic type support
|
2023-07-28 17:48:57 +08:00 |
|
|
|
68d1ed864a
|
Merge pull request #2560 from omnivore-app/fix/rss-filter
do not show archived rss items when clicking on the feed by adding in:inbox to the filter
|
2023-07-28 17:12:29 +08:00 |
|
|
|
d0ad636b7f
|
use safe stringify in logs
|
2023-07-28 16:52:28 +08:00 |
|
|
|
1c970a54ce
|
Fix typo in CSP
|
2023-07-28 14:57:02 +08:00 |
|
|
|
1621168377
|
do not show archived rss items when clicking on the feed by adding in:inbox to the filter
|
2023-07-28 14:52:15 +08:00 |
|
|
|
781e01c73c
|
Fix rebase
|
2023-07-28 14:26:51 +08:00 |
|
|
|
fc6cca570e
|
Add intercom recommended CSP items
|
2023-07-28 14:19:37 +08:00 |
|
|
|
934ae701f8
|
Merge pull request #2557 from omnivore-app/fix/rss-deletion
we don't want to update an rss feed page if rss-feeder is tring to re-save it
|
2023-07-28 14:13:29 +08:00 |
|
|
|
f20e12311a
|
check if the page is from rss feed
|
2023-07-28 13:53:19 +08:00 |
|
|
|
8a5b20c023
|
Allow uploading via DnD on the library page
|
2023-07-28 12:53:28 +08:00 |
|
|
|
c8c367ec31
|
Add intercom to connect-src for Safari CSP
|
2023-07-28 12:51:50 +08:00 |
|
|
|
9bc7ed92c0
|
we don't want to update an rss feed page if rss-feeder is tring to re-save it
|
2023-07-28 12:43:04 +08:00 |
|
|
|
bccdbf1d40
|
Add missing static files
|
2023-07-28 12:24:56 +08:00 |
|
|
|
0426bdb29f
|
Merge pull request #2554 from omnivore-app/fix/logging
fix/logging
|
2023-07-28 12:19:16 +08:00 |
|
|
|
d81359e57a
|
Remove unused icons
|
2023-07-28 09:37:51 +08:00 |
|
|
|
0ed08df1a7
|
Fix paths to static resources
|
2023-07-28 09:37:51 +08:00 |
|
|
|
7d821d1c42
|
Vendor the mathjax and highlightjs code to avoid CSP loading
|
2023-07-28 09:37:51 +08:00 |
|
|
|
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 |
|
|
|
3146b3bcc5
|
remove redundant logs
|
2023-07-27 17:55:17 +08:00 |
|
|
|
2e965afd69
|
reformat sql query in logs
|
2023-07-27 17:34:12 +08:00 |
|
|
|
99a52f8d56
|
replace all the console logs with logger logs
|
2023-07-27 16:06:44 +08:00 |
|
|
|
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 |
|
|
|
808f6f3d3a
|
remove trace
|
2023-07-26 22:00:37 +08:00 |
|
|
|
5bf3213e49
|
Dont send newsletter notifications
|
2023-07-26 20:53:50 +08:00 |
|
|
|
078c26801d
|
Upgrade the speech sdk version
|
2023-07-26 18:31:20 +08:00 |
|
|
|
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 |
|
|
|
61967fdde5
|
fix test
|
2023-07-26 18:07:25 +08:00 |
|
|
|
ced1a711eb
|
fix test
|
2023-07-26 17:12:40 +08:00 |
|
|
|
7b36156ce6
|
add a trace when log size too big
|
2023-07-26 17:07:24 +08:00 |
|
|
|
8cd47eec11
|
run prettier
|
2023-07-26 16:41:55 +08:00 |
|
|
|
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 |
|
|
|
66490df72f
|
deeply truncate log object size
|
2023-07-26 15:52:13 +08:00 |
|
|
|
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 |
|
|
|
f0e62b1d2a
|
use lodash instead of standalone lodash.debounce package
|
2023-07-26 13:41:51 +08:00 |
|
|
|
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 |
|
|
|
8ea5539512
|
Fix typo on viewAll type
|
2023-07-26 12:52:10 +08:00 |
|
|
|
49969b6c42
|
Persist the viewAll states for left menu items
|
2023-07-26 12:41:20 +08:00 |
|
|
|
0a227decdd
|
Merge pull request #2515 from omnivore-app/fix/push-notification
fix/push notification
|
2023-07-26 12:36:13 +08:00 |
|
|
|
a14560cb9a
|
Set initial page based on highlight deep link if possible
|
2023-07-26 12:11:16 +08:00 |
|
|
|
b276dbf51c
|
Fix deep links to PDF highlights from the library
|
2023-07-26 11:10:26 +08:00 |
|
|
|
28bd4578d2
|
Better handle subscriptions returning null or empty
|
2023-07-26 09:40:43 +08:00 |
|
|
|
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 |
|
|
|
73a3cb3908
|
Control article margins on small viewports
|
2023-07-25 19:29:33 -03:00 |
|
|
|
2841783504
|
limit max log entry size to 256kb
|
2023-07-25 23:39:03 +08:00 |
|
|
|
f5ae16a904
|
disable gql request log
|
2023-07-25 23:03:57 +08:00 |
|
|
|
ecd6a2922f
|
disable sentry error handler
|
2023-07-25 22:32:00 +08:00 |
|