Commit Graph
4903 Commits
Author SHA1 Message Date
Arman ea5ccb876d fix: old upgrade wizard 2024-05-22 17:19:28 +02:00
Arman 241b9aa080 Merge branch 'main' of github.com:appwrite/console into feat-e2e-new-flows 2024-05-22 17:16:48 +02:00
Arman 4f3ec5c5db fix: design and bugs 2024-05-22 17:01:42 +02:00
Torsten DittmannandGitHub d751874580 Merge pull request #1067 from appwrite/redesign-plan-summary-card
redesign: plan summary card
2024-05-21 20:13:25 +02:00
Steven NguyenandGitHub 11ea013757 Merge pull request #1092 from FatumaA/fix-1008-some-navigation-items-are-hidden-in-tablet-view
fix: set visibility boolean to is-not-desktop
2024-05-21 07:23:29 -07:00
Arman 1d9bd6eba4 Merge branch 'refactor-org-creation' of github.com:appwrite/console into fix-upgrade-buttons-logic 2024-05-21 11:00:21 +02:00
Arman fcc8fde2cf fix: code review 2024-05-21 11:00:00 +02:00
Arman 98f770b5cd Merge branch 'main' of github.com:appwrite/console into redesign-plan-summary-card 2024-05-21 10:41:37 +02:00
Arman a5abbadf80 fix: addons count and design issues 2024-05-21 10:40:33 +02:00
Arman 96744759f3 fix: add bold, remove if statement 2024-05-21 10:29:50 +02:00
FatumaA 4369ba79e0 fix: set visibility boolean to is-not-desktop 2024-05-19 02:22:57 +03:00
Steven NguyenandGitHub 89bdd19e88 Merge pull request #1091 from appwrite/fix-migrations-processing
Add processing to list of statuses in migrations
2024-05-17 15:06:34 -07:00
ArmanandGitHub bbbeb41e19 Merge pull request #1048 from appwrite/feat-add-members-usage-page
Feat: add members count to usage page
2024-05-17 16:12:23 +02:00
Bradley Schofield 2cdf5dfebd Add processing to list of statuses in migrations 2024-05-17 14:55:53 +09: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 JacobandGitHub ea25a87f4b Merge pull request #1064 from appwrite/feat-anyscale
Add AnyScale integration to console
2024-05-16 12:10:31 +04: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 NguyenandGitHub da41df2481 Merge pull request #921 from appwrite/feat-account-identities
Add account identities
2024-05-15 10:24:23 -07:00
loks0n bb48ad8f0b chore: enable python runtime, bump sdk 2024-05-15 18:18:01 +01:00
Steven NguyenandGitHub 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 NguyenandGitHub 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
Arman fbfab72a20 chore: finish removing old wizard 2024-05-15 16:01:12 +02:00
Arman dba4bf5d2a chore: delete old wizard, small fixes 2024-05-15 15:54:58 +02:00
Arman 760c15ebc9 feat: centralize url 2024-05-15 15:50:23 +02:00
Arman 66dad86768 feat: add new wizard to buttons 2024-05-15 15:39:12 +02:00
Arman 2458a49eca fix: design review 2024-05-15 14:51:49 +02:00
Elad Shechter d4cd8fefc9 Update colors 2024-05-15 09:24:45 +02:00
Arman c92c63753a Merge branch 'refactor-org-creation' of github.com:appwrite/console into refactor-org-plan-change 2024-05-14 15:03:02 +02:00
Arman 8985bdc27a Merge branch 'main' of github.com:appwrite/console into refactor-org-creation 2024-05-14 15:02:01 +02:00
Arman 2c7abb3242 feat: add missing alerts 2024-05-14 15:01:37 +02:00
Torsten DittmannandGitHub 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
Arman e130543aa5 fix: hide fields when current plan selected 2024-05-14 11:44:21 +02:00
Torsten DittmannandGitHub 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 DittmannandGitHub 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 DittmannandGitHub 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
Arman 6470cc014c fix: error 2024-05-14 11:40:06 +02:00
Torsten DittmannandGitHub 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
Arman 9ff105a654 feat: design fixes, upgrade flow 2024-05-13 15:51:16 +02:00
Bradley Schofield 1192398132 Merge main 2024-05-13 17:43:37 +09:00