Commit graph

2495 commits

Author SHA1 Message Date
dependabot[bot]
448b11ce26
Bump parse-multipart-data from 1.2.1 to 1.3.0
Bumps [parse-multipart-data](https://github.com/nachomazzara/parse-multipart-data) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/nachomazzara/parse-multipart-data/releases)
- [Commits](https://github.com/nachomazzara/parse-multipart-data/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: parse-multipart-data
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 23:17:54 +00:00
Jackson Harper
3baa845853
Merge pull request #942 from omnivore-app/display-report-formatting
Improve formatting for content display report emails
2022-07-11 11:20:57 -07:00
Jackson Harper
27e39b396d Improve formatting for content display report emails
With the previous formatting the `:` could be appended
to the end of URLs.
2022-07-11 11:06:17 -07:00
Jackson Harper
563909b63d
Merge pull request #936 from omnivore-app/dependabot/npm_and_yarn/pkg/extension/moment-2.29.4
Bump moment from 2.29.2 to 2.29.4 in /pkg/extension
2022-07-10 19:49:52 -07:00
Jackson Harper
9f007d72d2
Merge pull request #892 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/instrumentation-dns-0.29.0
Bump @opentelemetry/instrumentation-dns from 0.27.1 to 0.29.0
2022-07-10 19:48:26 -07:00
Jackson Harper
bc2d7130af
Merge pull request #941 from omnivore-app/fix/utility-text-color
Fix the utility text color in menus, make theme switcher smaller
2022-07-09 17:16:36 -07:00
Jackson Harper
215d9cfc36 Fix the utility text color in menus, make theme switcher smaller 2022-07-09 17:08:49 -07:00
Jackson Harper
0f1c2f0656
Merge pull request #938 from omnivore-app/fix/menu-and-modal-design
Clean up menus based on latest design
2022-07-09 16:50:39 -07:00
Jackson Harper
56245619cf Remove unused attribute 2022-07-08 19:31:43 -07:00
Jackson Harper
6dc707cc92 Improve the outlines on dropdown arrows 2022-07-08 19:27:53 -07:00
Hongbo Wu
4fe81eaf92
Merge pull request #849 from omnivore-app/feature/delete-account
Delete account API
2022-07-09 08:54:57 +08:00
Jackson Harper
f60876830c Clean up menus based on latest design
Mostly removing separators, improving shadows, tweaking font.

First pass at these updates:

https://www.figma.com/file/ILgs6aXrPfukXOMf5Yibra/Omnivore---Deliverables?node-id=3386%3A82865
2022-07-08 15:20:55 -07:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
dependabot[bot]
8e5a5fbad8
Bump moment from 2.29.2 to 2.29.4 in /pkg/extension
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 20:41:59 +00:00
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
Hongbo Wu
6ea5bc3b18 fix dependecies 2022-07-08 12:10:32 +08:00
Hongbo Wu
de803ebbd5 fix auth error when deleting user in db 2022-07-08 11:59:55 +08:00
Hongbo Wu
7b714e7bc3 fix tests 2022-07-07 17:38:14 +08:00
Hongbo Wu
ef0c2434fb Save unsubscribe email address or http url of newsletter emails 2022-07-07 17:14:12 +08:00
Hongbo Wu
cb1968a82d Publish unsubscribe header info in the non-newsletter queue 2022-07-07 17:13:18 +08:00
Hongbo Wu
0b15fefeb9 Move parseUnsubscribeHeader to index.ts 2022-07-07 17:12:26 +08:00
Hongbo Wu
1b9d22cb6f update elastic-test docker volumn 2022-07-07 15:08:34 +08:00
Hongbo Wu
583fee7f73 fix tests 2022-07-07 14:19:28 +08:00
Hongbo Wu
322e135ead delete this user pages in elastic 2022-07-07 12:32:55 +08:00
Hongbo Wu
41f43b54ab Publish delete event 2022-07-07 12:31:46 +08:00
Hongbo Wu
94d8891c06 add test 2022-07-07 12:20:29 +08:00
Hongbo Wu
efd47f3f83 add function to delete pages by param 2022-07-07 11:07:00 +08:00
Hongbo Wu
b898f55bb9 add delete account result in resolvers 2022-07-07 10:56:20 +08:00
Satindar Dhillon
5db87db1c6 add api tests for deleting a user 2022-07-06 10:23:52 -07:00
Satindar Dhillon
e5d6386b96 return UserNotFound error if user does not exist in delete account trx 2022-07-06 09:49:01 -07:00
Satindar Dhillon
7d7b51500c migration to allow user to delete themseleves 2022-07-06 09:38:24 -07:00
Satindar Dhillon
02f0e22cff add UI and API call to delete account from ios app 2022-07-06 09:38:24 -07:00
Satindar Dhillon
75b22fbe67 update swift braphql schema 2022-07-06 09:38:24 -07:00
Satindar Dhillon
ddba50dee6 fix delete user resolver and map it to deleteAccount mutation 2022-07-06 09:38:24 -07:00
Satindar Dhillon
da76ae7aab attempt to write resolver functions 2022-07-06 09:38:24 -07:00
Satindar Dhillon
02411347a7 regenerate graphql files 2022-07-06 09:38:24 -07:00
Satindar Dhillon
d595bfb7f1 add delete account mutation to schema.ts 2022-07-06 09:38:24 -07:00
Hongbo Wu
9599edb9fb Add support for newsletters hosted on getrevue.co 2022-07-06 22:06:51 +08:00
Hongbo Wu
2e77241044 Check and get Revue newsletter url from email 2022-07-06 22:06:21 +08:00
Hongbo Wu
e5518e9f23 Reply to the original sender of the forwarded email 2022-07-06 21:16:55 +08:00
dependabot[bot]
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
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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
Jackson Harper
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