wess
8792c01d2c
Merge branch '1.5.x' into fix-migration-modal
2024-02-21 12:40:34 -05:00
Torsten Dittmann and GitHub
ae7c4539e9
Merge pull request #838 from appwrite/chore-update-sdk
...
Update SDK
2024-02-21 17:14:20 +01:00
Jake Barnby
16fd39d1d7
Lint
2024-02-22 01:27:16 +13:00
Jake Barnby
03e1693333
Fix diagnostics
2024-02-22 01:17:21 +13:00
Jake Barnby
d75ef945ca
Fix diagnostics
2024-02-22 01:06:25 +13:00
Jake Barnby
88f802878b
Merge remote-tracking branch 'origin/1.5.x' into chore-update-sdk
...
# Conflicts:
# src/routes/console/project-[project]/messaging/topicsModal.svelte
2024-02-22 00:51:59 +13:00
Jake Barnby
6331bf6c54
Updates for SDK version
2024-02-22 00:45:13 +13:00
Jake Barnby
90da937914
Update SDK
2024-02-22 00:25:51 +13:00
Torsten Dittmann and GitHub
83c35aab2e
Merge pull request #837 from appwrite/feat-messaging-topics-modal
...
Fix design issues for topics modal
2024-02-21 10:36:24 +01:00
wess and Torsten Dittmann
917551fb42
Lint updates
2024-02-21 10:34:39 +01:00
wess and Torsten Dittmann
a2e2695613
Adds Message category to scopes
...
Fixes wrong scope count
2024-02-21 10:34:39 +01:00
Steven Nguyen and Torsten Dittmann
3995d9cd99
Update message type in select topics modal description
...
For consistency, it should be:
- Email
- SMS
- Push
2024-02-21 10:31:43 +01:00
Steven Nguyen and Torsten Dittmann
6eae539859
Update View logs button in message details
...
Show as secondary instead of text to make it stand out more.
2024-02-21 10:27:05 +01:00
Steven Nguyen and Torsten Dittmann
deab043626
feat(messaging): update textmagic icons
2024-02-21 10:24:13 +01:00
Steven Nguyen and Torsten Dittmann
00433f689b
feat(messaging): update sendgrid icons
2024-02-21 10:24:13 +01:00
Steven Nguyen and Torsten Dittmann
375210280b
feat(messaging): make SMTP provider settings match the project SMTP settings
2024-02-21 10:23:49 +01:00
Steven Nguyen and Torsten Dittmann
2e72d3c531
feat(messaging): remove SMTP icon from provider wizard
2024-02-21 10:23:49 +01:00
Steven Nguyen
041ec1fae1
fix(messaging): add dividers between topics in topics modal
2024-02-20 16:26:00 -08:00
Steven Nguyen
ccfe6b91d4
fix(messaging): reduce space before pagination in topics modal
2024-02-20 16:16:34 -08:00
Steven Nguyen
4bd21f58b8
fix(messaging): move topics modal description closer to header
2024-02-20 16:15:51 -08:00
Steven Nguyen
dc55a6bd3a
feat(messaging): fix total on topics page
2024-02-20 16:14:27 -08:00
wess
fb1a70b8fb
Flips check for migrationId
2024-02-20 12:18:39 -05:00
wess
2b6092ec4c
Updates migration modal to ensure show
2024-02-20 12:17:30 -05:00
Jake Barnby
44edd461c6
feat: new console sdk and typings
...
# Conflicts:
# package-lock.json
# package.json
2024-02-19 17:22:44 +13:00
Jake Barnby
006dd3bbf1
Update SDK
2024-02-19 17:17:28 +13:00
Steven Nguyen and Torsten Dittmann
06c06599e5
Fix Textmagic case and popover text
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
a2957540f4
Fix SendGrid case and link
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
fd1ba68907
Fix Vonage popover links and text
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
2d603fe538
Fix twilio popover links and text
...
The URLs should be generic console URLs without account/custom values.
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
3b5085c1fa
Skip some tests for the InputDomain input
...
Skipping because these pass in the browser but fail in testing. It could be because of jsdom.
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
9494f3a25d
Don't send empty strings for optional provider fields
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
45c910af71
Enforce required password inputs for providers
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
4f72a48e89
Use a large shadow for popover dropped cards
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
5273546a30
Update all provider inputs to hide popover button when there's no popover
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
df9891be5b
Update password input to support popovers
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
9083bc0ea9
Allow revealing the value for provider password inputs
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
2985aa670a
Ensure sensitive provider fields use a password input
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
28525fe9f9
Removed required prop from InputSwitch
...
Having required will prevent submitting with value == false.
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
1e98d29523
Fix pattern for domain
...
Because of the input pattern uses the v RegExp flag,
ranges like [A-Za-z] must be wrapped with []. In
addition, the last - in [A-Za-z0-9-] needed to be
escaped.
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
381c23add2
Update phone input to support popovers
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
7804ada0ae
Remove provider link property since it's not used
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
640f933d19
Update links in provider popovers
...
1. Use class="link" for consistency
2. Add rel="noopener noreferrer" for consistency
2024-02-15 14:37:53 +00:00
Torsten Dittmann
1d942975d1
fix: mfa
2024-02-14 17:52:40 +00:00
Torsten Dittmann
ab8506ed4c
Merge branch '1.5.x' of https://github.com/appwrite/console into 1.5.x
2024-02-14 16:16:30 +00:00
Torsten Dittmann
3b3fb4d3c5
fix: pricing issue
2024-02-14 16:16:26 +00:00
Torsten Dittmann
1be1e4fa11
fix: hidden modals
2024-02-13 15:36:04 +00:00
Steven Nguyen and Torsten Dittmann
74f09e341a
Update links to messaging docs
2024-02-13 12:01:56 +00:00
Steven Nguyen and Torsten Dittmann
97ba01d2a8
Hide Usage tab on self-hosted project settings page
...
The usage tab requires an API only available on cloud.
2024-02-13 12:00:57 +00:00
Steven Nguyen and Torsten Dittmann
25c7a5ae67
Update copy for delete message card and modal
...
Clarify behavior based on message status
2024-02-13 12:00:07 +00:00
Steven Nguyen and Torsten Dittmann
e436c19c99
Don't show delete card if message is processing
2024-02-13 12:00:07 +00:00