wess
cf36c69c4e
Case type-o
2024-02-21 09:22:06 -05: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 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
Steven Nguyen and Torsten Dittmann
d6130d1198
Add a button to view logs in message details
2024-02-13 11:56:24 +00:00
Steven Nguyen and Torsten Dittmann
9065a08bd8
Update copy on the message errors modal
2024-02-13 11:56:24 +00:00
Steven Nguyen and Torsten Dittmann
d312dc13e4
Update messages table to show Details link for errors
2024-02-13 11:56:24 +00:00
Steven Nguyen and Torsten Dittmann
254490a28b
Fix message status pill colors
2024-02-13 11:56:24 +00:00
Torsten Dittmann and GitHub
09c1627eb6
Merge pull request #811 from appwrite/sync-release-branch
...
sync: release branch with main
2024-02-13 11:44:35 +00:00
Torsten Dittmann
25a6218dbd
chore: run linter
2024-02-13 11:27:19 +00:00
Torsten Dittmann
de3213217c
fix: sync package lock
2024-02-13 11:25:14 +00:00
Torsten Dittmann
2300ef9067
fix: svelte kit 2 migration
2024-02-13 11:24:57 +00:00
Torsten Dittmann
a5707ff80a
Merge branch 'main' of https://github.com/appwrite/console into sync-release-branch
2024-02-13 10:18:47 +00:00
Torsten Dittmann
88f6611317
fix: onboarding price
3.4.5
2024-02-12 18:16:03 +00:00
Steven Nguyen and Torsten Dittmann
8a267dc220
Fix empty state for user targets
...
We don't support creating targets so the empty state
shouldn't open the create modal.
2024-02-12 14:52:20 +00:00
Steven Nguyen and Torsten Dittmann
1fed189709
Fix filtering user targets by created at
2024-02-12 14:52:20 +00:00
Steven Nguyen and Torsten Dittmann
cf7b417474
Use longGeneric instead of longOffset for time zone name
...
longOffset shows the time zone as "GMT-08:00" which may be confusing
or force the user to think for a second before realizing that it's their
local timezone. longGeneric shows the time zone as "Pacific Time" which
should be clearer.
2024-02-12 14:52:05 +00:00
Torsten Dittmann and GitHub
7b3a8b3b4d
Merge pull request #796 from appwrite/feat-messaging-custom-data-tooltip
...
Update custom data tooltip for clarity
2024-02-12 14:51:40 +00:00
Torsten Dittmann and GitHub
1b413040bc
Merge pull request #797 from appwrite/feat-messaging-message-max-length
...
Show max length for sms and push messages
2024-02-12 14:51:19 +00:00
Torsten Dittmann and GitHub
6c69f5bc98
Merge pull request #776 from appwrite/feat-retry-payment-email-flow
...
feat: retry payment email flow
3.4.4
2024-02-12 13:27:56 +00:00