Commit graph

5722 commits

Author SHA1 Message Date
Hongbo Wu
154d4aaa69
Merge pull request #1921 from omnivore-app/fix/save-page
Return correct page slug and get saving request by url
2023-03-17 16:03:10 +08:00
Hongbo Wu
7727a29624 Revert a tsconfig change will cause the dist file structure not as expected 2023-03-17 16:01:07 +08:00
Hongbo Wu
d3f3506c76 Encode url 2023-03-17 11:50:28 +08:00
Hongbo Wu
cfb62a3995 Update frontend 2023-03-17 11:37:59 +08:00
Hongbo Wu
9e492f7dcb Add test case 2023-03-17 11:37:59 +08:00
Hongbo Wu
f9396450a5 Get saving request by url 2023-03-17 11:37:59 +08:00
Hongbo Wu
fc662dd2d5 Return existing slug if page exists 2023-03-17 11:37:59 +08:00
Hongbo Wu
86ae533b66
Merge pull request #1915 from omnivore-app/allow-scoping-searches-to-site
Allow scoping searches to site:
2023-03-17 09:59:21 +08:00
Jackson Harper
49e1947095
Merge pull request #1919 from omnivore-app/fix/pdf-height-calc
Use vh to force the PDF container height
2023-03-16 17:17:02 +08:00
Jackson Harper
a9128a0733 Use vh to force the PDF container height 2023-03-16 17:01:53 +08:00
sywhb
1bd28ba43b Update generated html 2023-03-16 04:48:15 +00:00
Hongbo Wu
e4b983f7e8 Update eslintignore 2023-03-16 12:47:16 +08:00
Hongbo Wu
d13b018b2b
Merge pull request #1914 from omnivore-app/save-html-with-highlights
save html with highlights
2023-03-16 09:54:19 +08:00
sywhb
afa2721cf7 Update generated html 2023-03-15 11:38:00 +00:00
Hongbo Wu
895e50201a Fix tests 2023-03-15 19:36:53 +08:00
Hongbo Wu
adae20e7e1 Use elasticsearch body builder 2023-03-15 19:15:40 +08:00
Jackson Harper
d9df750c81
Merge pull request #1916 from omnivore-app/dependabot/npm_and_yarn/pkg/extension/webpack-5.76.0
Bump webpack from 5.11.1 to 5.76.0 in /pkg/extension
2023-03-15 18:54:42 +08:00
Hongbo Wu
45eed5c40d Must match siteName 2023-03-15 13:32:04 +08:00
Hongbo Wu
aeb09539cc Fallback to hostname 2023-03-15 13:24:17 +08:00
Hongbo Wu
9c96a4eab2 fix puppeteer throwing error when create_time is not defined 2023-03-15 13:15:21 +08:00
Hongbo Wu
114f0405db update tsconfig 2023-03-15 13:14:40 +08:00
Hongbo Wu
66481c7aa6 Add apollo config 2023-03-15 13:14:26 +08:00
dependabot[bot]
d7383f834c
Bump webpack from 5.11.1 to 5.76.0 in /pkg/extension
Bumps [webpack](https://github.com/webpack/webpack) from 5.11.1 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.11.1...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 15:12:03 +00:00
Hongbo Wu
7d2cb07af0 eslint 2023-03-14 22:24:17 +08:00
Hongbo Wu
e5f1f25a4d Allow scoping searches to site: 2023-03-14 18:26:45 +08:00
Hongbo Wu
a8682b8cf6 Save html along with highlight and return 2023-03-14 15:55:32 +08:00
Hongbo Wu
bf6ae38fe1 Add html to the highlight document in elasticsearch 2023-03-14 15:20:09 +08:00
Hongbo Wu
30fb1af9fa
Merge pull request #1912 from omnivore-app/trim-white-space-in-email
Trim whitespace text from user email address
2023-03-14 15:10:55 +08:00
Hongbo Wu
c3f2262b6b Update test 2023-03-14 14:52:42 +08:00
Hongbo Wu
490ae58499 Update test 2023-03-14 14:46:00 +08:00
Hongbo Wu
ee2487ff01 Case insensitive 2023-03-14 14:42:56 +08:00
Hongbo Wu
461b348dc0 Use lower function in the query 2023-03-14 14:42:00 +08:00
Hongbo Wu
7dd32c3e87 Trim whitespace text from user email address 2023-03-14 12:57:23 +08:00
Jackson Harper
47f1934ed5
Merge pull request #1904 from omnivore-app/fix/min-heights
Set a min height for library and reader so when small content is display the full screen is always used
2023-03-13 15:18:05 +08:00
Jackson Harper
32f3b05129 Remove unused line 2023-03-13 14:51:21 +08:00
Jackson Harper
a40c63cb41 Set a min height for library and reader so when small content is display the full screen is always used 2023-03-13 14:45:00 +08:00
Hongbo Wu
055a569a63
Merge pull request #1902 from omnivore-app/fix/readability-published-date-timezone
return published date if the class name is omnivore-published-date which we added when we scraped the article
2023-03-13 14:18:30 +08:00
Jackson Harper
ea405628c8
Merge pull request #1884 from omnivore-app/fix/theme-cleanup
Theming cleanup / Add Sepia and Apollo
2023-03-13 13:55:28 +08:00
Jackson Harper
c990c6b248 Add missing anchorElements file 2023-03-13 13:33:58 +08:00
Jackson Harper
467ace2f14 Rename reading progress file now that its no longer a react hook 2023-03-13 13:29:29 +08:00
Jackson Harper
2e6090c7a4 Remove debug 2023-03-13 13:16:28 +08:00
Jackson Harper
608ef8cadc Remove debug line 2023-03-13 13:14:54 +08:00
Jackson Harper
9f3a03ec61 Fix the AddLink button to the bottom of the left menu 2023-03-13 12:54:48 +08:00
Hongbo Wu
aae6759bcb return published date if the class name is omnivore-published-date which we added when we scraped the article 2023-03-13 12:08:01 +08:00
Hongbo Wu
deb398112b
Merge pull request #1900 from omnivore-app/reset-anchor 2023-03-11 10:36:36 +08:00
Hongbo Wu
a0ec7bc89d Reset readingProgressAnchorIndex to zero if the input is zero 2023-03-11 10:16:47 +08:00
Jackson Harper
c19460eb75 Cancel scroll watcher timeout 2023-03-11 08:27:34 +08:00
Jackson Harper
f811339398 Reset top percent when marking as read/unread 2023-03-11 08:22:15 +08:00
Jackson Harper
faa2912f24 Update the anchor index in the cache when marking as read 2023-03-11 08:14:40 +08:00
Jackson Harper
5cd5f57b4e Fetch top percent with search items 2023-03-11 08:09:43 +08:00