Commit Graph

  • eb366cf94b fix: preserve cors max age type Chirag Aggarwal 2026-04-02 08:25:59 +05:30
  • 77b4f8b7a0 style: apply formatter Chirag Aggarwal 2026-04-02 08:23:51 +05:30
  • 24bd4c3d7b fix: preserve migration resource stats Chirag Aggarwal 2026-04-02 08:11:57 +05:30
  • 25d9891f2b fix: use email probe in JSON export test, format fixes, add requireAdapter skips to Databases VectorsDB/DocumentsDB tests Prem Palanisamy 2026-04-02 02:29:27 +02:00
  • a928fcd40f Merge pull request #11754 from appwrite/claude/sync-1.9.x-fix-tests-VoCBt Damodar Lohani 2026-04-02 08:17:54 +05:45
  • d76aa86594 Merge pull request #11753 from appwrite/claude/fix-analyzer-issues-rLZRr Damodar Lohani 2026-04-02 07:53:29 +05:45
  • da2b975875 fix: use @phpstan-consistent-constructor instead of final for Usage class Claude 2026-04-02 01:45:37 +00:00
  • 2d34301834 fix: add missing userType field to legacy log endpoints Claude 2026-04-02 01:13:01 +00:00
  • 00456b7c12 fix: make Usage class final to resolve unsafe new static() analyzer error Claude 2026-04-02 01:07:21 +00:00
  • cf7259e060 Merge remote-tracking branch 'origin/1.9.x' into claude/sync-1.9.x-fix-tests-VoCBt Claude 2026-04-02 01:05:56 +00:00
  • f66150aa8b (fix): defer event copy in UserEvents to fire-time for correct user context Jake Barnby 2026-04-02 13:56:49 +13:00
  • 8c9f9c6f58 fix: inherit project shared tables for separate pools, skip cross-engine migration tests Prem Palanisamy 2026-04-01 19:01:00 +02:00
  • 33f8e35b62 chore: remove phpstan baseline Chirag Aggarwal 2026-04-01 23:01:11 +05:30
  • 2c1060f57a Fix null array key in HeadersTest Chirag Aggarwal 2026-04-01 21:31:08 +05:30
  • 30e0ca81bd Fix Usage::fromArray() to use static return type with new static() Chirag Aggarwal 2026-04-01 21:30:36 +05:30
  • 92cc382a6b Change Usage::fromArray() return type from static to self Chirag Aggarwal 2026-04-01 21:25:22 +05:30
  • c322cc3ffe Merge remote-tracking branch 'origin/1.9.x' into bump-database-version Prem Palanisamy 2026-04-01 10:48:23 +02:00
  • 7d428ffe83 trigger ci Chirag Aggarwal 2026-04-01 21:03:07 +05:30
  • 48a01919bc (fix): add static cache for related collection lookups Jake Barnby 2026-04-02 04:17:23 +13:00
  • 4d85ab0dcd (fix): fix related collection lookup by sequence, increase schema timeouts Jake Barnby 2026-04-02 03:40:01 +13:00
  • fb96aecbef Use new static() in Usage::fromArray() for late static binding Chirag Aggarwal 2026-04-01 19:52:16 +05:30
  • 61a623fcc0 (fix): inject dbForProject into getDatabasesDB for related collection lookups Jake Barnby 2026-04-02 03:14:15 +13:00
  • 95552031ef (fix): register related collection ID mappings and update migration lib Jake Barnby 2026-04-02 03:01:58 +13:00
  • 80d5d4716a Remove base errors Matej Bačo 2026-04-01 15:54:26 +02:00
  • c1dde09070 Merge branch '1.9.x' into feat-disposable-emails Matej Bačo 2026-04-01 15:14:10 +02:00
  • 5740cecbe5 (fix): pass collection to getDatabasesDB for zero-query ID mapping Jake Barnby 2026-04-02 02:08:19 +13:00
  • cf99269bc5 Add reset method to Realtime class for clearing event state ArnabChatterjee20k 2026-04-01 18:08:45 +05:30
  • 2a184288f4 removed throw ArnabChatterjee20k 2026-04-01 18:05:56 +05:30
  • 9237f387fc added reset in db worker for queue for realtime ArnabChatterjee20k 2026-04-01 17:59:28 +05:30
  • 080361338c (fix): replace deprecated Query::contains() with Query::containsAny() Jake Barnby 2026-04-02 01:23:18 +13:00
  • 3f7261167b Merge remote-tracking branch 'origin/1.9.x' into feat-query-lib Jake Barnby 2026-04-02 00:56:28 +13:00
  • d531c29fc8 Remove final from Usage class to allow cloud override Chirag Aggarwal 2026-04-01 17:20:34 +05:30
  • b554243447 Merge branch '1.9.x' into feat-public-platform-api Matej Bačo 2026-04-01 13:35:46 +02:00
  • 7044601603 lock file Chirag Aggarwal 2026-04-01 17:05:14 +05:30
  • 53bc126015 Remove stale PHPMailer baseline entry from PHPStan Chirag Aggarwal 2026-04-01 17:01:15 +05:30
  • 5a0553a22f (fix): add error body to floatRange assertion for debugging Jake Barnby 2026-04-02 00:10:21 +13:00
  • f1dc468e50 Restore replyTo elseif logic to preserve old behavior Chirag Aggarwal 2026-04-01 16:37:08 +05:30
  • 15b2ab321e fix: restore pool size validation to prevent silent connection exhaustion Chirag Aggarwal 2026-04-01 16:34:58 +05:30
  • ce63b00cf4 lock file Chirag Aggarwal 2026-04-01 16:29:06 +05:30
  • b9aaecba25 Replace PHPMailer with utopia-php/messaging SMTP adapter Chirag Aggarwal 2026-04-01 16:25:33 +05:30
  • 71b28eae5a updated db ArnabChatterjee20k 2026-04-01 15:55:26 +05:30
  • 9cb2ea1135 Merge remote-tracking branch 'origin/bump-database-version-bkp' into big-int ArnabChatterjee20k 2026-04-01 15:54:56 +05:30
  • d7b61e6afc (fix): move collection mapping query from decorator to getDatabasesDB with static cache Jake Barnby 2026-04-01 23:24:46 +13:00
  • 789870b545 fix: preserve multi-value headers like Set-Cookie instead of comma-joining Chirag Aggarwal 2026-04-01 15:43:14 +05:30
  • c9f7b7f0d9 fix: address PR review findings from code review Chirag Aggarwal 2026-04-01 15:42:15 +05:30
  • a105c56bcc Merge remote-tracking branch 'origin/1.9.x' into bump-database-version-bkp bump-database-version-bkp Prem Palanisamy 2026-04-01 11:07:38 +01:00
  • cba7e53898 chore: fix composer Chirag Aggarwal 2026-04-01 15:37:34 +05:30
  • fb26da5df1 analyze fixes Chirag Aggarwal 2026-04-01 15:15:48 +05:30
  • 99394e6dfa (fix): use static cache for collection mapping to avoid per-request queries Jake Barnby 2026-04-01 22:20:52 +13:00
  • d9c606a1c2 fix(oauth): update Yahoo OAuth scopes from deprecated Social Directory API to OIDC Torsten Dittmann 2026-04-01 13:15:22 +04:00
  • eb8455bd76 revert Chirag Aggarwal 2026-04-01 14:22:42 +05:30
  • a76a03d988 Merge branch '1.9.x' into feat/migrate-di-container Chirag Aggarwal 2026-04-01 14:22:13 +05:30
  • dc77abf161 (fix): restore Metadata decorator with lazy collection mapping, remove processDocument Jake Barnby 2026-04-01 21:42:00 +13:00
  • d9eb69aa47 Merge remote-tracking branch 'origin/1.9.x' into bump-database-version Prem Palanisamy 2026-04-01 07:38:33 +02:00
  • 088f1c2953 (fix): ensure float range min/max are cast to float with fallback Jake Barnby 2026-04-01 21:27:50 +13:00
  • 9d0950b8bc Merge remote-tracking branch 'origin/bump-database-version-bkp' into test-shared test-shared ArnabChatterjee20k 2026-04-01 13:40:37 +05:30
  • 2d093becc1 (chore): remove accidentally committed local files Jake Barnby 2026-04-01 21:02:35 +13:00
  • 311ca9377b (fix): add PHPStan type annotation for collectionsCache Jake Barnby 2026-04-01 21:02:24 +13:00
  • a5b0378138 Merge pull request #11737 from appwrite/codex/phpstan-baseline-part-2 Chirag Aggarwal 2026-04-01 13:23:15 +05:30
  • f69feec7ae (fix): increase Redis maxmemory from 512mb to 2048mb Jake Barnby 2026-04-01 20:40:05 +13:00
  • 320068a576 Merge pull request #11740 from appwrite/speed-up-phpstan Chirag Aggarwal 2026-04-01 13:01:07 +05:30
  • 3cd90ae629 fix analyze speed-up-phpstan Chirag Aggarwal 2026-04-01 12:59:51 +05:30
  • 09e8380328 (fix): relax processDocument collectionsCache PHPStan type annotation Jake Barnby 2026-04-01 20:20:15 +13:00
  • 647b4bc632 removed adapters for checking ArnabChatterjee20k 2026-04-01 12:48:35 +05:30
  • e250b413f0 Merge branch '1.9.x' into feat-audit-user-type-distinction Damodar Lohani 2026-04-01 12:58:09 +05:45
  • 1eb9c386f6 (fix): replace Metadata decorator with processDocument() in endpoint actions Jake Barnby 2026-04-01 19:58:07 +13:00
  • 8ccfb1aebb Merge branch '1.9.x' into feat-x-oauth2-provider Harsh Mahajan 2026-04-01 12:17:05 +05:30
  • 9da4f19d4f fix: pkce flow Harsh Mahajan 2026-04-01 12:11:40 +05:30
  • 44f33473bd Use composer analyze in CI to stay in sync with local workflow Chirag Aggarwal 2026-04-01 12:04:31 +05:30
  • 358f1b78a8 Speed up PHPStan analysis with result caching Chirag Aggarwal 2026-04-01 12:00:32 +05:30
  • 26ae126a8f Merge branch '1.9.x' into feat-docker-geo-18x Damodar Lohani 2026-04-01 12:05:09 +05:45
  • cc04c682b0 chore: use phpstan-baseline.neon from 1.9.x Chirag Aggarwal 2026-04-01 11:49:43 +05:30
  • 66ba483b6a chore: remove inapplicable phpstan baseline entries from 1.9.x merge Chirag Aggarwal 2026-04-01 11:48:41 +05:30
  • 908e408480 Merge remote-tracking branch 'origin/1.9.x' into feat/migrate-di-container Chirag Aggarwal 2026-04-01 11:46:13 +05:30
  • 33b971a2c1 (fix): pre-compute collection mapping in getDatabasesDB, remove all queries from Metadata Jake Barnby 2026-04-01 18:56:14 +13:00
  • 1f6b9d94bf Merge pull request #11739 from appwrite/readme-update-1.9.0-installation Jake Barnby 2026-04-01 05:53:38 +00:00
  • a734c8cd46 Update installation commands in readme for 1.9.0 to include self-hosted wizard Aditya Oberai 2026-04-01 11:20:45 +05:30
  • 1788e1bd6c Address PR review feedback Chirag Aggarwal 2026-04-01 11:15:59 +05:30
  • 7f9ce1ca85 Merge remote-tracking branch 'origin/1.9.x' into bump-database-version Prem Palanisamy 2026-03-31 21:26:37 +02:00
  • 983adf3ffd Fix analyze regressions in PHPStan cleanup Chirag Aggarwal 2026-04-01 11:00:26 +05:30
  • f2ea0b9b48 Fix PHPStan baseline cleanup issues (part 2) Chirag Aggarwal 2026-04-01 10:20:20 +05:30
  • 796179decd (fix): wrap collection mapping query in silent() to prevent hook events Jake Barnby 2026-04-01 17:36:04 +13:00
  • a97b1fd691 Merge pull request #11736 from appwrite/claude/fix-pr-review-comments-5QKAp Damodar Lohani 2026-04-01 10:14:30 +05:45
  • 515400300d refactor: reuse getGeoForIp in geoRecord resource to remove duplication Claude 2026-04-01 04:28:01 +00:00
  • d38c921781 Merge branch '1.9.x' into bump-database-version premtsd-code 2026-04-01 05:23:37 +01:00
  • 95168674a3 fix: address PR #10824 review comments for geo service integration Claude 2026-04-01 04:21:23 +00:00
  • 3c20ea47f5 Merge remote-tracking branch 'origin/1.9.x' into big-int ArnabChatterjee20k 2026-04-01 09:51:07 +05:30
  • 21e6715bd1 (fix): remove debug logging that breaks HTTP context Jake Barnby 2026-04-01 17:03:15 +13:00
  • 550a7d94ee Merge branch '1.9.x' into feat-docker-geo-18x Damodar Lohani 2026-04-01 09:46:53 +05:45
  • 44610462b3 Merge pull request #11735 from appwrite/lohanidamodar-patch-2 Jake Barnby 2026-04-01 03:57:20 +00:00
  • 28ece7de02 Change Usage class from final to non-final Damodar Lohani 2026-04-01 09:36:26 +05:45
  • b3ed5032cf (fix): add debug logging for collection mapping failures Jake Barnby 2026-04-01 16:35:57 +13:00
  • 8c6d4d8b36 Merge pull request #11734 from appwrite/fix-defaults 1.9.0 Jake Barnby 2026-04-01 02:50:09 +00:00
  • 2ebc6f70ef (fix): param default Jake Barnby 2026-04-01 15:49:40 +13:00
  • 2b7690d6db Merge pull request #11732 from appwrite/claude/add-deployment-hook-method-prkpM Damodar Lohani 2026-04-01 08:27:50 +05:45
  • d9af799cc7 Merge branch '1.9.x' into claude/add-deployment-hook-method-prkpM Damodar Lohani 2026-04-01 08:09:46 +05:45
  • 3ed1ca736d Merge pull request #11731 from appwrite/claude/update-php-runtimes-hNh1r Damodar Lohani 2026-04-01 07:57:25 +05:45
  • 9fa35db838 Merge pull request #11733 from appwrite/fix-defaults Jake Barnby 2026-04-01 02:08:45 +00:00
  • b6e020389b Remove docblock from beforeCreateGitDeployment hook Claude 2026-04-01 02:07:36 +00:00
  • f4cb632dbc (fix): add debug logging for collection mapping failures Jake Barnby 2026-04-01 15:05:03 +13:00