|
|
c94d5db259
|
Merge pull request #889 from omnivore-app/dependabot/npm_and_yarn/axios-0.27.2
Bump axios from 0.26.0 to 0.27.2
|
2022-07-08 13:48:27 -07:00 |
|
|
|
3a1d89cd31
|
Merge pull request #923 from omnivore-app/dependabot/npm_and_yarn/googleapis-105.0.0
Bump googleapis from 100.0.0 to 105.0.0
|
2022-07-08 13:47:48 -07:00 |
|
|
|
e63324c802
|
Merge pull request #934 from omnivore-app/fix/unsubscribe-email-not-saved
fix/unsubscribe email not saved
|
2022-07-08 13:47:16 -07:00 |
|
|
|
46d96b8f91
|
Merge pull request #932 from omnivore-app/newsletter-revue
Add support for newsletters hosted on getrevue.co
|
2022-07-08 13:36:10 -07:00 |
|
|
|
4edf6732f6
|
Merge pull request #929 from omnivore-app/dependabot/npm_and_yarn/parse-url-6.0.2
Bump parse-url from 6.0.0 to 6.0.2
|
2022-07-08 13:35:25 -07:00 |
|
|
|
9c6814d381
|
Merge pull request #931 from omnivore-app/feature/reply-to-original-email
Reply to the original sender of the forwarded email
|
2022-07-08 13:21:25 -07:00 |
|
|
|
6ea5bc3b18
|
fix dependecies
|
2022-07-08 12:10:32 +08:00 |
|
|
|
7b714e7bc3
|
fix tests
|
2022-07-07 17:38:14 +08:00 |
|
|
|
ef0c2434fb
|
Save unsubscribe email address or http url of newsletter emails
|
2022-07-07 17:14:12 +08:00 |
|
|
|
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 |
|
|
|
9599edb9fb
|
Add support for newsletters hosted on getrevue.co
|
2022-07-06 22:06:51 +08:00 |
|
|
|
2e77241044
|
Check and get Revue newsletter url from email
|
2022-07-06 22:06:21 +08:00 |
|
|
|
e5518e9f23
|
Reply to the original sender of the forwarded email
|
2022-07-06 21:16:55 +08:00 |
|
|
|
239d8fa33a
|
Bump parse-url from 6.0.0 to 6.0.2
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits)
---
updated-dependencies:
- dependency-name: parse-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-06 01:57:51 +00: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 |
|
|
|
a4219ac15c
|
Bump googleapis from 100.0.0 to 105.0.0
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 100.0.0 to 105.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v100.0.0...googleapis-v105.0.0)
---
updated-dependencies:
- dependency-name: googleapis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 21:40:35 +00: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 |
|