Commit Graph
10479 Commits
Author SHA1 Message Date
Darshan 85fffc4b5e update: make invalidates non blocking. 2025-05-31 12:08:31 +05:30
Torsten Dittmann eaf8fc84bc Merge pull request #1949 from appwrite/fix-domain-flows
Refactor domain verification status handling
6.0.31
2025-05-30 21:02:25 +02:00
Torsten Dittmann c4d280b256 Fix domain verification string comparison
Add null safety and normalize casing inconsistencies in domain
nameserver checks. Use optional chaining and consistent toLowerCase()
method across all domain verification logic.
2025-05-30 20:53:19 +02:00
Torsten Dittmann aa8ecb7dc0 Add pagination to domain records list 2025-05-30 20:38:51 +02:00
Torsten Dittmann caf4a0acc8 Improve domain verification error messages
Remove debug console.log statements and replace generic error messages
with more descriptive text to help users troubleshoot verification
issues.
2025-05-30 20:33:58 +02:00
Torsten Dittmann 235fe34c66 Refactor domain verification status handling
Change verified prop from boolean to boolean|undefined to better represent
three-state verification (undefined/pending, true/verified, false/failed).
Remove "Pending verification" badges and standardize verification error
messages. Fix grid layout for domain metrics and improve error handling
by displaying error messages instead of error objects.
2025-05-30 20:25:09 +02:00
Torsten Dittmann 056a0667b0 Merge pull request #1947 from appwrite/fix-estimation-box-componet
fix: estimation box component
6.0.30
2025-05-30 17:47:38 +02:00
Torsten Dittmann 01b776f49b Merge pull request #1948 from appwrite/fix-project-deletion-redirect
fix: project deletion redirect
2025-05-30 17:43:36 +02:00
Arman 980ab8e7d6 fix diagnostic 2025-05-30 17:29:48 +02:00
Arman a0b984438c fix: project deletion redirect 2025-05-30 17:23:04 +02:00
Arman 5955fb0d04 Merge branch 'main' of github.com:appwrite/console into fix-estimation-box-componet 2025-05-30 17:19:57 +02:00
Arman b17ceba569 chore: delete extra component 2025-05-30 17:18:52 +02:00
Arman 57466a3d54 fix: estimation box component 2025-05-30 17:16:32 +02:00
Steven Nguyen 15b90d8939 Merge pull request #1931 from appwrite/fix-coupon-not-applying
Fix coupon not applying
6.0.29
2025-05-30 08:14:43 -07:00
Torsten Dittmann 65c6093b0c Merge pull request #1946 from appwrite/fix-org-loop
Always redirect to create-org after onboarding is completed once
2025-05-30 16:43:28 +02:00
Torsten Dittmann 0fa44518a9 Merge pull request #1945 from appwrite/fix-various-billing-issues
Fix various issues in billing flows
2025-05-30 16:43:17 +02:00
Torsten Dittmann 0d4426cb50 Remove extra whitespace and normalize arrow functions
Removes blank lines and standardizes arrow function parentheses
for consistent code formatting.
2025-05-30 16:38:01 +02:00
Torsten Dittmann dcc2bd939e Merge pull request #1930 from appwrite/fix-delete-target-and-identity
Fix delete target and identity tables
2025-05-30 16:36:43 +02:00
Darshan 9e7f724a0e update: no await. 2025-05-30 20:01:22 +05:30
Arman a782590f85 fix: import 2025-05-30 16:28:57 +02:00
Torsten Dittmann e1c2f22d5d Add minimum width constraints to identity table columns 2025-05-30 16:26:38 +02:00
Torsten Dittmann 8d8e4d1d37 Merge branch 'fix-various-billing-issues' of https://github.com/appwrite/console into fix-various-billing-issues 2025-05-30 16:25:22 +02:00
Torsten Dittmann fddaa52b39 Refactor payment method linking logic
Extract method comparison into reusable function and optimize
linked organization lookup using Set for better performance.
2025-05-30 16:25:17 +02:00
Darshan 6b948ef4b2 fix: always redirect to create-org after onboarding is completed once. 2025-05-30 19:54:26 +05:30
Torsten DittmannandDarshan 5f04c0672c Update src/lib/components/navbar.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
2025-05-30 16:19:01 +02:00
Arman ad69ad0e35 Merge pull request #1944 from appwrite/fix-credit-wrong-redirection
fix: credits wrong redirection
2025-05-30 16:17:49 +02:00
Torsten Dittmann dcfe186193 Remove unused Pill import from updateMfa component 2025-05-30 16:13:17 +02:00
Torsten Dittmann b67313d514 Update pink-svelte dependency and add Stripe font fallbacks
- Update @appwrite.io/pink-svelte from commit 4b056c8 to d74b893
- Add system font fallbacks to Stripe appearance configurations for
  better font rendering across different platforms
2025-05-30 16:04:13 +02:00
Arman 98fb754e07 chore: remove log 2025-05-30 15:59:07 +02:00
Torsten Dittmann cc3f3a7141 Replace non-strict equality with strict equality and fix undefined access
- Use !== instead of != for null comparisons
- Update MFA status indicator from Pill to Badge component
2025-05-30 15:56:37 +02:00
Torsten Dittmann e22ec6ae52 Fix various issues in billing flows
- Add color package for color manipulation
- Update Stripe form appearance for light and dark themes with proper
  color conversion and improved focus states
- Fix payment modal loading state display
- Improve payment method table column widths and conditional visibility
- Fix navbar account menu closing on navigation
- Update OAuth modal descriptions and remove duplicate titles
- Export closeModal method from FakeModal component
2025-05-30 15:51:17 +02:00
Darshan 1b7808a855 Merge pull request #1943 from appwrite/fix-alerts
Fix alerts when wizard is open
2025-05-30 19:15:57 +05:30
Darshan ae73d1642a misc: ocd driven minor cleanup. 2025-05-30 19:08:34 +05:30
Darshan e515b553b0 fix: alerts when the wizard is being shown. 2025-05-30 19:03:57 +05:30
Arman b9f1c696a5 fix: credits wrong redirection 2025-05-30 15:26:52 +02:00
Darshan b33a9d2d01 Merge pull request #1940 from appwrite/fix-templates
Fix: Auth templates not loading correctly
2025-05-30 15:55:34 +05:30
Arman ca331d3917 Merge pull request #1942 from appwrite/fix-wrong-domain-tab-selected
fix: wrong domain tab selected
6.0.28
2025-05-30 11:53:48 +02:00
Arman ca632fd97a fix: wrong domain tab selected 2025-05-30 11:47:10 +02:00
Darshan 3939f42464 Merge pull request #1941 from appwrite/fix-domain-query 2025-05-30 15:14:16 +05:30
Darshan fb7ad6ea4f revert: org id. 2025-05-30 14:58:06 +05:30
Darshan 8ff1bcce8c add: teamId filter to domain fetching. 2025-05-30 14:56:35 +05:30
Darshan 177cdcdaad add: teamId filter to org domains. 2025-05-30 14:46:43 +05:30
Darshan f77d4fc073 fix: templates not loading. 2025-05-30 13:18:41 +05:30
Arman ab4a73bbcd Merge pull request #1932 from appwrite/fix-update-runtime-specification
fix(functions): remove specification from function runtime settings
2025-05-30 09:37:23 +02:00
Steven Nguyen d098dbc6d0 feat: use getCouponAccount() instead of getCoupon() for coupon retrieval
getCouponAccount() better validates coupons for authenticated users because it will return an error if the user has already used the coupon.
2025-05-29 13:00:12 -07:00
Steven Nguyen 3e99216a33 fix: ensure coupon is in request when changing plan 2025-05-29 12:59:50 -07:00
Steven Nguyen 9eafa40179 fix(functions): remove specification from function runtime settings
There is a separate Resource limits card down the page that allows user
to change the runtime specification so there's no need to have it in the
Runtime card.
2025-05-29 08:42:20 -07:00
Arman 637bf20cc2 Merge pull request #1938 from appwrite/fix-sheet-component-overflow
fix: sheet component overflow, phantom scrollbar
6.0.27
2025-05-29 15:57:02 +02:00
Arman 0a111a3c35 fix pckg 2025-05-29 15:41:31 +02:00
Arman 30f1e63442 fix: review comment 2025-05-29 15:36:41 +02:00