Jake Barnby
e70739a3c0
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# Dockerfile
# app/controllers/api/account.php
# app/controllers/api/avatars.php
# app/controllers/api/console.php
# app/controllers/api/projects.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/http.php
# app/init/database/filters.php
# app/init/registers.php
# app/init/resources.php
# app/views/install/compose.phtml
# composer.json
# composer.lock
# docker-compose.yml
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Attributes/Integer/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Columns/Integer/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Deployments/XList.php
# src/Appwrite/Platform/Tasks/Install.php
# tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
2026-02-05 01:01:03 +13:00
fogelito
4cf6f4e066
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-04 13:58:22 +02:00
Jake Barnby
1df76ed975
Merge remote-tracking branch 'origin/1.8.x' into feat-installer
...
# Conflicts:
# Dockerfile
# app/views/install/compose.phtml
# composer.lock
# src/Appwrite/Platform/Tasks/Install.php
2026-02-05 00:29:29 +13:00
Chirag Aggarwal
a744cb0843
fix: add global scope declaration for $register in registers.php
...
PHPUnit's FileLoader::load() includes bootstrap files inside a function
scope. Without the global declaration, $register is created in local
scope and isn't accessible when other files (like resources.php) use
global $register to reference it.
2026-02-04 16:05:13 +05:30
Darshan
282b3c74ec
fix: local install path.
2026-02-04 15:49:05 +05:30
Darshan
180276bd9d
remove: mock stuff.
...
fix: layout regression.
2026-02-04 15:48:37 +05:30
fogelito
5ff31e92d7
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
...
# Conflicts:
# composer.lock
2026-02-04 12:03:28 +02:00
Darshan
abab48c1b9
remove: mock stuff.
2026-02-04 14:48:42 +05:30
fogelito
d811d1c534
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
...
# Conflicts:
# composer.lock
2026-02-04 10:04:52 +02:00
Chirag Aggarwal
05a3417297
Merge branch '1.8.x' into upgrade-utopia-queue
2026-02-04 12:23:18 +05:30
Chirag Aggarwal
1eaf5d5ffa
replace app usage with http
2026-02-04 11:22:04 +05:30
Jake Barnby
17be0eb634
CLI sites domain fix
2026-02-04 18:04:48 +13:00
fogelito
9bafa90ac8
_APP_HOSTNAMES
2026-02-03 17:39:29 +02:00
fogelito
736b72164e
ci cd
2026-02-03 16:14:00 +02:00
Chirag Aggarwal
1ee3f993d0
Merge pull request #11234 from appwrite/update-cli-changelog
2026-02-03 17:36:43 +05:30
Jake Barnby
952f209a44
Merge pull request #11202 from appwrite/realtime-query-subscriptions
2026-02-03 11:44:13 +00:00
Chirag Aggarwal
69cfde440a
chore: fix cli release + add changelog
2026-02-03 17:00:22 +05:30
Darshan
587f9965a2
misc.
2026-02-03 14:37:29 +05:30
Darshan
bdad14e83a
fix: gradient.
2026-02-03 14:32:24 +05:30
Chirag Aggarwal
b7df5cfcc1
Merge pull request #11228 from appwrite/feat-span-messaging-worker
2026-02-03 14:15:07 +05:30
ArnabChatterjee20k
a10fbc64c7
updated subscription after permission change
2026-02-03 13:46:05 +05:30
Chirag Aggarwal
52cb8a9c56
Improve span data with detailed metrics
...
Add richer span data for better observability:
- External messages: messageId, topic/user/target counts, recipient total,
provider details, delivery stats (delivered/errors), final status
- Internal SMS: recipient count, country codes extracted from phone numbers,
sender number, delivery status and count
2026-02-03 12:27:27 +05:30
Chirag Aggarwal
787e7aed43
Add Span tracing to Messaging worker
...
Replace Console logging with Span tracing in the Messaging worker
for better observability. Initialize Span storage and exporter in
worker.php to enable tracing in all workers.
2026-02-03 11:59:49 +05:30
ArnabChatterjee20k
d18d4d8263
updated subscription process
2026-02-03 11:43:23 +05:30
premtsd-code
b4e98bd950
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-03 05:58:33 +00:00
ArnabChatterjee20k
29b6adf407
Merge branch '1.8.x' into realtime-query-subscriptions
2026-02-03 10:46:34 +05:30
ArnabChatterjee20k
10e971aded
updated tests and empty subscriptionsid issue
2026-02-03 10:46:01 +05:30
Chirag Aggarwal
6c4394947f
Fix Safe PHP deprecation warnings
2026-02-03 10:11:12 +05:30
Prem Palanisamy
914be48e25
fix: add null check for cache adapter
2026-02-02 18:25:41 +00:00
premtsd-code
47e406baa0
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-02 18:22:02 +00:00
ArnabChatterjee20k
3c2f0cc982
updated to new slot based filtering for realtime
2026-02-02 21:50:23 +05:30
Matej Bačo
a967ee9b1b
Merge pull request #11213 from appwrite/feat-array-domains-env
...
Feat: Array domain variables
2026-02-02 17:06:55 +01:00
ArnabChatterjee20k
6e576b5140
added realtime query new channel and channel wise filters
2026-02-02 19:45:21 +05:30
Darshan
35918465f8
update: address comments, remove name field and auto-derive.
2026-02-02 19:00:54 +05:30
premtsd-code
ab689af94b
Merge branch '1.8.x' into chore-upgrade-cache
2026-02-02 13:21:22 +00:00
Prem Palanisamy
e7b4f03227
improve cache reconnection tests
2026-02-02 13:19:41 +00:00
Hemachandar
630d3376a6
Use Swoole timers in Interval task ( #11205 )
...
* Use Swoole timers in `Interval` task
* refactor
* block coroutine from exiting
* nit
* Add span
* cleanup unused var
* camelCase
2026-02-02 18:47:54 +05:30
Prem Palanisamy
6876828750
add cache reconnection support
2026-02-02 12:49:58 +00:00
Chirag Aggarwal
ae6a81bd12
update specs
2026-02-02 17:54:57 +05:30
Chirag Aggarwal
9ee318de3c
feat: release array param enums support to all sdks
2026-02-02 15:34:32 +05:30
Matej Bačo
fea4994ef0
ai review fixes
2026-01-30 21:30:00 +01:00
Matej Bačo
4807dcf529
Array support for all functions domain usecases
2026-01-30 16:48:40 +01:00
Matej Bačo
150c9033cc
Support arrays in domains env variables
2026-01-30 16:20:46 +01:00
Matej Bačo
edceb3e0db
move preview domain under platform for future customizability
2026-01-30 13:23:37 +01:00
Hemachandar
1110fdb719
Add appendVariables method to Mail event ( #11166 )
...
* Add `addVariable` method to Mail event
* append variables
* Update template
2026-01-30 15:20:53 +05:30
Hemachandar
2144f27059
lint + feedback
2026-01-30 14:36:38 +05:30
Darshan
02ce669993
update: design changes on creds step.
2026-01-30 11:08:26 +05:30
Hemachandar
01cc9bcd1f
Move project create & update APIs to Modules
2026-01-29 21:35:42 +05:30
Jake Barnby
0d79ab0fd3
Update specs
2026-01-30 02:21:32 +13:00
Jake Barnby
c9aac86a6b
Merge remote-tracking branch 'origin/1.8.x' into feat-string-types
...
# Conflicts:
# composer.lock
2026-01-30 02:07:33 +13:00