Commit Graph

  • 27370b6acb feat!: rename ACTIVITY_TYPE_* constants to ACTOR_TYPE_* Damodar Lohani 2026-05-18 03:27:34 +00:00
  • 22c45d3a44 Use orchestrator callback event enum Chirag Aggarwal 2026-05-23 22:32:44 +05:30
  • 728a2de965 Inline artifact token checks Chirag Aggarwal 2026-05-23 22:23:29 +05:30
  • f1abdde9cf Replace builds worker logs with span attributes Chirag Aggarwal 2026-05-23 19:14:59 +05:30
  • fb79505503 Gate loopback rewrite to DB fast path only Prem Palanisamy 2026-05-23 16:04:02 +01:00
  • 7f4066bb86 Use Utopia Hostname validator for source-host allowlist matching Prem Palanisamy 2026-05-23 15:37:19 +01:00
  • c5fe22e4be Strip port from _APP_MIGRATION_HOST before host equality check Prem Palanisamy 2026-05-23 15:25:58 +01:00
  • 12a6a1f482 Trim verbose comments to essentials Prem Palanisamy 2026-05-23 14:49:25 +01:00
  • ced8594752 Mirror cloud worker: empty-endpoint fallback + loopback rewrite Prem Palanisamy 2026-05-23 14:40:12 +01:00
  • 75c30d9bfa lock file Chirag Aggarwal 2026-05-23 18:49:35 +05:30
  • 4d4fcd1ddd extract prepareListContext helper so explain reuses listRows setup feat/tablesdb-explain Prem Palanisamy 2026-05-23 14:10:33 +01:00
  • 0d2458ba5c lock file Chirag Aggarwal 2026-05-23 18:38:37 +05:30
  • 8831ac32e8 lock file Chirag Aggarwal 2026-05-23 18:37:17 +05:30
  • 4f3cf5dbff Clean up deployment artifact tokens Chirag Aggarwal 2026-05-23 18:36:35 +05:30
  • d9c478c5cb Revert "fold explain into listRows/listDocuments via explain:true param" Prem Palanisamy 2026-05-23 13:58:11 +01:00
  • 9c2d3597cc fold explain into listRows/listDocuments via explain:true param Prem Palanisamy 2026-05-23 13:55:35 +01:00
  • 6e0eb6ccd9 lock file Chirag Aggarwal 2026-05-23 18:19:24 +05:30
  • 3980624bb6 Fix deployment artifact token lookup Chirag Aggarwal 2026-05-23 18:16:35 +05:30
  • e9ed699a9d capture count() under explain to match listRows total behavior Prem Palanisamy 2026-05-23 11:24:44 +01:00
  • c6837dbe08 add explain endpoints to documentsdb and vectorsdb Prem Palanisamy 2026-05-18 14:14:11 +01:00
  • 6c83bc4368 feat explain idx Prem Palanisamy 2026-05-18 06:45:50 +01:00
  • dc31d1960b Merge remote-tracking branch 'origin/1.9.x' into orchestrator-builds-integration Chirag Aggarwal 2026-05-23 10:29:18 +05:30
  • 570be46775 Reuse resource tokens for orchestrator artifacts Chirag Aggarwal 2026-05-23 09:17:44 +05:30
  • bb9b08d525 Use orchestrator SDK client directly Chirag Aggarwal 2026-05-23 08:52:55 +05:30
  • 2e6106ecf5 Use orchestrator PHP SDK for builds Chirag Aggarwal 2026-05-23 08:45:42 +05:30
  • 7f5b0225b7 Trim verbose comment in source-resolution check Prem Palanisamy 2026-05-22 18:09:43 +01:00
  • 2eb5aca116 Accept _APP_MIGRATION_HOST too when matching local source endpoint Prem Palanisamy 2026-05-22 17:58:14 +01:00
  • 2b08313cda Use parse_url + str_ends_with for endpoint check Prem Palanisamy 2026-05-22 15:26:10 +01:00
  • a91796db14 Merge branch '1.9.x' into fix-migrations-trust-endpoint-for-source premtsd-code 2026-05-22 13:19:09 +01:00
  • 5f96db51c2 Use endpoint substring match against _APP_DOMAIN for local source Prem Palanisamy 2026-05-22 13:02:51 +01:00
  • 8436fb0175 Merge pull request #12375 from appwrite/fix/organization-projects-api Harsh Mahajan 2026-05-22 16:46:45 +05:30
  • 6a4dcd76a7 Keep organization projects schema unchanged fix/organization-projects-api harsh mahajan 2026-05-22 15:45:32 +05:30
  • e831b3e952 Add project status index harsh mahajan 2026-05-22 15:39:16 +05:30
  • 249bc80a3b Use array_map + in_array for project key match Prem Palanisamy 2026-05-22 11:05:54 +01:00
  • 4dec4f2ff2 Fix organization project API headers and queries harsh mahajan 2026-05-22 15:32:44 +05:30
  • b6583e231c Iterate keys in PHP instead of querying encrypted secret field Prem Palanisamy 2026-05-22 11:00:40 +01:00
  • 0ca4234d94 Reuse isAppwriteToAppwrite for credential defaulting check Prem Palanisamy 2026-05-22 10:27:23 +01:00
  • e1ebdd1c4e Skip credential defaulting for Appwrite -> Appwrite migrations Prem Palanisamy 2026-05-22 10:23:48 +01:00
  • f3955f92b2 Split source resolution into readable early-return style Prem Palanisamy 2026-05-22 10:08:28 +01:00
  • 0a2d29ecd5 Drop local candidate var, use $this->sourceProject directly Prem Palanisamy 2026-05-22 10:03:13 +01:00
  • 28b065463f Inline source resolution back into processSource Prem Palanisamy 2026-05-22 09:58:11 +01:00
  • 3684cdc588 Extract canReadSourceFromLocalDb helper Prem Palanisamy 2026-05-22 09:53:34 +01:00
  • 6ab4564db4 chore: formatter feat-project-password-policy Torsten Dittmann 2026-05-22 12:52:14 +04:00
  • 202c689292 Merge branch '1.9.x' of https://github.com/appwrite/appwrite into feat-project-password-policy Torsten Dittmann 2026-05-22 12:48:50 +04:00
  • 2bfa65f518 Merge branch '1.9.x' into fix-migrations-trust-endpoint-for-source premtsd-code 2026-05-22 09:47:07 +01:00
  • 4e5a624e06 Drop redundant !== false on Database::findOne result Prem Palanisamy 2026-05-22 09:45:37 +01:00
  • 0c367acd6d Short-circuit to SDK path when local source lookup is empty Prem Palanisamy 2026-05-22 09:37:42 +01:00
  • a0e8fe92fe Hoist credential guard to start of processSource Prem Palanisamy 2026-05-22 09:26:29 +01:00
  • e35cfa928a Verify apiKey ownership to safely take DB fast path for SourceAppwrite Prem Palanisamy 2026-05-22 09:22:01 +01:00
  • aa4c6b6e8f Merge pull request #12374 from appwrite/fix/smtp-test-email-missing-platform-vars Harsh Mahajan 2026-05-22 13:39:59 +05:30
  • 2628cc31fc Remove unused $plan injection fix/smtp-test-email-missing-platform-vars harsh mahajan 2026-05-22 13:12:50 +05:30
  • e3768ce8ee Fix missing platform variables in SMTP test email template harsh mahajan 2026-05-22 13:03:48 +05:30
  • 57a5440b9d removed retry on auth ArnabChatterjee20k 2026-05-22 12:50:27 +05:30
  • dfc5f1c8dc Merge pull request #12371 from appwrite/fix-project-smtp-port-type Jake Barnby 2026-05-22 19:09:07 +12:00
  • e375009a49 Merge pull request #12373 from appwrite/feat-ser-401-expose-build-trigger-fields Harsh Mahajan 2026-05-22 12:36:59 +05:30
  • cf1623bc91 Expose providerBranches and providerPaths in Function and Site response models feat-ser-401-expose-build-trigger-fields harsh mahajan 2026-05-22 12:27:05 +05:30
  • e364082577 fix(project): cast smtpPort to int in response model Prem Palanisamy 2026-05-22 07:26:01 +01:00
  • 88aa12b33a removed redundant ArnabChatterjee20k 2026-05-22 12:15:35 +05:30
  • 4fcaa3b3c8 fixed usage tests ArnabChatterjee20k 2026-05-22 12:03:37 +05:30
  • 507f9d6c6c Require explicit endpoint + apiKey for external Appwrite sources Prem Palanisamy 2026-05-22 07:16:18 +01:00
  • cbf2fd6e6a fix(migrations): support external Appwrite sources Prem Palanisamy 2026-05-22 06:58:19 +01:00
  • 9951ccdca3 Merge pull request #12338 from appwrite/fix/coroutines-correctness Luke B. Silver 2026-05-21 21:58:55 +01:00
  • 035cbacbfb Use 'params' injection in V20 filter fix/coroutines-correctness loks0n 2026-05-18 14:08:32 +01:00
  • 690c72b789 Use 'route' injection in remaining api/auth init hooks loks0n 2026-05-18 13:43:32 +01:00
  • dd0c8af160 Use 'route' injection in shutdown hooks loks0n 2026-05-18 13:34:24 +01:00
  • 933fffd763 Use route template instead of request URI for documentsdb path check loks0n 2026-05-18 13:06:07 +01:00
  • 1538927486 chore: migrate to utopia-php/http feat-safe-wildcards loks0n 2026-05-18 12:59:05 +01:00
  • 7b27bab9bd Split password strength policy endpoints Torsten Dittmann 2026-05-21 21:15:14 +04:00
  • 38f80db992 Clean up password strength policy docs Torsten Dittmann 2026-05-21 20:54:07 +04:00
  • f021bd402d Rename password policy to password strength Torsten Dittmann 2026-05-21 20:21:12 +04:00
  • 03c7c24422 Bump migration pin + use maildev for E2E SMTP enable add-email-templates-migration Prem Palanisamy 2026-05-21 17:18:03 +01:00
  • daaed8ff50 Address password policy review Torsten Dittmann 2026-05-21 20:10:13 +04:00
  • 8f9643b598 Add Email Templates migration Prem Palanisamy 2026-05-21 16:58:05 +01:00
  • 77456155a2 Fix policy CI failures Torsten Dittmann 2026-05-21 19:52:23 +04:00
  • 23b0aa2f70 Adapt password policy to project policies API Torsten Dittmann 2026-05-21 19:22:09 +04:00
  • 64499f02aa Merge branch '1.9.x' of https://github.com/appwrite/appwrite into feat-project-password-policy Torsten Dittmann 2026-05-21 18:54:54 +04:00
  • 88c1693da5 Use patched orchestrator image Chirag Aggarwal 2026-05-21 19:45:20 +05:30
  • 2e950850e9 Preserve orchestrator deployment realtime sequence Chirag Aggarwal 2026-05-21 19:24:15 +05:30
  • 522ea608e8 Merge remote-tracking branch 'origin/add-smtp-migration' into add-custom-domains-migration add-custom-domains-migration Prem Palanisamy 2026-05-21 14:45:01 +01:00
  • 49bf24d388 Merge pull request #11955 from appwrite/feat-ser-401-custom-triggers Harsh Mahajan 2026-05-21 19:08:38 +05:30
  • e629b7baea Fix orchestrator build completion Chirag Aggarwal 2026-05-21 19:07:21 +05:30
  • 1c403f6e55 Merge remote-tracking branch 'origin/add-policies-migration' into add-smtp-migration add-smtp-migration Prem Palanisamy 2026-05-21 14:34:42 +01:00
  • f62d765bbf format harsh mahajan 2026-05-21 18:46:18 +05:30
  • 268dd50106 Use Globstar validator directly, remove BuildTrigger wrapper harsh mahajan 2026-05-21 18:43:21 +05:30
  • 06dfd43ea7 Merge branch '1.9.x' into add-policies-migration add-policies-migration premtsd-code 2026-05-21 13:42:20 +01:00
  • d826dfa056 Wait for orchestrator site detection logs Chirag Aggarwal 2026-05-21 18:06:24 +05:30
  • 041bbee5f4 Use unique API key name in migration test + bump migration pin Prem Palanisamy 2026-05-21 13:35:27 +01:00
  • 8b84d73df8 Chunk orchestrator build artifact uploads Chirag Aggarwal 2026-05-21 17:50:19 +05:30
  • 25b7d5d574 Revert "Serialize orchestrator deployment completion" Chirag Aggarwal 2026-05-21 17:41:19 +05:30
  • 9f5890f44c Revert "Detect orchestrator site rendering from artifact" Chirag Aggarwal 2026-05-21 17:41:19 +05:30
  • 91397ba3ef Detect orchestrator site rendering from artifact Chirag Aggarwal 2026-05-21 17:34:58 +05:30
  • 23a54b3c41 Fix custom-domains E2E: assert WARNING for same-server domain conflict Prem Palanisamy 2026-05-21 12:37:51 +01:00
  • 9a8ef26b3c Serialize orchestrator deployment completion Chirag Aggarwal 2026-05-21 17:07:07 +05:30
  • 4eb956b820 Merge branch '1.9.x' into feat-ser-401-custom-triggers Harsh Mahajan 2026-05-21 16:37:24 +05:30
  • fb009abfd7 Restore legacy payload limit outside artifacts Chirag Aggarwal 2026-05-21 16:34:40 +05:30
  • ba2fda9ba4 Limit payload increase to compute uploads Chirag Aggarwal 2026-05-21 16:24:56 +05:30
  • 1e01f76776 Tune orchestrator CI build handling Chirag Aggarwal 2026-05-21 16:18:05 +05:30
  • bb1f2d4998 Add Custom Domains migration Prem Palanisamy 2026-05-21 11:26:20 +01:00
  • 01a6d6e4d6 Inline VCS build trigger checks harsh mahajan 2026-05-21 15:35:44 +05:30
  • c1e902c79c Restore deployments on branch creation harsh mahajan 2026-05-21 15:32:35 +05:30