Commit Graph
2589 Commits
Author SHA1 Message Date
Bradley Schofield a0046152ae Add missing environment variable 2024-05-13 17:41:24 +09:00
Bradley SchofieldandGitHub 0030a2ea97 Update marketplace.ts 2024-05-03 18:19:12 +09:00
Bradley SchofieldandGitHub 5c38d99386 Update marketplace.ts 2024-05-03 16:41:15 +09: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 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
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
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
Arman 04ee4a9ed8 Merge branch 'cloud' of github.com:appwrite/console into chore-trial-feature-flag 2024-04-17 14:46:51 +02:00
Arman 6d85d134ff refactor: remove global variable and use backend data 2024-04-17 14:37:28 +02:00
Arman becf053f33 chore: add tracking 2024-04-17 12:04:55 +02:00
Arman 4c5748903c fix: add option to pass final action directly to the wizard so it can be awaited 2024-04-17 11:59:28 +02:00
Arman 81eeac5533 refactor: credits type 2024-04-15 16:22:51 +02:00
Arman 65ceb9f2d8 fix: hide modal when not shown 2024-04-12 14:59:30 +02:00
ItzNotABug 4714f1895d Merge branch 'main' into fix-1016-remove-retry-option-for-verified-domains 2024-04-11 18:45:34 +05:30
Arman dd11d7924d fix: header alert not showing on first load 2024-04-11 14:33:26 +02:00
ItzNotABug 2717e0a48c chore: fix unverified spelling in checks. 2024-04-11 17:42:59 +05:30
ItzNotABug f146a5d75c fix: don't show retry in dropdown for verified domains. 2024-04-11 17:37:24 +05:30
Arman 240eda2619 chore: rename variable for more clarity 2024-04-10 15:35:20 +02:00
Arman cf54617515 Merge branch 'cloud' of github.com:appwrite/console into chore-trial-feature-flag 2024-04-10 15:32:29 +02: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
Arman b47a81fc21 Merge branch 'cloud' of github.com:appwrite/console into feat-org-limit-banner-alert 2024-04-09 16:28:42 +02:00
Arman 01f1d4f662 chore: remove browser check 2024-04-09 16:26:55 +02:00
Torsten DittmannandGitHub b01adee2a2 Merge pull request #987 from appwrite/feat-invoice-last-error
feat: add invoice and payments errors
2024-04-09 16:26:35 +02:00
Arman 6e09e6cc75 feat: update message 2024-04-08 13:32:18 +02:00
Arman 330a447196 feat: show notification once a day 2024-04-08 13:26:41 +02:00
Arman ada46586e8 feat: add notificaiton for when a service is over the 75% mark 2024-04-05 17:15:17 +02:00
Arman 04ac6cc5cf feat: add limitReached banner and delete previous modal 2024-04-05 16:56:05 +02:00
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 620d8c8795 Merge branch 'cloud' of github.com:appwrite/console into chore-trial-feature-flag 2024-04-03 14:04:25 +02:00
loks0n ec6a93cdc3 chore: remove duplicate perplexity 2024-04-02 15:27:11 +01:00
loks0n 79a2853984 feat: new templates 2024-04-02 15:15:10 +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 92c7f43888 feat: trial changes 2024-03-21 17:57:19 +01:00