Commit Graph

851 Commits

Author SHA1 Message Date
45b2fa6329 fix not setting zero 2023-03-10 12:46:41 +08:00
bba0f69f62 Add top percentage to the reading position in API 2023-03-10 12:38:25 +08:00
590a1cb8ad Only publish labels to add to the pubsub queue 2023-03-09 21:46:33 +08:00
104da191d2 Allow webhooks with same event types 2023-03-09 15:00:06 +08:00
58156b72ff Update yarn.lock 2023-03-09 10:44:42 +08:00
d0e4c01b45 Allow passing mode to backend to better handle mode changes in client 2023-03-09 10:15:14 +08:00
a1e3ac8a07 Add quote to the updateHighlightInput of the updateHighlight API 2023-03-08 15:37:24 +08:00
87fd49540a Merge pull request #1697 from omnivore-app/dependabot/npm_and_yarn/knex-2.4.2
Bump knex from 0.21.12 to 2.4.2
2023-03-06 09:45:50 +08:00
0a350bef6d Fix issues with knex version bump 2023-03-05 21:36:46 +08:00
bd12ecd7ec Add publishedAt to the updatePageInput 2023-03-02 13:40:59 +08:00
65c244edd7 Merge pull request #1819 from omnivore-app/feature/search-filter-with-no-as-keyword 2023-02-21 12:23:22 +08:00
214766dda6 Add no: keyword to the search filter to filter items without label or highlight 2023-02-17 12:48:02 +08:00
153ca6995b Refactor exclude labels query 2023-02-17 12:13:20 +08:00
7f761049d7 Preparse the newsletter content 2023-02-17 09:49:19 +08:00
cc8b1cefdb Preserve <pre> elements with prism- class and identity them as code blocks 2023-02-14 12:33:59 +08:00
d816ee9563 Allow image and media to be loaded in puppeteer 2023-02-13 16:50:39 +08:00
0359cefb4f Merge pull request #1794 from omnivore-app/add-domdistiller-test-page
Add dom-distiller generated test pages
2023-02-10 10:42:59 +08:00
c285a017c3 Increase view.html iframe height 2023-02-09 22:20:58 +08:00
761f2ff8f2 Add JWT token to the request 2023-02-09 18:05:04 +08:00
a91cf9ef63 Add an option for the original html to be parsed by distiller 2023-02-09 17:44:02 +08:00
b0ccfc213d Operate on pages in processing state during bulk operations 2023-02-09 12:28:06 +08:00
e6833fddff Add to address on email not forwarded logs 2023-02-06 11:13:28 +08:00
1e63899748 Add additional logging for mobile auth login errors 2023-02-06 11:11:28 +08:00
1458395630 Merge pull request #1759 from omnivore-app/archive-all-api
bulk action api
2023-02-02 22:14:33 +08:00
bb5c104a42 Change archiveAll to bulkAction which allows deletion too 2023-02-02 21:26:37 +08:00
7255061e36 Unescape HTML entities in annotation when creating highlight 2023-02-02 11:32:24 +08:00
3b888bbb08 Make Async call to archive all 2023-02-01 18:50:10 +08:00
03ab96b7f8 Add archiveAll API 2023-02-01 18:05:16 +08:00
dd6c8cf6dc Make subject optional too 2023-02-01 13:53:27 +08:00
ac6f5b497c Accept null value for text in an email 2023-02-01 13:44:27 +08:00
83c8166b3b Unescape HTML entities in annotation to avoid showing escaped characters 2023-02-01 12:13:00 +08:00
749df941f8 Use ilike for recent email query 2023-01-28 16:18:06 +08:00
7476878254 Add more logging for recent email lookups 2023-01-28 15:05:45 +08:00
6a50e85759 Save the parsed email address as the to field in received_emails
The unparsed addresses can look something like this:

"jacksonh-XXXX@inbox.omnivore.app" <jacksonh-XXXX@inbox-demo.omnivore.app>

but we want to join on this field to the NewsletterEmail.address
field which will look like `jacksonh-XXXX@inbox.omnivore.app`
2023-01-28 13:53:23 +08:00
15782fc5ce Add some analytics when creating reports 2023-01-26 19:32:41 +08:00
506568e0c2 Merge pull request #1667 from omnivore-app/recent-emails
recent emails
2023-01-25 14:22:00 +08:00
a682d87aa6 Add tests for recent emails resolver 2023-01-19 12:11:34 +08:00
83c62c65a3 Add test for saving received email 2023-01-19 10:44:08 +08:00
318a6557a5 Email us if a recent email marked as library item 2023-01-19 09:55:49 +08:00
7dbf8662fc Fix test 2023-01-19 09:38:21 +08:00
8f9c317dd1 Save received email before publishing data 2023-01-18 22:35:07 +08:00
08048405a1 Correct typo in doc about labels 2023-01-18 22:07:39 +08:00
36d2ac041a Fix error of getting subscriptions without newsletter email by inner join them 2023-01-18 18:42:10 +08:00
d60890d154 Add pubsub to save received email 2023-01-18 17:13:11 +08:00
60e107964f Fix typo 2023-01-18 15:00:34 +08:00
96f727a165 Add mark a recent email as library item api 2023-01-18 15:00:34 +08:00
62a3b48e00 Add list recent emails api 2023-01-18 15:00:34 +08:00
3f373ab3b6 Save received email 2023-01-18 15:00:34 +08:00
2da4ca5da8 Add saveReceivedEmail service 2023-01-18 15:00:34 +08:00
b7d732df7c Add received_email entity 2023-01-18 15:00:34 +08:00