Commit Graph
2582 Commits
Author SHA1 Message Date
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
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
Arman dd11d7924d fix: header alert not showing on first load 2024-04-11 14:33:26 +02:00
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
Arman 9cd02d9dd3 chore: use new method to fetch address 2024-03-21 14:11:51 +01:00
Arman 15835af4f7 Merge branch 'cloud' of github.com:appwrite/console into refactor-billing-endpoints 2024-03-21 13:47:16 +01:00
Arman 0942513095 fix: li not in ul 2024-03-21 09:27:39 +01:00
Arman 589ad86048 feat: add alert to payment method 2024-03-20 17:53:53 +01:00
Arman c9763b6810 feat: invoice alert 2024-03-20 16:33:50 +01:00
Arman 56cc9ee9ee feat: add invoice last error 2024-03-20 14:58:07 +01:00
Arman 636fa27e2f fix: billings checks on load 2024-03-19 10:53:12 +01:00