Commit graph

2653 commits

Author SHA1 Message Date
Jackson Harper
41f3efb5cd Proper escaping for apostrophe 2022-07-19 10:31:20 -07:00
Jackson Harper
22c1f6f7b4 Implement UI for email login and registration 2022-07-18 20:43:41 -07:00
Jackson Harper
db2dceec4b
Merge pull request #933 from omnivore-app/fix/footnote-not-saved
fix/footnote not saved
2022-07-18 11:33:56 -07:00
Jackson Harper
6567de2992
Merge pull request #978 from omnivore-app/fix/content-fetch-hosts
Use ScrapingBee for some hosts
2022-07-18 11:33:29 -07:00
Jackson Harper
91d62ff9c9
Merge pull request #979 from omnivore-app/fix/logseq-weekly-newsletter
fix not saving loqseq weekly newsletter due to no url
2022-07-18 11:29:15 -07:00
Hongbo Wu
65f28fe708 add revue.email to the revue newsletter attribute selectors 2022-07-18 10:44:39 +08:00
Hongbo Wu
345c020dea fix not saving loqseq weekly newsletter due to no url 2022-07-17 12:36:52 +08:00
Jackson Harper
f17ee64676 Use ScrapingBee for some hosts 2022-07-16 14:09:45 -07:00
Hongbo Wu
badd32ed39
Merge pull request #973 from omnivore-app/fix/chrome-aws-lambda
Use chrome-aws-lambda in GCF
2022-07-16 12:57:16 +08:00
Jackson Harper
2660262c69 Use puppeteer-core 2022-07-15 11:43:55 -07:00
Jackson Harper
1452610a70
Merge pull request #974 from omnivore-app/fix/update-landing-page
Use landing page in about path
2022-07-15 11:33:50 -07:00
Jackson Harper
33f35092ba Add puppeteer-core package 2022-07-15 11:19:44 -07:00
Jackson Harper
8182f02bb5 Use landing page in about path 2022-07-15 11:18:36 -07:00
Jackson Harper
38b2b0c271 Remove puppeteer-core package in GCF 2022-07-15 11:01:15 -07:00
Jackson Harper
2447bd658e Use chrome-aws-lambda in GCF 2022-07-15 10:58:58 -07:00
Jackson Harper
581cb07083
Merge pull request #968 from omnivore-app/debug-content-fetch
Fix content-fetch by removing puppeteer-extra
2022-07-15 10:40:01 -07:00
Jackson Harper
764f849bc5
Merge pull request #969 from omnivore-app/fix/report-formatting
Remove extra quote from report string
2022-07-15 10:39:34 -07:00
Hongbo Wu
d404cd7c4c fix comment 2022-07-15 21:41:06 +08:00
Hongbo Wu
d509b41859 update yarn.lock 2022-07-15 15:54:16 +08:00
Hongbo Wu
11f20ab64a Revert "close browser when request finished"
This reverts commit 7e68ad5237.
2022-07-15 15:35:07 +08:00
Hongbo Wu
7e68ad5237 close browser when request finished 2022-07-15 15:23:02 +08:00
Hongbo Wu
1f1698ea81 sync changes to content-fetch-gcf 2022-07-15 15:11:41 +08:00
Hongbo Wu
b2238ce7f2 revert no-sandbox 2022-07-15 14:43:17 +08:00
Hongbo Wu
ed09d78980 remove no-sandbox 2022-07-15 14:32:02 +08:00
Hongbo Wu
d9bb664fc0 remove puppeteer dependency in docker 2022-07-15 14:15:31 +08:00
Hongbo Wu
9191f5710c remove single-process arg 2022-07-15 14:04:41 +08:00
Jackson Harper
0be41f0169
Merge pull request #970 from omnivore-app/fix/shortcuts-help
Update the docs for the highlight keyboard shortcuts
2022-07-14 20:59:57 -07:00
Hongbo Wu
4929bae81b close context if encounter error 2022-07-15 11:49:36 +08:00
Jackson Harper
945951b092 Update the docs for the highlight keyboard shortcuts 2022-07-14 20:37:36 -07:00
Jackson Harper
cb506fcf93 Remove extra quote from report string 2022-07-14 20:33:06 -07:00
Hongbo Wu
610c790a7e do not use puppeteer-extra plugin 2022-07-15 11:09:57 +08:00
Jackson Harper
f85b037d93
Merge pull request #966 from omnivore-app/fix/add-note-form
Put the Add Note form in a form element so submit works
2022-07-14 18:04:38 -07:00
Jackson Harper
55338c5576 Put the Add Note form in a form element so submit works 2022-07-14 17:44:37 -07:00
Jackson Harper
2ff3003d0c
Merge pull request #965 from omnivore-app/fix/article-action-events
Use dispatch events on article actions
2022-07-14 16:09:43 -07:00
Jackson Harper
c4901a1eaf Use dispatch events on article actions
This allows the kbar to be created with no external dependencies
so there is no flicker when a dependency like the article is
loaded.
2022-07-14 14:43:27 -07:00
Jackson Harper
0c30be9f0d
Merge pull request #963 from omnivore-app/fix/logo-zindex
Set a z-index on the omnivore name logo element
2022-07-14 11:28:07 -07:00
Jackson Harper
9c37967abe Set a z-index on the omnivore name logo element
When the OmnivoreNameLogo is a floating element we need to
set a z-index on it to ensure that it is above the left
article action menu items.

This fixes issues where the name logo might not be clickable on
wider screens.
2022-07-14 11:10:50 -07:00
Jackson Harper
4142cedef2
Merge pull request #961 from omnivore-app/fix/tests
Fix @omnivore/api tests not run successfully in GitHub action
2022-07-14 10:48:53 -07:00
Jackson Harper
524977ba7c
Merge pull request #959 from omnivore-app/fix/typeahead-search-sitename
fix some typeahead search on siteName not working by adding siteName to the keywords list in kbar
2022-07-14 10:48:37 -07:00
Hongbo Wu
1aac5c606e remove coverage criteria on branch 2022-07-14 19:34:31 +08:00
Hongbo Wu
c3ef286cc5 fix set labels for highlight test 2022-07-14 19:31:51 +08:00
Hongbo Wu
c0f6ed11d5 disable pdf and upload testing temporarily because we do not have a bucket for testing 2022-07-14 19:13:51 +08:00
Hongbo Wu
6d28d31e6b fix getNewsletterUrl test 2022-07-14 18:43:35 +08:00
Hongbo Wu
4d0e770114 fix delete account test 2022-07-14 18:32:15 +08:00
Hongbo Wu
3efa10a362 fix typeahead search test 2022-07-14 18:25:20 +08:00
Hongbo Wu
c87ddb68d3 disable saveFile temporarily because we do not have a bucket for testing 2022-07-14 18:11:31 +08:00
Hongbo Wu
edd44fcafc fix get article test 2022-07-14 17:56:55 +08:00
Hongbo Wu
7d2d2ff410 fix api key test 2022-07-14 17:47:48 +08:00
Hongbo Wu
404798a01e use correct index name 2022-07-14 17:08:40 +08:00
Hongbo Wu
94631f934e upgrade elastic to 7.17.1 in github action 2022-07-14 16:53:40 +08:00