Commit Graph

968 Commits

Author SHA1 Message Date
7b0ebb9dbf Add pubsub subscription to trigger webhook 2022-05-26 14:51:11 +08:00
c84668e6b0 Remove debug log 2022-05-26 14:51:11 +08:00
7157f38738 Add test 2022-05-26 14:51:11 +08:00
6d0ce30a44 Add setWebhook resolver 2022-05-26 14:51:10 +08:00
5528d1d349 Replace createWebhook with setWebhook 2022-05-26 14:50:38 +08:00
f61f61312c Add webhook entity 2022-05-26 14:50:10 +08:00
a655275754 Add unique constraint on user_id and event_types 2022-05-26 14:50:10 +08:00
aaab02c9d8 Add createWebhook gql schema 2022-05-26 14:50:08 +08:00
fe09487a6a Add webhooks model 2022-05-26 14:49:27 +08:00
a34806a782 Fix tests 2022-05-26 10:55:21 +08: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
b0ed10760e Normalize language 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
037520a1c3 Add language in mappings 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
ad91c41f0f Merge pull request #705 from omnivore-app/lowercase-text
Lowercase characters when doing text analysis
2022-05-25 10:51:40 +08: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
6c78d6188b Lowercase characters when doing text analysis 2022-05-25 09:59:43 +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
2d518d327d Add description for known newsletters, update icon set 2022-05-23 21:54:15 -07:00
677d561ab0 Add new required pageNumber attribute to onboarding stories 2022-05-23 15:56:52 -07:00
dcd23e6eb2 dos2unix on this file 2022-05-23 15:43:06 -07:00
0ae63f9da8 Fix default import 2022-05-23 15:42:30 -07:00
370a3fc4c0 Rework onboarding code so its a little easier to control paths 2022-05-23 15:08:13 -07:00
a7e67b4bea Rename OnboardingLayout2 to OnboardingLayout, dont use default export 2022-05-23 14:24:09 -07:00
e43700e159 Rename OnboardingLayout to ProfileLayout since its only used in the profile 2022-05-23 14:17:13 -07:00
0081fa6dfb Merge pull request #616 from omnivore-app/OMN-585
[Omn-585] - Onboarding Pages 1, 4, 5, and 6.
2022-05-23 14:05:24 -07:00
3c4e4d6f2e Merge pull request #623 from omnivore-app/OMN-617
[OMN-617] - Align AppStore button to right on small screens in MobileInstallComponent
2022-05-23 13:50:42 -07:00
2d5f36c61f Fix typo in var name 2022-05-23 13:41:32 -07:00
4dc5861b97 Go to home not login when onboarding is completed 2022-05-23 13:38:52 -07:00
408ba789a0 fixing diff 2022-05-23 19:40:15 +00:00
28a52b24f5 Remove unused learn more link, this is lowered to under the description text 2022-05-23 12:09:28 -07:00
c6fd8bcf4a Add some padding on appstore install button 2022-05-23 12:09:07 -07: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