Commit Graph

2968 Commits

Author SHA1 Message Date
7f0e5007a0 WIP 2022-08-03 20:50:16 -07:00
3d36309b7c fixed the runtime error 2022-08-03 23:48:41 +02:00
82e7a956d3 tried css to change the background 2022-08-03 23:46:37 +02:00
80c8a7be6d updating today URL that works 2022-08-03 23:06:46 +02:00
ed8677efaf updated links for Today and updated stories 2022-08-03 21:27:17 +02:00
5f2bc1bc13 Added links to the Menu Items except Today 2022-08-03 19:24:13 +02:00
a0c7d4e3b5 call focused field as first modifier 2022-08-02 19:43:47 -07:00
38fcbeb9a1 hide nav title if text field is focused on email auth view 2022-08-02 15:24:52 -07:00
e340141ca9 create new android app 2022-08-02 14:54:34 -07:00
f08029643b use newPassword for text field type on sign up form (iOS) 2022-08-02 09:34:37 -07:00
44a3ef7c24 add a EmailPendingVerificationView view 2022-08-02 07:09:23 -07:00
66eb9bf7ee handle auth payload from email sign in correctly 2022-08-01 22:18:37 -07:00
c076dd0f72 add mobile email sign up endpoint 2022-08-01 21:54:10 -07:00
0178e4a137 add ios network code to submit email sign up request 2022-08-01 21:54:10 -07:00
c01d9a7021 server returns a pendingEmailVerification boolean in auth payload 2022-08-01 21:54:10 -07:00
8b45095466 add username and name to sign up form for ios 2022-08-01 21:54:10 -07:00
4e7010f7c1 stub in signup view and toggle when button tapped 2022-08-01 21:54:10 -07:00
7dc1722ad2 change background color of sign in modal (ios) 2022-08-01 21:54:10 -07:00
6a100051ac add mobile email sign in route to api 2022-08-01 21:54:10 -07:00
f44f768af7 stub in network calls to ios email login 2022-08-01 21:54:10 -07:00
463c0059fa add emailLoginView 2022-08-01 21:54:10 -07:00
3dd249564e stub in email auth modal 2022-08-01 21:54:10 -07:00
0c16f5e9da add autofill entitlement to ios 2022-08-01 21:54:10 -07:00
fdf1aab494 bump apple apps to v1.13.0 2022-08-01 21:54:10 -07:00
ef62199a48 Bump @sendgrid/mail from 7.6.0 to 7.7.0
Bumps [@sendgrid/mail](https://github.com/sendgrid/sendgrid-nodejs) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/sendgrid/sendgrid-nodejs/releases)
- [Changelog](https://github.com/sendgrid/sendgrid-nodejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sendgrid/sendgrid-nodejs/compare/7.6.0...7.7.0)

---
updated-dependencies:
- dependency-name: "@sendgrid/mail"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 21:33:19 +00:00
3122fd00f0 update order of delete and save ops when persisting labels 2022-08-01 14:14:43 -07:00
c5aab2becc delete old labels when a new label list is fetched 2022-08-01 14:09:39 -07:00
10d5796ba1 regenerate swift graphql schema 2022-08-01 13:16:47 -07:00
1564b52535 Added Menu on the home page with static items 2022-08-01 03:21:29 +02:00
446a9903e8 Fix tests 2022-07-29 21:22:55 +08:00
a9a88a21d2 Add integration tests for updatesSince API resolver 2022-07-29 18:11:52 +08:00
336d06375a Add updatesSince API resolver 2022-07-29 18:11:18 +08:00
7ce183d6f8 Add soft delete of pages by updating page state to Deleted 2022-07-29 18:10:05 +08:00
83f988bb35 Soft delete articles 2022-07-29 15:53:13 +08:00
07c6214e88 Add DELETED state to the article 2022-07-29 14:08:35 +08:00
b976b6098d Add updatesSince API in GQL schema 2022-07-29 12:11:48 +08:00
b0e2cf49ca Merge pull request #1033 from omnivore-app/fix/pwa-startup-colour
Use a more muted colour for the PWA splash screen
2022-07-28 16:39:33 -07:00
1c4bc362ee Use a more muted colour for the PWA splash screen
PWA's cant respect light/dark mode yet, so use a muted colour
so we don't have the bold white for people in dark mode.
2022-07-28 16:03:57 -07:00
53428d97c4 Merge pull request #1027 from omnivore-app/fix/rm-membership-tiers
Remove membership from /admin
2022-07-28 15:45:59 -07:00
bf7f64de6c Menu Component Start 2022-07-29 00:15:37 +02:00
19df32d4b3 Merge pull request #1029 from omnivore-app/fix/highlight-delete-confirmation
Display the highlight delete confirmation outside the modal content
2022-07-28 12:47:01 -07:00
dc0f7356d8 Remove membership from /admin 2022-07-28 12:27:18 -07:00
95d866a120 Display the highlight delete confirmation outside the modal content
This fixes an issue where a long list of highlights wouldn't show
the confirmation modal properly if scrolled because the modal
would be in the scrolled content.
2022-07-28 12:18:25 -07:00
838c6567c1 Merge pull request #1028 from omnivore-app/fix/dont-fetch-stub-urls
When parsing newsletters with no url dont fetch the generated url
2022-07-28 12:17:26 -07:00
6d19c8c9bc Remove unused import 2022-07-28 11:43:16 -07:00
1525742b4e Linting fixes 2022-07-28 11:23:27 -07:00
565da42b46 When parsing newsletters with no url dont fetch the generated url 2022-07-28 11:05:17 -07:00
e68f34b7be Merge pull request #1025 from omnivore-app/fix/save-from-email
Add support to the case when from address is in Name <address> format
2022-07-28 14:27:38 +08:00
469910f2bd Add addressparser types dependency 2022-07-28 11:37:14 +08:00
ec9247bc8a Add addressparser dependency 2022-07-28 10:44:44 +08:00