Commit Graph
4643 Commits
Author SHA1 Message Date
ItzNotABug db84426ad2 fix: use error for notification types. 2024-04-25 14:01:33 +05:30
Steven Nguyen c5ed79b0bb feat(mfa): show more MFA methods & recovery options for console account 2024-04-22 15:41:34 -07:00
Steven Nguyen 125632728b feat(elements): add autoSubmit bool to InputDigits
By default, InputDigits will auto submit unless autoSubmit is set to false.
2024-04-22 15:41:34 -07:00
Steven Nguyen 98b884b7eb fix(mfa): update user level MFA card per design's feedback 2024-04-22 15:41:34 -07:00
Steven Nguyen fdb9dac075 refactor(components): Refactor CopyInput
Re-use Label and Copy components to reduce duplicate code.
2024-04-22 15:40:56 -07:00
Steven Nguyen 92e995ef63 fix(modal): ensure no extra spacing is added for modals w/o description
Without this, a description with an empty string will still render a
paragraph element and the CSS would make it have a tiny margin.
2024-04-22 12:29:27 -07:00
Steven Nguyen 405f656f98 fix(layout): move logo to bottom on mobile to match design 2024-04-22 12:24:53 -07:00
Steven Nguyen e9204f3550 fix(elements): update InputDigits to be more mobile-friendly
Make the size smaller on mobile and set keyboard type to numeric.
2024-04-22 12:24:53 -07:00
Steven Nguyen 3624f6236b fix(layout): update unauthenticated form width and heading size
Update form width to be 440px and heading size to be level 4 on desktop
and 5 on mobile as per design specs.
2024-04-22 12:24:53 -07:00
Steven Nguyen bf362181c5 feat(mfa): add back button on verify identity page
Provide a way for a user to go back/cancel so that they can clear their
session. Otherwise, they would need to dig into their browser settings
to delete the cookie and/or fallback header.

This only adds the button on desktop because the button doesn't fit
right on mobile.
2024-04-22 12:24:53 -07:00
Steven Nguyen 2826fc0612 feat(mfa): show email, phone, and recovery options for MFA verification
Show the appropriate text and buttons depending on what factors are
enabled and what challenge has been created.
2024-04-22 10:38:50 -07:00
sourabpramanik 6dc705b76e chore: fmt 2024-04-09 20:45:21 +05:30
sourabpramanik 370e65fc28 ref: create function to check file extensions 2024-04-09 20:42:41 +05:30
Sourab PramanikandGitHub 8c25d57915 Merge branch 'appwrite:main' into bug-7362-file-extension-validation 2024-04-09 20:05:52 +05:30
ArmanandGitHub 737457c144 Merge pull request #925 from appwrite/fix-selhosted-setting-page-and-heading
fix: setting page missing on selfhosted, heading trim and alignment
2024-04-04 09:27:10 +02:00
Arman 532dc14668 Merge branch 'cloud' of github.com:appwrite/console into sync-main-cloud 2024-04-03 17:24:27 +02:00
Arman d771be0e59 fix: svelte check 2024-03-29 15:51:38 +01:00
Arman f7ef30e642 Merge branch 'cloud' of github.com:appwrite/console into sync-main-cloud 2024-03-29 15:46:01 +01:00
Arman 20d659d2aa chore: remove log rocket 2024-03-29 15:43:44 +01:00
Torsten DittmannandGitHub 053a975eb7 Merge pull request #967 from appwrite/fix-7785-msg91-params
Replace MSG91 sender number with template ID
2024-03-25 19:01:40 +02:00
Arman 0942513095 fix: li not in ul 2024-03-21 09:27:39 +01:00
Steven NguyenandSteven Nguyen 10fc3f7184 fix(messaging): update SMTP description in provider wizard 2024-03-19 22:09:37 +00:00
Arman 636fa27e2f fix: billings checks on load 2024-03-19 10:53:12 +01:00
Torsten DittmannandGitHub ae75f33145 Merge pull request #982 from appwrite/fix-state-waterfall
fix: account state waterfall
2024-03-19 10:42:17 +01:00
Torsten Dittmann 71bb3fc7d4 fix: state waterfall 2024-03-19 11:20:37 +02:00
Elad Shechter 17ace25ee0 drop style wrong layer - fix z-index 2024-03-19 14:05:06 +08:00
Steven Nguyen 3f26897e81 Replace MSG91 sender number with template ID
In MSG91, the sender number is configured in the template ID
and the provider accepts the template ID as a parm instead
of a from phone number.
2024-03-15 09:55:12 -07:00
Christy Jacob 8185fab257 chore: fix-upgrade-wizard-flow 2024-03-14 21:03:07 +00:00
Torsten DittmannandGitHub 1c18570610 Merge pull request #964 from appwrite/fix-500-serrors
fix: 500 errors!
2024-03-13 19:07:43 +01:00
Torsten Dittmann 355a8628ca fix: remove unused code 2024-03-13 18:47:38 +01:00
Torsten Dittmann 1fe27cf03c fix: 500 errors! 2024-03-13 18:45:13 +01:00
Torsten Dittmann 920ec185b2 fix: confirm payments 2024-03-13 18:44:50 +01:00
Torsten Dittmann 31a4ff88d5 revert: base import 2024-03-13 11:58:34 +01:00
Torsten Dittmann cf82b17fc7 fix: add payment from account page 2024-03-13 11:57:00 +01:00
Steven Nguyen c4d4dcc139 fix(databases): remove bullet points next to InputChoice 2024-03-11 23:33:55 +01:00
Arman c216cf98f1 fix: platform loading issues 2024-03-11 16:55:20 +01:00
Torsten DittmannandGitHub d75ef00fb0 Merge pull request #954 from appwrite/feat-messaging-confirmation-modal
feat: messaging confirmation modal
2024-03-11 16:31:21 +01:00
Steven Nguyen b43c76c9bb fix(messaging): fix files not fully populating in provier details
If we don't wait until files is populated, the InputFile will mount with
files being empty and then when files gets updated, it won't set the
input.files.
2024-03-11 16:13:07 +01:00
Steven Nguyen 1cf5e51f64 fix(messaging): fix apns sandbox not populating in provider detail 2024-03-11 16:08:35 +01:00
Steven Nguyen a4260adf89 fix(messaging): fix apns sandbox not sending on update 2024-03-11 16:07:44 +01:00
sourabpramanik a3a60308b2 fix(input): add missing file extension check in dnd 2024-03-11 20:31:38 +05:30
Arman 4810c2aede feat: messaging confirmation modal 2024-03-11 14:40:19 +01:00
Sourab PramanikandGitHub 71f991cce0 Merge branch 'appwrite:main' into bug-7362-file-extension-validation 2024-03-11 18:41:45 +05:30
Arman 9afb7197fd Merge branch 'main' of github.com:appwrite/console into sync-main-to-cloud 2024-03-11 10:46:29 +01:00
Torsten DittmannandGitHub 66c02cae59 Merge pull request #701 from UtkarshAhuja2003/feat-zoho-icon
[Feat]: Zoho OAuth Provider Icon
2024-03-11 10:38:46 +01:00
Arman c2c212b269 Merge branch 'main' of github.com:appwrite/console into sync-main-to-cloud 2024-03-11 10:32:17 +01:00
Steven NguyenandGitHub 4041df9d8f Merge pull request #710 from Manjunath0408/fix-7333-reply-to-field-binding-email-template
Fix: Added binding to 'Reply To' field in email template
2024-03-11 10:22:29 +01:00
Arman 2432d6b895 Merge branch 'main' of github.com:appwrite/console into fix-selhosted-setting-page-and-heading 2024-03-11 10:20:44 +01:00
Steven Nguyen 751b3b81dd fix(account): fix delete account authenticator event 2024-03-11 02:31:42 +01:00
Steven Nguyen 40fcc629f6 fix(auth): fix delete user authenticator event 2024-03-11 02:29:39 +01:00