Darshan
83ac1a8e5a
use: timestamps for datetime attribute.
2025-06-01 14:39:13 +05:30
Darshan
3919d53d97
change: default logic.
2025-06-01 14:15:38 +05:30
Darshan
a64de93a48
fix: broken datetime component.
2025-06-01 14:12:29 +05:30
Darshan and GitHub
9d0dad4afc
Merge pull request #1842 from appwrite/fix-roles
6.0.32
2025-06-01 11:22:46 +05:30
Darshan and GitHub
3813306ed0
Merge pull request #1955 from appwrite/fix-relationship-issues
...
Fix: spacing and update being broken
2025-05-31 17:58:06 +05:30
Darshan
9643d4b20d
update: hide menu on click.
2025-05-31 14:02:08 +05:30
Darshan
356d9c4788
fix: spacing and update being broken.
2025-05-31 13:58:20 +05:30
Darshan
8816017572
add: supportsOrganizationRoles from labs#2090.
2025-05-31 10:50:25 +05:30
Darshan
69d7837dc9
Merge branch 'main' into 'fix-roles'.
2025-05-31 09:37:38 +05:30
Torsten Dittmann and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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
5f04c0672c
Update src/lib/components/navbar.svelte
...
Co-authored-by: Darshan <itznotabug@gmail.com >
2025-05-30 16:19:01 +02:00
Arman and GitHub
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 and GitHub
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 and GitHub
b33a9d2d01
Merge pull request #1940 from appwrite/fix-templates
...
Fix: Auth templates not loading correctly
2025-05-30 15:55:34 +05:30
Arman and GitHub
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 and GitHub
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