0cabd26344
Dont send the normalized URL to the content-fetch service
...
URLs need to be sent to contentFetch exactly as they
were received, this is because many apps will use signed URLs
for PDFs being served from GCP or AWS. A signed URL needs to
keep all its query params in the same order to validate.
2022-05-26 21:40:40 -07:00
93b095818d
Linting fixes
2022-05-26 21:40:40 -07:00
cb98a9cf86
Make clients opt into creating a page when uploading a file
2022-05-26 21:40:40 -07:00
5fc977a585
Merge pull request #692 from omnivore-app/dependabot/npm_and_yarn/ts-loader-9.3.0
...
Bump ts-loader from 8.3.0 to 9.3.0
2022-05-26 12:31:04 -07:00
7d4d1d7b67
Parse language in readability
2022-05-26 10:55:21 +08:00
0ef9bb3944
Allow search by language in elastic
2022-05-26 10:55:20 +08:00
87b0f683e1
Add language term in search body
2022-05-26 10:55:04 +08:00
6e06429636
Add language keyword in search query
2022-05-26 10:55:02 +08:00
1eeb5617a5
Search by language
2022-05-26 10:54:04 +08:00
dd394144cd
Add language in schema
2022-05-26 10:52:19 +08:00
a702993485
Add search by language query
2022-05-26 10:52:18 +08:00
3e0e8b486f
Add language in searchitem
2022-05-26 10:52:18 +08:00
be91562ca1
Add language in page
2022-05-26 10:52:18 +08:00
d704fad2ff
Merge pull request #701 from omnivore-app/feature/add-popular-reads
...
API to add recommended (popular) reads to a users library
2022-05-24 21:09:24 -07:00
f4c65d7fe1
Merge pull request #698 from omnivore-app/sort-by-publish-time
...
Support sort or filter by publish time
2022-05-25 10:41:49 +08:00
a20ba60053
Add popular reads for onboarding
2022-05-24 15:31:55 -07:00
ea50f51644
Update to use image proxy URLs in parsed content
2022-05-24 13:43:57 -07:00
ed5dfde1a8
Linting fixes, remove debug
2022-05-24 13:06:40 -07:00
2b14d51ec6
API to add recommended (popular) reads to a users library
...
This API is used in onboarding
2022-05-24 12:05:39 -07:00
aad8539b43
Fix tests
2022-05-24 18:39:21 +08:00
a35b096d73
Support sort and filter by published in resolver
2022-05-24 18:25:32 +08:00
61065efd2b
Add published sort param in elastic query
2022-05-24 18:24:30 +08:00
641f191fcd
Add published sort param in schema
2022-05-24 18:23:30 +08:00
75728cc144
fixing diff
2022-05-24 07:04:54 +00:00
cf516bba54
Bump ts-loader from 8.3.0 to 9.3.0
...
Bumps [ts-loader](https://github.com/TypeStrong/ts-loader ) from 8.3.0 to 9.3.0.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases )
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.3.0...v9.3.0 )
---
updated-dependencies:
- dependency-name: ts-loader
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 21:20:01 +00:00
2d2495a10e
Merge pull request #685 from omnivore-app/fix/pdf-api-simplification
...
Simplify the API to create pages from PDFs
2022-05-21 21:19:30 -07:00
e5bc68ca9e
Simplify the API to create pages from PDFs
...
This creates a stub page when an upload is initiated, so the
SaveFile (or create article from file) APIs do not need to be
called.
The PDF uploaded trigger fired by GCS will mark the upload
as completed and update the page status.
2022-05-21 12:05:45 -07:00
17e6f4091d
Merge pull request #638 from omnivore-app/feature/subscription-api
...
Feature/subscription api
2022-05-20 15:34:48 -07:00
2ee95a1c14
Fix cannot convert null to object error message
2022-05-20 20:38:30 +08:00
dfd6d3b602
Fix save newsletter email test
2022-05-19 18:12:58 +08:00
444c21ad09
Fix labels test
2022-05-19 18:12:14 +08:00
34349e925c
Add unit test
2022-05-19 16:36:35 +08:00
b8225fc8c8
Fix labels not being updated in elastic
2022-05-19 12:08:50 +08:00
eadeccce81
Linting fixes
2022-05-18 11:31:42 -07:00
004c766588
If parsing fails, attempt adding <html> wrappers to a document
...
LinkedDom seems less forgiving and expects the outerHTML of a
document, however older extension versions still send innerHTML.
2022-05-18 10:55:31 -07:00
d68549bcb7
Remove unused code
2022-05-18 15:52:31 +08:00
d9d4deb14c
Update Money Stuff sign up url
2022-05-18 11:50:43 +08:00
5b36f9270e
Update milk road query params
2022-05-17 22:43:00 +08:00
13453e7b7f
Register subscribe resolver
2022-05-17 21:26:46 +08:00
568472cc3c
Calling HTTP requests to subscribe to these newsletters
2022-05-17 21:15:25 +08:00
4699458457
Implement subscribe api
2022-05-17 18:46:57 +08:00
1da8b75c81
Add a subscribeHandler
2022-05-17 18:46:44 +08:00
51dd9a5733
Return a list of subscriptions
2022-05-17 18:45:52 +08:00
c30ef093b8
Update unsubscribe api
2022-05-17 16:47:34 +08:00
906b2d28a0
Add subscribe API schema
2022-05-17 16:23:36 +08:00
e76fb02f43
Fix window is not defined for parsing code blocks
2022-05-17 11:01:55 +08: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
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
b306ca6e2e
Fix UpdateLabelResult undefined
2022-05-13 17:38:51 +08:00