5647 Commits

Author SHA1 Message Date
Steven Nguyen 0af1af4852 Merge pull request #1082 from appwrite/fix-mfa-flow
Update MFA flow
4.3.0
2024-05-16 13:16:05 -07:00
Steven Nguyen 0b9172e350 fix(auth): remove margins on account MFA text buttons on mobile 2024-05-16 11:11:58 -07:00
Steven Nguyen 72f1563c83 fix(auth): await auth to prevent console.variables() from throwing 2024-05-16 11:11:58 -07:00
Steven Nguyen ce1ffb600f feat(auth): allow using other methods to regenerate recovery codes 2024-05-16 11:11:58 -07:00
Steven Nguyen fdb9795525 fix(elements): fix InputDigits undefined element error
If the InputDigits component is removed, the element will be undefined
but the onValueChange callback may still trigger. This change ensures
an element is found to prevent calling querySelector on undefined.
2024-05-16 11:11:58 -07:00
Steven Nguyen 3e7eb80229 fix(elements): allow InputDigits to auto submit again
If a user inputs an incorrect code, deletes what they put, and then
enters a different code, the InputDigits component should auto submit
again if autoSubmit is true.
2024-05-16 11:11:58 -07:00
Steven Nguyen 264ce68551 feat(auth): only show MFA recovery codes after a factor is enabled 2024-05-16 11:11:58 -07:00
Steven Nguyen be527f8c19 feat(auth): hide MFA methods and recovery if MFA is disabled 2024-05-16 11:11:58 -07:00
Steven Nguyen 95096ea264 refactor(auth): move mfa challenge to its own component
This will allow us to reuse the component in other places.
2024-05-16 11:11:58 -07:00
Steven Nguyen 3eb6607c41 fix(auth): fix event tracking on login 2024-05-16 11:11:58 -07:00
Steven Nguyen 184f2ecfe7 feat(auth): only show "Successfully logged in." if MFA not required
It's weird to show the "Successfully logged in." message when the user
is prompted for verification because they aren't fully logged in yet.
2024-05-16 11:11:58 -07:00
Steven Nguyen fb01768652 feat(auth): rename recovery codes file download to appwrite-backups.txt
This helps clarify it's for appwrite.
2024-05-16 11:11:58 -07:00
Steven Nguyen 1460ebd95e feat(auth): show notification when MFA is enabled/disabled 2024-05-16 11:11:58 -07:00
Christy Jacob ea25a87f4b Merge pull request #1064 from appwrite/feat-anyscale
Add AnyScale integration to console
2024-05-16 12:10:31 +04:00
Steven Nguyen 8a1e51fc77 Merge pull request #1090 from appwrite/chore-enable-python-run
chore: enable python runtime, bump sdk
4.2.0
2024-05-15 10:56:35 -07:00
loks0n 86985769d4 chore: npm i 2024-05-15 18:29:31 +01:00
loks0n d13070ddfa chore: remove pnpm 2024-05-15 18:28:44 +01:00
loks0n 069a1c00d2 Merge branch 'main' of https://github.com/appwrite/console into chore-enable-python-run 2024-05-15 18:28:10 +01:00
Steven Nguyen da41df2481 Merge pull request #921 from appwrite/feat-account-identities
Add account identities
2024-05-15 10:24:23 -07:00
Steven Nguyen ed43352043 Merge pull request #1077 from appwrite/chore-bump-pink
Bump pink and pink-icons versions
2024-05-15 10:19:19 -07:00
loks0n bb48ad8f0b chore: enable python runtime, bump sdk 2024-05-15 18:18:01 +01:00
Steven Nguyen d75976d1ac Merge pull request #1083 from appwrite/tooltip-color-update-to-new
Update old colors variables to the new ones
2024-05-15 10:18:01 -07:00
Steven Nguyen 2d2b23a87c Merge pull request #1014 from ItzNotABug/fix-1011-show-a-default-runtime-when-length-is-one
Show Available Runtime When Only One Exists for Templates
2024-05-15 09:41:21 -07:00
Steven Nguyen 7cb62529f4 chore(dependencies): bump pink and pink-icons to 0.19.0 2024-05-15 16:29:34 +00:00
Torsten Dittmann 79dc8c9696 Merge pull request #1088 from appwrite/tests-e2e-journeys
tests: e2e journeys
2024-05-15 15:29:45 +02:00
Torsten Dittmann 5d5fc020ad ci: improve e2e by only downloading chromium 2024-05-15 15:14:26 +02:00
Torsten Dittmann 61325c7fc9 ci: change e2e job name 2024-05-15 15:13:14 +02:00
Torsten Dittmann 96e6f3337c fix: gitignore 2024-05-15 15:09:13 +02:00
Torsten Dittmann ebee856145 report e2e tests 2024-05-15 15:07:42 +02:00
Torsten Dittmann 09efb220f3 remove unused env vars 2024-05-15 15:03:10 +02:00
Torsten Dittmann 88d9689c68 fix: tests 2024-05-15 15:02:17 +02:00
Torsten Dittmann 7dacea3e26 Merge branch 'main' of https://github.com/appwrite/console into tests-e2e-journeys 2024-05-15 14:23:23 +02:00
Elad Shechter d4cd8fefc9 Update colors 2024-05-15 09:24:45 +02:00
Torsten Dittmann 4cf119a560 Merge pull request #1055 from appwrite/fix-redirect-after-deleting-org
Fix redirect after deleting org
2024-05-14 11:45:07 +02:00
Torsten Dittmann c402adc35f Merge pull request #1059 from appwrite/fix-1025-close-migration-modal
Fix migrations modal not closing
2024-05-14 11:44:14 +02:00
Torsten Dittmann 04ce7bf5d0 Merge pull request #1074 from appwrite/fix-function-wizard-bullet
Wrap input with form list so bullet point doesn't show
2024-05-14 11:43:46 +02:00
Torsten Dittmann 128eab18f4 Merge pull request #1076 from appwrite/fix-8059-error-creating-many-to-one-relationship
Allow multiple 1 way relationships between collections
2024-05-14 11:43:27 +02:00
Torsten Dittmann 5ac77eb252 Merge pull request #935 from ItzNotABug/refactor-933-use-local-timings-for-premium-support
Use Local Time for Premium Support Timings
2024-05-14 10:43:58 +02:00
Bradley Schofield 1192398132 Merge main 2024-05-13 17:43:37 +09:00
Bradley Schofield a0046152ae Add missing environment variable 2024-05-13 17:41:24 +09:00
Elad Shechter 2d165d3531 Update old colors variables to the new ones 2024-05-12 06:41:06 +02:00
Steven Nguyen bd7856536c Merge pull request #1075 from appwrite/feat-1060-remove-support-illustration
Remove support illustration per design's request
4.1.4
2024-05-08 15:57:58 -07:00
Torsten Dittmann 95514ab4ce Merge pull request #1066 from appwrite/chore-update-dpa
chore: update dpa
2024-05-08 16:13:09 +02:00
Steven Nguyen bef44d1b46 Merge pull request #1078 from appwrite/update-style-alert-x-button
Update style x button size of Alert partial (reviewed with Chen)
2024-05-07 15:03:02 -07:00
Elad Shechter fe8c3dbb14 Update style x button size (reviewed with Chen) 2024-05-07 10:56:52 +02:00
Steven Nguyen 0d502e7045 feat(databases): allow multiple 1 way relationships btwn collections
Because two way key is not exposed or sent, the API defaults to the
related collection's ID as the two way key. As such, if you try to add
another one, it will fail because the two way key is already in use.
2024-05-06 13:17:23 -07:00
Steven Nguyen 99b9647125 feat(cloud): remove support illustration per design's request 2024-05-06 11:58:02 -07:00
Steven Nguyen 703d7b0168 fix(functions): wrap input with form list so bullet point doesn't show
Inputs are list elements (li) so they must be wrapped with a form list
(ul) to prevent the bullet point from showing.
2024-05-06 11:05:25 -07:00
Steven Nguyen 3881ed4f17 Merge pull request #1070 from appwrite/fix-972-provider-settings-link
Fix messaging provider link in settings
2024-05-03 14:12:36 -07:00
Steven Nguyen 634e7a1dab fix(messaging): fix provider link in settings 2024-05-03 19:07:27 +00:00