Commit Graph

896 Commits

Author SHA1 Message Date
35dcd00ec3 Add test case for github blog 2022-05-18 15:52:47 +08:00
d68549bcb7 Remove unused code 2022-05-18 15:52:31 +08:00
0cc7e84a82 Fix content not getting parsed by linkedom properly without <html> tag by replacing innerHtml with outerHtml 2022-05-18 15:52:16 +08:00
8f0447ed3f Stop blocking images and css file 2022-05-18 15:50:52 +08:00
0e4cec5e25 Update tests 2022-05-18 11:28:47 +08:00
629aa54c58 Fix youtube handler 2022-05-18 11:28:33 +08:00
6795508942 Add test for readability on youtube embeds 2022-05-18 09:55:36 +08:00
ca662964e6 Fix not getting youtube video id from url 2022-05-17 21:51:03 +08:00
e76fb02f43 Fix window is not defined for parsing code blocks 2022-05-17 11:01:55 +08:00
3f8672a351 Fix layout of responsive image on the login page 2022-05-16 16:19:46 -07:00
4b3533c17d pass url and title to share call. update bundle.js in apple apps 2022-05-16 12:20:05 -07:00
51117290d7 add event listener for share event in webview 2022-05-16 12:10:03 -07:00
824d211df2 Support morning brew newsletter and add tests 2022-05-16 10:37:50 +08:00
745f55a843 Set headless=true 2022-05-14 10:47:15 +08:00
80c14cd6ca Remove single-process from chromium args 2022-05-14 10:37:06 +08:00
0e31a40331 Use chrome-aws-lambda in the puppeteer GCF 2022-05-13 16:48:51 -07:00
7bfb8cfee4 Merge pull request #597 from omnivore-app/remove-chrome-aws-lambda
Optimize puppeteer and remove chrome-aws-lambda dependencies
2022-05-13 16:12:24 -07:00
87b11277d1 Add token verification to the content-fetch service 2022-05-13 15:14:09 -07:00
08a994c43b Merge pull request #618 from omnivore-app/fix/install-component
Background and header colors for login and settings
2022-05-13 11:53:42 -07:00
5d868acc35 Allow the login background to expand past viewport height
On safari the right side image can expand past the viewport
height.
2022-05-13 11:37:06 -07:00
bf8a41af29 Make sure the header bar has a background in settings screens 2022-05-13 10:57:39 -07:00
8b37a475c8 Merge pull request #612 from omnivore-app/fix/reminder-id-type
Use pageId instead of articleSavingRequestId in reminders
2022-05-13 10:47:46 -07:00
d3b65c0ff8 Merge pull request #611 from omnivore-app/fix/elastic-exception
Stop throwing document not found exception to sentry
2022-05-13 09:05:01 -07:00
28db39610c Merge pull request #614 from omnivore-app/fix/medium
Fix missing variable name in medium handler
2022-05-13 09:03:58 -07:00
0b49dbb022 Merge pull request #613 from omnivore-app/fix/update-label-result
Fix UpdateLabelResult undefined
2022-05-13 09:02:41 -07:00
3c28366f63 Merge pull request #608 from omnivore-app/fix/biospace-list-nav
Remove listnav elements from articles
2022-05-13 08:59:06 -07:00
90bd0992b9 Merge pull request #609 from omnivore-app/fix/install-component
Improve layout of the install component on smaller screens
2022-05-13 08:58:45 -07:00
6f09a4b31a Fix missing variable name in medium handler 2022-05-13 17:47:21 +08:00
b306ca6e2e Fix UpdateLabelResult undefined 2022-05-13 17:38:51 +08:00
45213e7b54 Fix reminder trigger 2022-05-13 17:07:10 +08:00
a51eba67ba get reminder by page id 2022-05-13 16:17:25 +08:00
d821f26440 create reminder with page id 2022-05-13 16:12:08 +08:00
40cbfc9058 Use reminder by elasticPageId 2022-05-13 16:01:23 +08:00
f5003c1370 Stop blocking script 2022-05-13 12:17:19 +08:00
37e55add98 Stop blocking stylesheet and media 2022-05-13 12:09:05 +08:00
f51dbafdfc Stop throwing document not found exception to sentry 2022-05-13 11:40:08 +08:00
7811e9e428 Improve the Lean More button on smaller screens 2022-05-12 16:33:29 -07:00
bdfa76d716 Remove listnav elements from articles 2022-05-12 15:58:24 -07:00
394a558e45 Merge pull request #600 from omnivore-app/fix/subfolder-404s
Better handling of 404 errors
2022-05-12 14:57:00 -07:00
ad071ca677 Use the same colour on the download button regardless of usage
The download button is always yellow regardless of the usage
so the text should always be a contrasting black, not a themed
colour.
2022-05-12 13:34:25 -07:00
279995d9a3 Merge pull request #603 from omnivore-app/fix/login-page-color
Correct font colour on the login page
2022-05-12 12:35:51 -07:00
53d2fe3b1d Correct font colour on the login page 2022-05-12 12:02:54 -07:00
eee116e71d Add an analytics event when links are removed 2022-05-12 10:55:12 -07:00
2a5aaaecd1 Better handling of 404 errors
Next will route these to /[username]/[slug] if there is a 404
with a subfolder.
2022-05-12 10:45:30 -07:00
91d0d0604e Fix tests 2022-05-12 18:08:44 +08:00
adfaf6b8ce Use newsletter's title and author as page's ones 2022-05-12 18:08:38 +08:00
ad99f933e5 Fix tests cont 2022-05-12 17:53:28 +08:00
1b8850ed33 Fix tests 2022-05-12 17:41:11 +08:00
60bbbb6cf3 Block requests to 'font', 'image', 'stylesheet', 'script', 'media' in puppeteer 2022-05-12 17:10:38 +08:00
b766e17189 Remove jsdom in content-fetch 2022-05-12 16:48:59 +08:00