Commit Graph
10511 Commits
Author SHA1 Message Date
Darshan f37b277cc5 address comments; remove: unused api calls!!! 2025-06-03 10:57:52 +05:30
Darshan 9d59d3c67d address comments for promise handling. 2025-06-03 10:30:15 +05:30
Darshan 9d0248cec6 update: just some cleaning. 2025-06-02 18:15:55 +05:30
Darshan 3306ac9fbf update: do not load credits if the organization plan does not support it. 2025-06-02 18:15:35 +05:30
Darshan b8b8069cf3 update: simplify. 2025-06-02 17:15:03 +05:30
Darshan 73303b74b6 update: don't rely on dependency or reload if scope doesn't allow. 2025-06-02 17:01:01 +05:30
Darshan 787cd52780 update: compute things later. 2025-06-02 16:58:56 +05:30
Darshan aec8b14915 perf: parallelize fetch for faster loads [↓49%] 2025-06-02 16:57:21 +05:30
Darshan 0a27ec1851 update: comment. 2025-06-02 16:02:55 +05:30
Darshan 125704fba5 update: flip localStorage check after browser check. 2025-06-02 16:01:48 +05:30
Darshan 0a53bf6b7e update: comment, just ocd things. 2025-06-02 15:59:09 +05:30
Darshan 24b4c3fb0f fix: error check. 2025-06-02 15:04:26 +05:30
Darshan 8f3edf6f2d fix: connect button shown on org. page. 2025-06-02 14:45:41 +05:30
Darshan 1112258cfd fix: missing type on org loads. 2025-06-02 14:37:01 +05:30
Darshan 6f6135d521 address comments, make stuff faster! 2025-06-02 14:30:06 +05:30
Darshan 9842a79208 update: load failed invoice as non-blocking. 2025-06-02 14:02:57 +05:30
Darshan f3adfe1104 fix: protocol usage. 2025-06-02 13:49:24 +05:30
Darshan 2a50e11485 update: cleanups, improvements. 2025-06-02 13:47:53 +05:30
Ernst Mulders d5e00ffd83 Merge pull request #1964 from appwrite/fix/set-region-to-required
Make region show as required
2025-06-02 06:40:14 +02:00
ernstmul 23edfb534b Make region show as required 2025-06-02 06:37:06 +02:00
Darshan 5b5c9e6de2 Merge pull request #1952 from appwrite/fix-icon-alignment
Fix: icon alignment
2025-06-02 09:59:56 +05:30
Steven Nguyen b673448904 Merge pull request #1959 from appwrite/fix-create-pro-org
Fix creating org w/o coupon
2025-06-01 10:12:11 -07:00
Matej Bačo 85435787c6 Merge pull request #1963 from appwrite/fix-missing-space
Fix: missing space in rule details
2025-06-01 13:30:11 +02:00
Matej Bačo 2b2da161b5 Fix missing space in rule details 2025-06-01 13:28:44 +02:00
Darshan 9d0dad4afc Merge pull request #1842 from appwrite/fix-roles 6.0.32 2025-06-01 11:22:46 +05:30
Steven Nguyen 3c9b920e95 fix: fix creating org w/o coupon 2025-05-31 15:10:23 -07:00
Darshan 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 609881891f fix: icon alignment. 2025-05-31 11:08:49 +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 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