Commit Graph
12876 Commits
Author SHA1 Message Date
Harsh Mahajan f1d40aefef fix: handle missing deploymentId gracefully 2025-11-21 05:38:50 +00:00
Jake Barnby 81c53a49ab Merge pull request #2625 from appwrite/chore-api-key-scopes-description
chore: update scope descriptions for database index access
2025-11-21 04:53:10 +00:00
Steven Nguyen fcd523bf87 chore: fix possessive form in database index descriptions
Corrected possessive form in database index descriptions.
2025-11-20 18:42:56 -08:00
Steven Nguyen 570316d49b chore: update scope descriptions for database index access
Since the database terminology change, we should be using "table" rather then "collection"
2025-11-20 18:31:46 -08:00
Copilot 345acee2e4 Fix Update button disabled when clearing optional tenantID in Microsoft OAuth (#2619) 2025-11-20 16:30:53 -08:00
Copilot 4d440b22d1 Fix custom plan names displaying as "Free" on account organizations page (#2545)
Ensure the custom plan name is used by:

- Changing default return value from tierFree to tierCustom for unknown tiers
- Fetching plan name for custom plans
2025-11-20 01:55:51 -08:00
Copilot 0cbd9efda3 Fix billing address replacement modal using undefined project context (#2617)
Fix billing address replacement modal by using sdk.forConsole instead of sdk.forProject because project id is not available.
2025-11-19 21:18:28 -08:00
Darshan 6238502b9a Merge pull request #2608 from appwrite/fix-empty-states 2025-11-19 20:44:48 +05:30
Darshan 5a92fbe6d4 ci: empty commit 2025-11-19 20:39:05 +05:30
Darshan 2920ccf07a ci: empty commit 2025-11-19 20:39:00 +05:30
Torsten Dittmann 2632b0af83 Merge pull request #2512 from appwrite/revert-2491-revert-2477-copy-prompt 2025-11-19 17:35:06 +04:00
Atharva Deosthale d174af85c5 use the split button 2025-11-19 18:57:10 +05:30
Atharva Deosthale 693096820a use appwrite endpoint for versions 2025-11-19 18:05:28 +05:30
Atharva Deosthale c7fb2320ca add android version fetching 2025-11-19 16:44:58 +05:30
Atharva Deosthale 8b25d4f93c fetch latest releases from github api 2025-11-19 16:41:13 +05:30
Atharva Deosthale 8a708cece4 Merge branch 'main' into revert-2491-revert-2477-copy-prompt 2025-11-19 14:29:15 +05:30
Darshan e662265cd5 Merge pull request #2614 from appwrite/feat-bucket-transformations-settings 7.4.22 2025-11-19 14:03:35 +05:30
Chirag Aggarwal e2e208f045 Merge branch 'main' into feat-bucket-transformations-settings 2025-11-19 13:55:35 +05:30
Darshan 6b3409d7f6 Merge pull request #2615 from appwrite/fix-organization-billing 2025-11-19 13:53:34 +05:30
Chirag Aggarwal 81c456810c update 2025-11-19 13:43:37 +05:30
Darshan 2ed1d8cb3e update: make undefined from nulls. 2025-11-19 13:35:02 +05:30
Darshan 731209dd71 update: make undefined from nulls. 2025-11-19 13:15:25 +05:30
Chirag Aggarwal e93999c51e lint 2025-11-19 12:15:58 +05:30
Chirag Aggarwal 7bd46f41e0 fix build 2025-11-19 11:08:43 +05:30
Chirag Aggarwal 63668b2389 update lock file 2025-11-19 11:01:48 +05:30
Chirag Aggarwal 25a1432941 feat: add image transformations configuration to bucket settings
This commit adds support for enabling/disabling image transformations
at the bucket level through the settings page.

Changes:
- Added transformations toggle switch in bucket settings UI
- Updated updateBucket function to include transformations parameter
- Added BucketUpdateTransformations analytics event
- Added descriptive text explaining image transformation capabilities

The new setting allows users to control whether the Appwrite API can
perform on-the-fly image manipulations (resizing, cropping, format
conversion) for files in the bucket.
2025-11-19 08:47:16 +05:30
Copilot 2f91d97319 feat: enhance support wizard
Update the wizard to include:

- more detailed topics
- severity levels
- org-scoped filtering for projects
2025-11-18 15:11:52 -08:00
Darshan 9423fc9421 ci: empty commit 2025-11-18 19:56:24 +05:30
Darshan 754c1ad5cc ci: empty commit 2025-11-18 19:55:55 +05:30
Darshan a9f551efd1 fix: empty-state. 2025-11-18 19:32:11 +05:30
Darshan 9555ef5611 Merge remote-tracking branch 'origin/revert-2491-revert-2477-copy-prompt' into revert-2491-revert-2477-copy-prompt 2025-11-18 18:05:11 +05:30
Darshan 83d13102a5 Merge branch 'main' into 'revert-2491-revert-2477-copy-prompt'. 2025-11-18 18:05:01 +05:30
Atharva Deosthaleandcoderabbitai[bot] 04a1b2e938 Update src/routes/(console)/project-[region]-[project]/overview/platforms/store.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-11-18 17:58:25 +05:30
Atharva Deosthale 32bf16bbb8 merge conflicts 2025-11-18 17:57:20 +05:30
Atharva Deosthale 0c3d29a3a4 merge conflicts 2025-11-18 17:46:02 +05:30
Atharva Deosthale b620823cf3 address comments 2025-11-18 17:17:59 +05:30
Atharva Deosthale 93accb9472 final tweaks to prompt to perfect the agent behaviour 2025-11-18 17:12:27 +05:30
Ariel Weinberger f7f3abcd92 chore(profiles): dockerize profiles workflow 2025-11-17 12:20:54 -06:00
Ariel Weinberger 6e783c2562 chore(profiles): dockerize profiles action 2025-11-17 11:45:59 -06:00
Darshan a6d6223060 Merge pull request #2406 from appwrite/hmacr/ser-213 7.4.21 2025-11-13 15:24:21 +05:30
Darshan acaff6f8f8 Merge pull request #2539 from appwrite/ser-279 2025-11-13 15:22:03 +05:30
Hemachandar 029c57d42f svelte 5 2025-11-13 15:17:26 +05:30
Hemachandar 92716d295c else if 2025-11-13 15:07:12 +05:30
Hemachandar dbe1fbb973 feedback 2025-11-13 14:53:35 +05:30
Jake Barnby 2d97852620 Merge pull request #2598 from appwrite/add-enum-support
Update: add enum support
2025-11-13 09:17:03 +00:00
Darshan 62cd183c6a update: add enum support. 2025-11-13 14:18:48 +05:30
Hemachandar 5a80c06f59 lint 2025-11-13 13:37:58 +05:30
Hemachandar bf11f2914d Merge branch 'main' into hmacr/ser-213 2025-11-13 13:28:53 +05:30
Darshan 3287d5bbf8 Merge pull request #2597 from appwrite/fix-input-selects 2025-11-13 13:20:03 +05:30
Darshan 2efea53069 Merge branch 'main' into 'fix-input-selects'. 2025-11-13 13:14:31 +05:30