Commit Graph

6285 Commits

Author SHA1 Message Date
31cbcc7c7f validate sign up request body in mobile sign-up router 2023-04-27 12:18:32 +08:00
0e8887a1d9 trim user email before saving in db 2023-04-27 11:39:34 +08:00
673c43aee0 trim user email in mobile sign-in router 2023-04-27 11:37:27 +08:00
fb4c8cb1ed trim user email in mobile sign-up router 2023-04-27 11:33:03 +08:00
70530742d6 Merge pull request #2122 from omnivore-app/fix/update-privacy-links
fix/update privacy links
2023-04-26 23:04:33 +08:00
44c2b4c9b0 Update privacy policy link 2023-04-26 22:49:39 +08:00
160b673bd2 Add links on about pages 2023-04-26 22:49:22 +08:00
9efe4c53bb Update privacy policy URL 2023-04-26 22:38:09 +08:00
b5f3f18790 Merge pull request #2120 from omnivore-app/fix/update-privacy-links
Update privacy policy
2023-04-26 22:27:58 +08:00
881e2ea595 Remove old privacy document 2023-04-26 22:03:36 +08:00
0a3d56ea42 Link to new privacy policy 2023-04-26 22:03:19 +08:00
0b8f415500 Merge pull request #2119 from omnivore-app/fix/local-dev-docs
Update login section in local development
2023-04-26 19:33:52 +08:00
91335a7315 Update login section in local development 2023-04-26 19:32:19 +08:00
177af6a242 Merge pull request #2115 from omnivore-app/release/android-0.0.47
Bump android version
2023-04-25 22:20:23 +08:00
785322d2b9 Merge pull request #2112 from omnivore-app/fix/image-loading
Do not enlarge small images, fallback to original src if proxy URL fails
2023-04-25 22:17:03 +08:00
d08a7d8770 Merge pull request #2116 from omnivore-app/fix/save-url
Fix save url error when uid is not in the apollo context
2023-04-25 17:22:34 +08:00
692fd7b959 Fix save url error when uid is not in the apollo context 2023-04-25 17:01:25 +08:00
29497927c5 Bump android version 2023-04-25 16:35:41 +08:00
29da91e760 Merge pull request #2114 from omnivore-app/fix/android-highlight-loading
Set type on highlight objects so they are properly loaded
2023-04-25 16:34:25 +08:00
9748803124 Set highlight ids correctly from android to web reader 2023-04-25 15:27:00 +08:00
a7d66fd4f2 Set type on highlight objects so they are properly loaded 2023-04-25 14:48:59 +08:00
89c85e5627 Merge pull request #2109 from omnivore-app/feat/tweet-titles
Better tweet titles
2023-04-25 14:17:33 +08:00
6560a6e694 Add type definitions 2023-04-25 12:23:37 +08:00
f779185066 Do not enlarge small images, fallback to original src if proxy URL fails 2023-04-25 12:17:24 +08:00
155fad5b9c Truncate tweet text used in titles using lodash 2023-04-25 11:39:55 +08:00
d0e4cbaf08 Merge pull request #2106 from omnivore-app/fix/save-url-via-email
fix/save url via email
2023-04-25 10:41:31 +08:00
fb4ed29e04 Merge pull request #2076 from omnivore-app/fix/android-ui-tweaks
Android tweaks: Set email and password keyboard types on login form, standalone SearchView
2023-04-25 10:39:27 +08:00
4178486758 Merge pull request #2068 from omnivore-app/dependabot/npm_and_yarn/graphql-tools/utils-9.2.1
Bump @graphql-tools/utils from 9.1.1 to 9.2.1
2023-04-25 09:58:44 +08:00
27bdf42d62 Merge pull request #2067 from omnivore-app/dependabot/npm_and_yarn/analytics-node-6.2.0
Bump analytics-node from 6.0.0 to 6.2.0
2023-04-25 09:58:21 +08:00
488b596f05 Merge pull request #2108 from omnivore-app/dependabot/npm_and_yarn/color2k-2.0.2
Bump color2k from 2.0.0 to 2.0.2
2023-04-25 09:55:34 +08:00
2d648fcb6d Remove aabs from git 2023-04-25 09:52:53 +08:00
53e81cc06e Better formatting of tweet titles 2023-04-25 09:47:52 +08:00
0b8bd1a28d Bump color2k from 2.0.0 to 2.0.2
Bumps [color2k](https://github.com/ricokahler/color2k) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/ricokahler/color2k/releases)
- [Commits](https://github.com/ricokahler/color2k/compare/v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: color2k
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 22:10:23 +00:00
3841734deb Fix forwarded email subject being treated as an URL, for example "Fwd: subject" 2023-04-24 21:16:44 +08:00
b891e547c9 Make content optional 2023-04-24 21:03:39 +08:00
548e204acb Merge pull request #2101 from omnivore-app/feat/add-url-via-email
feat/add url via email
2023-04-24 19:16:39 +08:00
32f5bd2407 Use a single SQL query for loading library data 2023-04-24 18:26:30 +08:00
e512ba0bad Fix tests 2023-04-24 18:04:18 +08:00
69968e5288 Save url if the email subject is a parsable url 2023-04-24 12:54:23 +08:00
bce7afde50 Eagerly load profile of the user 2023-04-24 12:53:40 +08:00
c3366c6238 Merge pull request #2097 from omnivore-app/fix/unsubscribe-header
Fix list-unsubscribe header undefined
2023-04-22 15:13:05 +08:00
187ad654e7 Add debug logs 2023-04-22 12:29:46 +08:00
d273786787 Merge pull request #2086 from josemas79/main 2023-04-22 11:48:48 +08:00
2760ce60f0 Fix list-unsubscribe header undefined 2023-04-22 11:07:15 +08:00
c3a7615d90 Merge pull request #2093 from omnivore-app/feature/nested-labels
Allow wildcards in label: filter
2023-04-21 23:08:48 +08:00
aaf27b0631 Persist highlights while syncing 2023-04-21 20:47:52 +08:00
64ded2481e Always take up space for the image 2023-04-21 20:14:03 +08:00
34989bc386 Merge pull request #2092 from omnivore-app/fix/unsubscribe-header
Fix list-unsubscribe header undefined
2023-04-21 17:50:38 +08:00
b57ccd0616 Allow wildcards in query filter 2023-04-21 17:39:04 +08:00
b2c115f9d9 Allow wildcards in label: filter 2023-04-21 17:10:46 +08:00