Commit Graph

1144 Commits

Author SHA1 Message Date
c78fe9f87d Paginate pocket retrieve api response data 2023-04-12 16:50:10 +08:00
737957ff82 Add import from pocket to web 2023-04-12 16:50:10 +08:00
2e5e3bd19e Add headers 2023-04-12 16:50:10 +08:00
59621768c8 Get request token from pocket 2023-04-12 16:50:10 +08:00
ae2f695df8 Get access token from pocket 2023-04-12 16:50:10 +08:00
6554d3b601 Add tests 2023-04-12 16:50:10 +08:00
9c7f6fefca Add PocketIntegration service to the list 2023-04-12 16:50:10 +08:00
c3bfb593c6 Fix regression 2023-04-12 16:50:10 +08:00
02247bc0a6 Add import from integration api implementation 2023-04-12 16:50:10 +08:00
e2d050288e write the list of urls to a csv file and upload it to gcs 2023-04-12 16:50:10 +08:00
94d8903ec1 Add pocket integration support 2023-04-12 16:50:10 +08:00
0bf4119c92 Refactor with factor pattern 2023-04-12 16:50:10 +08:00
4ce4cd0a62 Add a type for export or import to the integration table 2023-04-12 16:50:10 +08:00
9056318667 Change type field in integration table from enum to text type 2023-04-12 16:50:10 +08:00
b43f6904f4 Merge pull request #2021 from omnivore-app/fix/subscriptions
creates or updates subscription only if their is a valid unsubscribe link
2023-04-12 13:17:34 +08:00
80d0e7c944 Move pageType to function_resolver 2023-04-12 12:37:22 +08:00
158a75807c Use camel case 2023-04-12 12:27:05 +08:00
4969391d4c Replace picture with image 2023-04-12 12:15:53 +08:00
c5eb223c07 Add tweet, video, picture pageType 2023-04-12 11:53:23 +08:00
f740d70608 Add test case 2023-04-12 10:46:45 +08:00
f28912728a creates or updates subscription only if their is a valid unsubscribe link 2023-04-11 22:39:47 +08:00
83cd0ac880 Return error if query exceeds 255 char 2023-04-06 12:03:26 +08:00
3d599ad7ab Remove sanitize directive on query argument because we will change the argument type if doing so 2023-04-06 11:56:19 +08:00
c596e88f46 Set search query max size to 255 char 2023-04-05 12:20:52 +08:00
e5ffd3f5bd Stop inserting search history to the DB in the search API 2023-04-05 11:45:39 +08:00
819d275497 Add wordsCount if undefined when creating pages in elastic 2023-04-04 12:52:46 +08:00
32d31af847 Merge pull request #1970 from omnivore-app/double-quote-size-limit
Double max length of quote in highlights
2023-04-04 11:44:28 +08:00
c52d2f0f56 Fix pageType to be null in updatesSince api response 2023-04-04 11:00:13 +08:00
8d79f858c3 Double max length of quote in highlights 2023-04-03 18:46:59 +08:00
53a2df5dd2 Fix start_date or end_date is undefined in elasticsearch search query 2023-03-27 18:45:24 +08:00
dd24cfbeec Remove async 2023-03-23 10:45:39 +08:00
abb8df26e5 Set HIGHLIGHT as default highlight type in every highlight 2023-03-23 10:44:30 +08:00
aae16d7a4d Set HIGHLIGHT as default highlight type 2023-03-22 22:02:03 +08:00
b3a965781c resolve conflicts 2023-03-22 10:40:03 +08:00
ee151637e3 Only send event if highlight updated 2023-03-22 10:37:07 +08:00
9df1546323 Fix tests 2023-03-22 10:37:07 +08:00
b0e91cbbbb Change GraphQL APIs 2023-03-22 10:36:38 +08:00
71826148fd Add type to the highlight in the elasticsearch and three types are HIGHLIGHTS, REDACTION and NOTE 2023-03-22 10:34:40 +08:00
013b460e39 Check the permission to access page in elasticsearch 2023-03-21 15:56:30 +08:00
e84b517493 Do not update createdAt for existing page 2023-03-21 13:57:57 +08:00
8148453503 When saving an existing page, update the content 2023-03-21 13:44:00 +08:00
bc9ba1d976 Reset state to processing when creating articles 2023-03-21 13:05:00 +08:00
5af9d9266c Do not fetch deleted article in saving request 2023-03-21 13:03:53 +08:00
f053b60cbe Allow array values in page filters 2023-03-21 13:03:23 +08:00
f93148fcdd Add BAD_DATA to the saving request error code 2023-03-21 13:02:38 +08:00
265c050f5c Return readerURL on save URL requests 2023-03-20 17:28:55 +08:00
c315e8be04 Return article's url in saveUrl api 2023-03-20 16:49:18 +08:00
fb945f2791 Return url in save API 2023-03-20 16:48:50 +08:00
3160e15605 Merge pull request #1857 from omnivore-app/dependabot/npm_and_yarn/firebase-admin-11.5.0
Bump firebase-admin from 10.0.2 to 11.5.0
2023-03-20 10:39:35 +08:00
f348ec7100 Add id to saving request and make both id and url optional 2023-03-17 17:56:38 +08:00