Commit Graph

171 Commits

Author SHA1 Message Date
3f24d9a99e Add includes filter to search by ids in search api 2022-11-24 14:10:13 +08:00
ba730bdc3e Use default application credential 2022-11-22 13:00:01 +08:00
2ae3226bdb Add sendNotification api 2022-11-22 12:48:17 +08:00
080a1982b2 Remove unused import 2022-11-21 22:39:10 +08:00
1e4658b771 Consistent function declaration syntax 2022-11-21 22:39:10 +08:00
c0d5d12ec0 Add missing file 2022-11-21 22:39:10 +08:00
a3f477f57a Linting fix 2022-11-21 22:39:10 +08:00
9741f6b12d Add highlights to newly saved pages if they contain highlight markers 2022-11-21 22:39:10 +08:00
a78074b0da Merge pull request #1406 from omnivore-app/set-voice-in-user-personalization
set voice in user personalization
2022-11-11 16:57:49 +08:00
9872355056 Allow apollo sandbox access in local env only 2022-11-11 16:18:11 +08:00
67b26be547 Allow apollo sandbox access 2022-11-11 15:24:54 +08:00
83dbb54896 Allow filtering by author 2022-11-11 15:01:14 +08:00
ce18d33ae1 Change queue name 2022-11-11 10:14:46 +08:00
b0938ee96c Pre-fetch realistic voice only if user is opted in 2022-11-10 18:48:00 +08:00
ddd1e84686 Add language and rate in the cloud task params 2022-11-08 16:22:23 +08:00
2e47b0879c Convert HTML to utterances 2022-11-07 19:30:20 +08:00
a7e92addb0 Create 128 * 128 proxy image for the site icon 2022-10-18 15:32:30 +08:00
22e92256eb Fetch subscription's favicon if the site icon is base64 encoded image 2022-10-18 15:32:30 +08:00
5d70d04154 If the saved tweet is a reply, we need to get the referenced tweet 2022-10-10 15:12:41 +08:00
49ed8e279b Calls preParseContent function in content-handler package before parsing content 2022-10-07 16:56:38 +08:00
679977805f Remove custom content-handler in packages/api 2022-10-07 16:56:38 +08:00
8942398092 Change GET to HEAD 2022-09-30 12:52:09 +08:00
9841ce7f8e Remove parsing newsletter emails from forwarded emails 2022-09-30 12:51:23 +08:00
2f6b26d21d Use GET request as some host do not allow HEAD requests 2022-09-28 20:18:40 +08:00
a55ad135fd Set 5s for the HEAD request timeout 2022-09-28 19:26:42 +08:00
a6795b380a Fetch favicon from url 2022-09-28 19:02:29 +08:00
0239103fc4 Remove the table with text content less than 20 because these are ads 2022-09-22 22:16:03 +08:00
56e3ccadf0 Add test case for Axios AM newsletter 2022-09-21 12:16:13 +08:00
2c3b8535d8 Fix one morning brew newsletter parsing error by only keeping market info table in the original newsletter 2022-09-20 17:12:13 +08:00
b03f7ebeb8 Add handler to pre-process morning brew newsletters 2022-09-15 16:21:09 +08:00
d795fef8a7 Add handler to pre-process morning brew newsletters 2022-09-15 16:20:57 +08:00
d4dcec75d5 Return 0 for wordsCount if error 2022-09-07 15:16:16 +08:00
7353c328d9 Remove unused text-to-speech code 2022-08-29 22:29:40 +08:00
a19ec8efea Hardcode queue name 2022-08-29 13:20:39 +08:00
2e4cb7f4b0 Fix using wrong taskHandlerUrl for low priority task 2022-08-29 12:01:17 +08:00
f903a92245 Use text-to-speech queue 2022-08-29 11:47:42 +08:00
b2d49d1fbf Add dotenv 2022-08-26 16:30:09 +08:00
b337735c9d Do not throw error if failed to synthesize self-closing tags elements 2022-08-25 18:52:10 +08:00
99a628f03f Fix tests 2022-08-25 16:09:35 +08:00
00d1696f23 use complimentary voice for blockquote, hardcoded for now 2022-08-25 16:09:35 +08:00
9b0093e3d2 Add function to test if a page should be transcribed 2022-08-25 16:09:35 +08:00
463f423cab Enqueue TTS task in the get speech of article API if speech not found 2022-08-22 16:13:34 +08:00
4852777f66 Throw error if synthesizing was cancelled 2022-08-22 16:10:49 +08:00
4ce7352013 Merge pull request #1108 from omnivore-app/fix/failed-to-convert-speech
Fix some articles not converted to speech correctly
2022-08-22 12:58:04 +08:00
85d8816e1e Replace li element with a sentence element when converting HTML to SSML 2022-08-22 12:39:06 +08:00
dba749c506 Fix some articles not converted to speech correctly 2022-08-20 00:11:46 +08:00
0cf689ce21 Fix not getting revue newsletter url by checking all the hyper links in the table tr td 2022-08-19 17:32:29 +08:00
576318fcbe Add authentication to speech svc endpoint 2022-08-18 19:24:38 +08:00
401633eda6 Return signed url 2022-08-18 19:24:38 +08:00
29061cf7b1 Remove &nbsp in SSML 2022-08-18 19:24:38 +08:00