Prem Palanisamy
35a72c4f08
Remove (int) cast from setTenant in separate-pool branches
2026-04-07 13:10:16 +01:00
Matej Bačo
34dfcba45c
Linter fix
2026-04-07 14:08:16 +02:00
Chirag Aggarwal and GitHub
cb1e31bcd4
Merge pull request #11814 from appwrite/codex/bump-utopia-framework-0-34-18
...
[codex] Bump utopia-php/framework to 0.34.18
2026-04-07 17:38:06 +05:30
Matej Bačo
3e4e7fc0cd
Merge branch '1.9.x' into feat-public-platform-api
2026-04-07 14:08:00 +02:00
ArnabChatterjee20k and GitHub
da2444ede2
Merge branch '1.9.x' into realtime-query-message-payload
2026-04-07 17:36:29 +05:30
ArnabChatterjee20k
bc224de751
Add userId to connection info in Realtime adapter and simplify userId fetching
2026-04-07 17:35:48 +05:30
Chirag Aggarwal
9403e4d65d
Bump utopia-php/framework to 0.34.18
2026-04-07 17:35:32 +05:30
Matej Bačo and GitHub
07a49835a6
Merge pull request #11812 from appwrite/chore-migrate-labels-api
...
Chore: Migrat elabels API
2026-04-07 14:05:31 +02:00
Matej Bačo
d32de6f217
Improve tests
2026-04-07 13:30:35 +02:00
Matej Bačo
9b00ce4f1d
Add new tests
2026-04-07 13:28:35 +02:00
ArnabChatterjee20k
ca62504b5a
Enhance realtime message handling to support initial connection payload and improve query subscription logic
2026-04-07 16:55:10 +05:30
Matej Bačo
8f6c8f9d8d
Migrate to new endpoint
2026-04-07 13:21:36 +02:00
Matej Bačo
23fcb284a1
Fix backwards QA
2026-04-07 12:46:25 +02:00
premtsd-code and GitHub
ffdd0815a7
Merge branch '1.9.x' into bump-database-version2
2026-04-07 15:56:47 +05:30
Prem Palanisamy
4260324153
Merge branch '1.9.x' into bump-database-version2
...
Resolve merge conflicts in app/init/resources.php and app/worker.php
caused by the DI container migration (Http::setResource/Server::setResource
to $container->set). Port separate-pool shared tables logic for
getDatabasesDB to the new file locations (request.php and message.php)
with the correct $databaseDSN->getParam('namespace') fix.
2026-04-07 11:25:06 +01:00
Matej Bačo
d66813d3cf
Fix tests + QA fixes
2026-04-07 12:07:21 +02:00
Chirag Aggarwal and GitHub
0ce92da41f
Merge pull request #11810 from appwrite/codex/fix-post-merge-test-regressions
...
[codex] Fix post-merge e2e test regressions
2026-04-07 15:10:53 +05:30
Chirag Aggarwal
e8ef4e40d7
fix post-merge e2e test regressions
2026-04-07 15:05:07 +05:30
Chirag Aggarwal and GitHub
d200b07466
Merge pull request #11809 from appwrite/codex/fix-console-null-route
...
[codex] Handle null console routes in API middleware
2026-04-07 14:42:08 +05:30
Chirag Aggarwal
92abfb31aa
fix null route guard placement
2026-04-07 14:40:18 +05:30
Chirag Aggarwal
6c56eee0f4
test console route not found error type
2026-04-07 14:39:48 +05:30
Chirag Aggarwal
399c37d943
fix console null route handling
2026-04-07 14:33:43 +05:30
Matej Bačo
f3acadd53c
Fix linter
2026-04-07 10:43:57 +02:00
Matej Bačo
331fcee710
Merge branch '1.9.x' into feat-public-platform-api
2026-04-07 10:43:11 +02:00
Chirag Aggarwal and GitHub
951a96ae01
Merge pull request #11564 from appwrite/feat/migrate-di-container
...
feat: migrate from static Http::setResource() to DI Container
2026-04-07 13:58:10 +05:30
Damodar Lohani and GitHub
ed1680837d
Merge branch '1.9.x' into feat-audit-user-type-distinction
2026-04-07 14:11:22 +05:45
Chirag Aggarwal
7864a5b9d1
fix: use --force-with-lease on SDK dev branch push
...
After resetting dev to the base branch, the remote dev may have
diverged history from squash merges. A plain push would be rejected
as non-fast-forward. Using --force-with-lease safely overwrites
the remote since we just fetched.
2026-04-07 12:52:09 +05:30
Chirag Aggarwal
f11bd7ce0e
fix: reset SDK dev branch to base branch before pushing
...
The dev branch was being reset to origin/dev, which retains stale
commits after squash merges. This caused recurring merge conflicts
and inflated PR diffs. Using `checkout -B dev <baseBranch>` ensures
dev always starts fresh from the default branch.
2026-04-07 12:50:18 +05:30
Parth Bhardwaj and GitHub
fffc6795a7
Merge branch '1.9.x' into fix-10923-realtime-atomic-payload
2026-04-07 08:49:25 +05:30
Damodar Lohani and GitHub
8442a1e612
Merge branch '1.9.x' into CLO-4175-allow-delete-with-memberships
2026-04-07 06:27:57 +05:45
Shimon Newman and GitHub
ed91549681
Merge pull request #11805 from appwrite/revert-schedule-functions-updates
...
revert ScheduleFunctions.php updates
2026-04-06 22:38:05 +03:00
shimon
04173600ae
revert ScheduleFunctions.php updates
2026-04-06 22:33:18 +03:00
ArnabChatterjee20k
d5fe5c34af
Validate subscribe payload format in realtime message handling
2026-04-06 17:14:12 +05:30
ArnabChatterjee20k
6bc9adece8
Refactor realtime message handling to send subscriber keys and add comprehensive tests for subscription message upsert behavior
2026-04-06 17:10:57 +05:30
ArnabChatterjee20k
97d46c6273
Remove redundant subscription removal call in realtime message handling
2026-04-06 16:58:08 +05:30
ArnabChatterjee20k
9d78a8e6b6
Add stats tracking for outbound subscription messages in realtime
2026-04-06 16:57:06 +05:30
ArnabChatterjee20k
d12a6f5168
Refactor realtime message payload handling for improved validation and parsing
2026-04-06 16:41:42 +05:30
ArnabChatterjee20k
0f47e6ea28
Enhance subscription message documentation for clarity on upsertion behavior
2026-04-06 15:59:22 +05:30
premtsd-code and GitHub
77ceb15d7d
Merge branch '1.9.x' into bump-database-version2
2026-04-06 15:44:40 +05:30
ArnabChatterjee20k
592629587d
Remove unused query assertion methods and improve comment clarity in RealtimeQueryBase
2026-04-06 14:07:25 +05:30
ArnabChatterjee20k
187fde4a4e
Refactor realtime subscription handling and enhance query validation in tests
2026-04-06 14:05:42 +05:30
Chirag Aggarwal
b74d4d45f9
Merge request-scoped cookie resources
2026-04-06 13:21:33 +05:30
Chirag Aggarwal and GitHub
aa9a58b44d
Merge pull request #11799 from appwrite/codex/request-scoped-cookie-domain
...
Use request-scoped cookie domain resource
2026-04-06 13:18:27 +05:30
Chirag Aggarwal
59a773e9a0
Document migration host local-domain handling
2026-04-06 12:47:06 +05:30
Chirag Aggarwal
e3053bb83d
Remove dead cookie config defaults
2026-04-06 12:44:48 +05:30
Chirag Aggarwal
1f7fc4bd40
Use request-scoped domain verification
2026-04-06 12:43:05 +05:30
Chirag Aggarwal
d1b59ff3f3
Remove unused cookie domain locals
2026-04-06 12:30:48 +05:30
Chirag Aggarwal
221b52bac0
Add request-scoped cookie domain resource
2026-04-06 12:30:25 +05:30
Chirag Aggarwal
b8ed30db55
Fix CORS header override for analyze
2026-04-06 12:23:50 +05:30
Chirag Aggarwal and GitHub
be56317bf2
Merge branch '1.9.x' into feat/migrate-di-container
2026-04-06 12:13:31 +05:30