Commit Graph

2449 Commits

Author SHA1 Message Date
cb1968a82d Publish unsubscribe header info in the non-newsletter queue 2022-07-07 17:13:18 +08:00
0b15fefeb9 Move parseUnsubscribeHeader to index.ts 2022-07-07 17:12:26 +08:00
620ace93d1 Merge pull request #927 from omnivore-app/fix/content-fetch-timeout
Shorten the timeout requesting pages
2022-07-05 11:35:06 -07:00
01353add63 Shorten the timeout requesting pages
I believe our process is sometimes being terminated before this
timeout is hit, which means we then don't have time to fetch
with a fallback.
2022-07-05 11:16:11 -07:00
6b1f21398e Merge pull request #925 from omnivore-app/fix/scrapingbee-url
Create a scrapingbee url when using the fallback
2022-07-05 09:03:13 -07:00
9554f8f6ba Create a scrapingbee url when using the fallback
Javascript hoists variables to the top of scope, so `url` here
refers to the `url` variable defined lower in the block.
2022-07-05 08:41:34 -07:00
2231d6fc9b Merge pull request #924 from omnivore-app/fall-back-to-scrapingbee
Always fall back to scrapingbee if there is an exception
2022-07-05 08:25:53 -07:00
3a79710dbf Always fall back to scrapingbee if there is an exception 2022-07-05 21:48:58 +08:00
a0e040c8b1 Merge pull request #918 from omnivore-app/enable-api
Enable API in the dropdown
2022-07-01 17:40:14 -07:00
a959c4beb0 Better dropdown name 2022-07-01 17:29:43 -07:00
0752191138 Enable API in the dropdown 2022-07-01 17:29:08 -07:00
4ace3ed616 Merge pull request #916 from omnivore-app/rm-md-api-docs
Remove markdown API docs, harder to read than just looking at schema.ts
2022-07-01 10:29:40 -07:00
a07111d7c8 Remove markdown API docs, harder to read than just looking at schema.ts 2022-07-01 10:26:48 -07:00
d62b910893 Merge pull request #915 from omnivore-app/api-docs
Generate API docs into Markdown
2022-07-01 10:22:47 -07:00
e375acd693 Generate API docs into Markdown
Not sure how well this will work but testing it out to see how
it looks on GitHub.
2022-07-01 10:18:14 -07:00
a218598810 Merge pull request #911 from omnivore-app/never-expire-tokens
never expire tokens
2022-06-30 17:37:05 -07:00
5d4cba6c77 Merge pull request #898 from omnivore-app/macos-web-reader
Mac App bundled reader
2022-06-29 22:59:32 -07:00
f6da7d6251 enable pdfreader for macos 2022-06-29 22:57:06 -07:00
943845628a adjust header layout for macos reader 2022-06-29 22:45:58 -07:00
06bd8ef07d Merge pull request #902 from omnivore-app/remove-userDataDir
Remove userDataDir
2022-06-30 13:34:52 +08:00
09b28a1960 fix webPreferencesPopoverView for macos 2022-06-29 22:22:00 -07:00
af6f8dd416 enable highlight bar for macos web reader 2022-06-29 22:09:52 -07:00
aa79137223 fix bug where viewerAction is overridden on webreader 2022-06-29 20:23:54 -07:00
6721a0681c remove duplicate platform code in webreader 2022-06-29 20:08:42 -07:00
e48a3027f6 use resourceURL for locating bundled web reader web resources 2022-06-29 15:58:16 -07:00
2344d6711b Better printing of never expiring tokens 2022-06-29 10:51:54 -07:00
37075f076e Remove userDataDir 2022-06-29 22:56:14 +08:00
14ed43f263 Add support for "never" expiring tokens by setting to the Date MAX_AGE 2022-06-28 20:02:32 -07:00
43a20abcd5 try to load htmlString on mac app 2022-06-28 17:03:58 -07:00
93d3485e40 remove old web reader code 2022-06-28 16:21:42 -07:00
23a03e4aa2 rename WebView to OmnivoreWebView to avaoid clash with AppKit class 2022-06-28 15:17:50 -07:00
d6f183e1f2 Added never as one of the options 2022-06-28 13:57:47 -07:00
61de5b88ac fixed bug for input text showing undefined value 2022-06-28 09:20:50 -07:00
c91d56a957 Merge pull request #894 from omnivore-app/fix/macos-labels 2022-06-28 07:30:40 -07:00
c2ce6a478b Set select color and background colors so OS themes dont override them 2022-06-27 23:07:55 -07:00
1ddd014b7d Merge pull request #893 from omnivore-app/add-highlights-to-search-results
add highlights to search results
2022-06-28 14:01:32 +08:00
776e35079b fix edit title modal for macos 2022-06-27 21:34:14 -07:00
1ea4b63f54 fix apply labels view for macos app 2022-06-27 21:27:05 -07:00
c08afe6451 Update page updatedAt when updating labels 2022-06-28 12:03:37 +08:00
00f38d1134 Update page updatedAt when updating highlights 2022-06-28 11:55:26 +08:00
59efc5fea7 Add test 2022-06-28 10:14:15 +08:00
bf1faaeea4 Include highlights in search page result in elastic 2022-06-28 09:56:39 +08:00
6cae3dc9b5 Add highlights in search item 2022-06-28 09:53:48 +08:00
39df22f4bf move sheets to outside scope of mac home container 2022-06-27 16:43:29 -07:00
ed70ceb2c4 apply delete label alert on macOS 2022-06-27 16:06:56 -07:00
ae4f82ac5c move sheet modifier to main body of labels view 2022-06-27 16:04:20 -07:00
e2cb7a70a8 rename showCreateLabelModal from showCreateEmailModal 2022-06-27 15:41:09 -07:00
5cfcb5ebb0 use toolbarGroup for create label modal on macOS 2022-06-27 15:26:55 -07:00
b467d88557 Merge pull request #852 from omnivore-app/readability/sydneydotcom
Add readability test for sydney.com
2022-06-27 13:32:39 -07:00
9122495632 adding prepopulation for input 2022-06-27 13:05:43 -07:00