Commit Graph
2643 Commits
Author SHA1 Message Date
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 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
Christy JacobandGitHub ea25a87f4b Merge pull request #1064 from appwrite/feat-anyscale
Add AnyScale integration to console
2024-05-16 12:10:31 +04:00
Steven NguyenandGitHub da41df2481 Merge pull request #921 from appwrite/feat-account-identities
Add account identities
2024-05-15 10:24:23 -07: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
Elad Shechter d4cd8fefc9 Update colors 2024-05-15 09:24:45 +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 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 NguyenandGitHub bd7856536c Merge pull request #1075 from appwrite/feat-1060-remove-support-illustration
Remove support illustration per design's request
2024-05-08 15:57:58 -07:00
Elad Shechter fe8c3dbb14 Update style x button size (reviewed with Chen) 2024-05-07 10:56:52 +02: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
loks0n 2d37349488 chore: remove comment 2024-05-03 11:38:04 +01:00
loks0n b51ea4a258 Merge branch 'main' of https://github.com/appwrite/console into feat-new-templates 2024-05-03 11:35:02 +01:00
ItzNotABug a5b98b59a3 fix: show select runtime placeholder. 2024-05-03 15:59:23 +05:30
ItzNotABug 7899eebafd Merge branch 'main' into fix-1011-show-a-default-runtime-when-length-is-one 2024-05-03 15:13:19 +05:30
Bradley SchofieldandGitHub 0030a2ea97 Update marketplace.ts 2024-05-03 18:19:12 +09:00
Christy JacobandGitHub 3c89d4e448 Merge pull request #1069 from appwrite/feat-together
Feat Together AI
2024-05-03 12:16:24 +04:00
Bradley SchofieldandGitHub 5c38d99386 Update marketplace.ts 2024-05-03 16:41:15 +09:00
Bradley SchofieldandGitHub 0e4ca9fbb0 Update marketplace.ts 2024-05-03 16:39:59 +09:00
Bradley SchofieldandGitHub a12de7f60f Update marketplace.ts 2024-05-03 16:33:28 +09:00
Bradley Schofield 520ce889e7 Update marketplace.ts 2024-05-03 13:58:38 +09:00
Bradley Schofield cad298d64f Update marketplace.ts 2024-05-03 13:58:05 +09:00
Bradley Schofield 8a9f4a8b7a Add LMNT Demo 2024-05-03 13:52:09 +09:00
loks0n dacaef1c6e feat: new templates 2024-05-02 13:18:05 +01:00
Torsten DittmannandGitHub ac2aa4261e Merge pull request #1063 from appwrite/fix-mfa-submit
Fix value not updating when autoSubmit is false
2024-05-02 11:55:59 +02:00
Torsten DittmannandGitHub 01cd61fdd4 Merge branch 'main' into feat-source 2024-05-02 11:17:05 +02:00
Bradley Schofield 4d2a0d8940 Add AnyScale integration 2024-05-02 16:34:15 +09:00
Steven NguyenandGitHub 3e9ba1e686 Merge pull request #1027 from ItzNotABug/fix-1016-remove-retry-option-for-verified-domains
Remove Retry Option for Verified Domains
2024-05-01 16:23:17 -07:00
Steven Nguyen 018c9b7f65 fix(mfa): fix value not updating when autoSubmit is false 2024-05-01 15:38:11 -07:00
Steven Nguyen 06007255d1 feat(console): add account identities card 2024-04-29 15:02:58 -07:00
Steven Nguyen 3e7b145a48 refactor(auth): refactor OAuth2 providers
Build a lookup table of provider information into the Console
so that it can be used for user identities and account identities.

This is necessary because it's not possible to fetch the console
project to get the oAuthProviders.
2024-04-29 15:01:04 -07:00
Steven NguyenandGitHub f52781324f Merge pull request #914 from appwrite/feat-user-identities
Add tab to show user's identities
2024-04-29 14:59:48 -07:00
Damodar Lohani 4652df107a add type 2024-04-29 09:40:33 +00:00
Damodar Lohani 6674fbaf99 fix formatting 2024-04-29 09:31:46 +00:00
Damodar Lohani 7ada3ca62a create source 2024-04-28 09:54:31 +00:00
Torsten Dittmann 393a1048dc fix: drop levetation 2024-04-26 16:48:50 +02:00
Torsten Dittmann 6b4f3b8123 Merge branch 'cloud' of https://github.com/appwrite/console into sync-main-cloud 2024-04-26 12:03:10 +02:00
Torsten DittmannandGitHub df67443916 Merge pull request #1049 from appwrite/remove-increase-decrease-buttons-from-input-number
Remove increase/decrease button from input number type
2024-04-25 15:29:32 +02:00
Damodar LohaniandGitHub d7d851ff7c Merge pull request #990 from appwrite/chore-trial-feature-flag
chore: trial changes
2024-04-25 08:48:01 +05:45
Damodar LohaniandGitHub 7179ee8b05 Merge pull request #697 from appwrite/refactor-billing-endpoints
refactor: billing endpoints
2024-04-25 08:46:47 +05:45
Damodar LohaniandGitHub a07d18706c Merge pull request #1039 from appwrite/refactor-credits-type
refactor: credits type
2024-04-25 08:46:31 +05:45
Steven Nguyen 1d377dfab8 feat(auth): add tab to show user's identities 2024-04-24 12:45:19 -07:00
Elad Shechter 02e876ae14 Remove increase/decrease button of input number 2024-04-24 10:45:31 +02:00
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