Commit Graph

1083 Commits

Author SHA1 Message Date
114f0405db update tsconfig 2023-03-15 13:14:40 +08:00
66481c7aa6 Add apollo config 2023-03-15 13:14:26 +08:00
7d2cb07af0 eslint 2023-03-14 22:24:17 +08:00
e5f1f25a4d Allow scoping searches to site: 2023-03-14 18:26:45 +08:00
c3f2262b6b Update test 2023-03-14 14:52:42 +08:00
490ae58499 Update test 2023-03-14 14:46:00 +08:00
ee2487ff01 Case insensitive 2023-03-14 14:42:56 +08:00
461b348dc0 Use lower function in the query 2023-03-14 14:42:00 +08:00
7dd32c3e87 Trim whitespace text from user email address 2023-03-14 12:57:23 +08:00
a0ec7bc89d Reset readingProgressAnchorIndex to zero if the input is zero 2023-03-11 10:16:47 +08:00
83cd93bce4 Fix the tests due to the change of readwise integration 2023-03-10 18:03:39 +08:00
98d5f92ad4 Call youtube data api to fetch published date 2023-03-10 17:38:03 +08:00
a0aab94e8b Add site_name and published date to saved twitter 2023-03-10 16:42:40 +08:00
5c3dd904a5 do not use highlightPositionAnchorIndex as the location 2023-03-10 15:54:51 +08:00
12160cc9dc filter out highlights with no quote 2023-03-10 15:43:06 +08:00
45a857152b Add minLength = 1 for quote in highlight 2023-03-10 15:40:31 +08:00
2e197644d4 Add debug logs 2023-03-10 15:17:04 +08:00
8a9a464e84 Add a test case for top position greater than bottom position 2023-03-10 12:56:00 +08:00
45b2fa6329 fix not setting zero 2023-03-10 12:46:41 +08:00
451ed1c70e Add test case for 0 2023-03-10 12:42:57 +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
3667dc32a7 Merge pull request #1882 from omnivore-app/fix/webhooks
Replace LABEL_CREATED with LABEL_ADDED in webhooks page
2023-03-09 17:08:43 +08:00
361e5b6fc7 Merge pull request #1847 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/instrumentation-dns-0.31.2
Bump @opentelemetry/instrumentation-dns from 0.29.0 to 0.31.2
2023-03-09 17:05:50 +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
36bac532b0 Bump @opentelemetry/instrumentation-dns from 0.29.0 to 0.31.2
Bumps [@opentelemetry/instrumentation-dns](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.29.0 to 0.31.2.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/host-metrics-v0.29.0...instrumentation-dns-v0.31.2)

---
updated-dependencies:
- dependency-name: "@opentelemetry/instrumentation-dns"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 21:17:27 +00:00
65c244edd7 Merge pull request #1819 from omnivore-app/feature/search-filter-with-no-as-keyword 2023-02-21 12:23:22 +08:00
eb1d8caa1c Add tests 2023-02-17 18:03:53 +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