Commit Graph

10611 Commits

Author SHA1 Message Date
Damodar Lohani dd2aa5fe06 Check for enterprise plan 2025-06-08 04:38:02 +00:00
Steven Nguyen a7b83c6d10 Merge pull request #1990 from appwrite/fix-apply-credit
Fix apply credit
2025-06-06 08:35:35 -07:00
Arman 89881f1b79 Merge pull request #1996 from appwrite/fix-PRO-1884
fix: project creation error
2025-06-06 17:15:04 +02:00
Arman 5051d1bd43 Merge pull request #1994 from appwrite/fix-PRO-1886
fix: header navigation, made route explicit
2025-06-06 16:28:09 +02:00
Arman 822b2feeed fix: project creation error 2025-06-06 16:25:47 +02:00
Matej Bačo 2c59ad301a Merge pull request #1995 from appwrite/fix-syntax
Fix build cicd syntax
6.0.39
2025-06-06 14:59:23 +02:00
Matej Bačo 291dfdcad2 Fix build cicd syntax 2025-06-06 14:57:53 +02:00
Darshan 044312bf0d Merge pull request #1985 from appwrite/feat-feature-flags
Feat: Feature flags (simple)
6.0.38
2025-06-06 17:45:11 +05:30
Darshan 96099f476b fix: wrong variable access. 2025-06-06 17:39:27 +05:30
Arman 29351f5428 fix: header navigation, made route explicit 2025-06-06 13:55:54 +02:00
Darshan 77642f629d Merge pull request #1993 from appwrite/fix/fix-error-type-domain-retry
Move retry to alert
2025-06-06 17:21:37 +05:30
Darshan ce471faa68 address comments. 2025-06-06 17:17:42 +05:30
ernstmul 20a3df2a16 Move retry to alert 2025-06-06 12:51:23 +02:00
Matej Bačo a9bc1c9dcc More reliable user fetching 2025-06-06 12:40:03 +02:00
Arman 5a0f50a3ec Merge pull request #1992 from appwrite/fix-PRO-1881
fix: projects org change button
2025-06-06 11:57:52 +02:00
Matej Bačo 9280f329a3 Implement featuer flags todos 2025-06-06 11:44:35 +02:00
Arman aeb480662f fix: projects org change button 2025-06-06 11:18:15 +02:00
Arman b534a7cf33 Merge pull request #1989 from appwrite/fix-migrations-link
fix(migrations): update link for exporting to self-hosted instance
2025-06-06 09:07:16 +02:00
Steven Nguyen 6a5363efbf fix: prevent updating plan without coupon on apply credits page 2025-06-05 18:09:26 -07:00
Steven Nguyen ea5dc1fae5 fix: reload payment methods if organization changes
This ensures the payment method input is updated to the newly selected organization's payment method after switching.
2025-06-05 17:18:45 -07:00
Steven Nguyen bc0baac9bc fix: update isNewOrg logic on apply-credit page
The logic was for an existing org, but the variable name was isNewOrg. This commit updates the logic to match the variable name.
2025-06-05 17:14:46 -07:00
Steven Nguyen 3af3c39b2d fix(migrations): update link for exporting to self-hosted instance
The link should point to the docs for migrating from Cloud.
2025-06-05 14:56:17 -07:00
Matej Bačo ecaacff737 Merge pull request #1988 from appwrite/fix-site-image-previews
fix: site image previews
2025-06-05 15:46:10 +02:00
Matej Bačo a83a96b54d Update src/routes/(console)/project-[region]-[project]/sites/(components)/siteCard.svelte 2025-06-05 15:42:03 +02:00
Arman 82e3394175 fix: site image previews 2025-06-05 15:30:15 +02:00
Damodar Lohani 3c8ea3b4eb Merge pull request #1987 from appwrite/fix-block-info
Fix: blocked resource info
6.0.37
2025-06-05 13:20:04 +05:45
Damodar Lohani 6ae329f7d7 Improve error message with support link 2025-06-05 06:53:28 +00:00
Damodar Lohani 0d94f93f2b fix linter 2025-06-05 05:59:23 +00:00
Damodar Lohani 555a8e3630 improve message 2025-06-05 05:58:35 +00:00
Damodar Lohani f25bcddcae improve typings 2025-06-05 05:44:54 +00:00
Damodar Lohani 9042ca6f0b refactored error handling and resource blocked message 2025-06-05 05:30:34 +00:00
Damodar Lohani 5a594e083e fix default value 2025-06-05 04:12:25 +00:00
Damodar Lohani ac85bfccaa handle blocks in other project routes 2025-06-05 01:19:33 +00:00
Damodar Lohani 8c5129f6f2 error handling 2025-06-04 12:26:09 +00:00
Damodar Lohani dca376c310 Fix: blocked resource info 2025-06-04 11:19:59 +00:00
Matej Bačo 0e5c14e880 Document next flags iteration 2025-06-04 10:54:40 +02:00
Matej Bačo 334f89aa4e Simple implementation of feature flags 2025-06-04 10:19:32 +02:00
Matej Bačo 3b77754edf Merge pull request #1983 from appwrite/fix-sites
add Sites feature flag and unavailable state
6.0.36
2025-06-03 17:21:03 +02:00
Torsten Dittmann 745a5964c4 Add search and view controls to sites page
Adds SearchQuery input and ViewSelector components with create site
button to provide filtering and display options for the sites list.
2025-06-03 17:20:56 +02:00
Torsten Dittmann 4a36260152 Add Sites feature flag and unavailable state
Display waitlist message when Sites feature is disabled. The feature
can be toggled via the sitesLive flag and includes responsive mobile
images for the unavailable state.
2025-06-03 17:17:20 +02:00
Darshan 33bd0c3298 Merge pull request #1654 from appwrite/sync-preferences
Sync preferences for cross device
2025-06-03 19:04:30 +05:30
Darshan c6bd014f56 add: return, to feel better about the linter. 2025-06-03 18:57:08 +05:30
Darshan 15078626ba address comments. 2025-06-03 18:55:12 +05:30
Torsten Dittmann 9c38e89f97 Merge pull request #1982 from appwrite/fix-documents-table-performance
Optimize table rendering with truncation and keying fixes
2025-06-03 14:32:56 +02:00
Torsten Dittmann 8271c90054 Update @appwrite.io/pink-svelte to commit 4e03f34 2025-06-03 14:28:35 +02:00
Torsten Dittmann 7eb70d6a6a Optimize table rendering with truncation and keying fixes
- Add keys to table columns to improve Svelte rendering performance
- Limit tooltip content to 100 characters to prevent performance issues
- Only render tooltip when actually showing to reduce DOM overhead
- Show plain text for non-truncated content without tooltip wrapper
2025-06-03 14:02:17 +02:00
Darshan 8fd8aa5308 lint. 2025-06-03 17:10:55 +05:30
Darshan 3fee837777 Merge branch 'main' into 'sync-preferences'. 2025-06-03 17:09:51 +05:30
Darshan 07e7699b88 Merge pull request #1981 from appwrite/fix-region-load-post-upgrade
Reload regions on upgrades
2025-06-03 17:00:02 +05:30
Darshan 57cdcb5551 fix: reload regions on plan upgrades. 2025-06-03 15:55:38 +05:30