fogelito
1a3c4d7b6c
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.json
# composer.lock
2026-02-11 15:22:11 +02:00
Chirag Aggarwal
45f4b1e8ad
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 16:04:14 +05:30
Jake Barnby
308609a0a2
Merge branch '1.8.x' into feat-pg-adapter
2026-02-11 08:34:45 +00:00
fogelito
2633654859
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
2026-02-11 09:14:48 +02:00
Jake Barnby
2d76fcced1
Merge pull request #11272 from appwrite/realtime-query-reserved-channels
2026-02-11 07:09:28 +00:00
fogelito
7fd25eb380
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
2026-02-11 08:56:07 +02:00
Chirag Aggarwal
b2f4c4227e
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 12:10:35 +05:30
Jake Barnby
2fc7074908
Merge branch '1.8.x' into pg-adapter
2026-02-11 06:35:14 +00:00
Hemachandar
1822ede19e
Fix GitHub error file path ( #11289 )
...
* Fix error file path in GitHub APIs
* const
2026-02-10 21:21:48 +05:30
fogelito
aa3b6b462d
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-02-10 12:26:31 +02:00
Chirag Aggarwal
2d05d608f4
Upgrade utopia-php dependencies and fix namespace changes
...
- Upgrade utopia-php/cli from 0.15 to 0.22
- Upgrade utopia-php/analytics from 0.10 to 0.15
- Upgrade utopia-php/orchestration from 0.9 to 0.19
- Use dev branches for utopia-php/framework and utopia-php/platform
- Remove utopia-php/swoole dependency (merged into framework)
- Migrate Utopia\CLI\Console to Utopia\Console across all files
- Migrate Utopia\Http to Utopia\Http\Http namespace
- Migrate Utopia\Swoole\Files to Utopia\Http\Files (now instance-based)
- Convert static CLI::setResource() calls to instance-based Dependency API
- Fix StatsResources task named parameter mismatch
2026-02-10 10:34:24 +05:30
loks0n
b432918385
feat: worker executions
2026-02-09 20:20:44 +00:00
ArnabChatterjee20k
efd6951764
Merge branch '1.8.x' into pg-adapter
2026-02-09 14:16:06 +05:30
ArnabChatterjee20k
81f4d10ad6
Enhance Realtime channel handling for project queries and improve test coverage
2026-02-09 11:48:04 +05:30
Matej Bačo
fd323feae8
Simplify diff
2026-02-08 14:37:35 +01:00
Matej Bačo
3a0dc60a4c
Add test; fix implementation; pr reviews
2026-02-08 14:36:34 +01:00
Matej Bačo
bed46a6bef
Fix redirect url approval for oauth flow
2026-02-08 14:12:23 +01:00
fogelito
affe208d1a
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# app/controllers/api/vcs.php
# composer.lock
2026-02-08 10:56:27 +02:00
ArnabChatterjee20k
e3aaac7f9f
Merge remote-tracking branch 'origin/1.8.x' into pg-adapter
2026-02-06 11:35:38 +05:30
Hemachandar
6dd928b73c
Merge branch '1.8.x' into ser-1103-installations
2026-02-05 13:23:19 +05:30
Jake Barnby
0a53c677b1
Merge branch '1.8.x' into joins2
2026-02-05 07:29:47 +00:00
Hemachandar
c3fbb83ed6
Move VCS installation APIs to Modules
2026-02-04 20:03:52 +05:30
Matej Bačo
a860975b0e
update docs
2026-02-04 15:23:10 +01:00
Matej Bačo
227d61e194
Support trusted console projects
2026-02-04 14:45:38 +01: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
Chirag Aggarwal
1eaf5d5ffa
replace app usage with http
2026-02-04 11:22:04 +05:30
fogelito
da45edcd46
Merge branch 'chore-upgrade-cache' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-02-03 08:42:44 +02:00
Prem Palanisamy
914be48e25
fix: add null check for cache adapter
2026-02-02 18:25:41 +00:00
fogelito
0520eea383
Merge branch 'chore-upgrade-cache' of https://github.com/appwrite/appwrite into joins2
2026-02-02 15:43:56 +02:00
Prem Palanisamy
e7b4f03227
improve cache reconnection tests
2026-02-02 13:19:41 +00:00
fogelito
b222f4e4bb
Merge branch 'chore-upgrade-cache' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.json
2026-02-02 15:13:07 +02:00
Prem Palanisamy
6876828750
add cache reconnection support
2026-02-02 12:49:58 +00:00
fogelito
66babf9dae
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-02-02 13:37:49 +02: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
ArnabChatterjee20k
24385355a0
Merge branch '1.8.x' into new-pool-adapter
2026-01-28 19:24:59 +05:30
ArnabChatterjee20k
125394166a
updated docker appwrite image base
2026-01-28 12:04:26 +05:30
ArnabChatterjee20k
68cb03d22c
updated to swoole 6
2026-01-27 19:16:57 +05:30
ArnabChatterjee20k
5fe5445283
Merge remote-tracking branch 'origin/1.8.x' into new-pool-adapter
2026-01-27 16:37:58 +05:30
Jake Barnby and Claude Opus 4.5
e20851e7a8
fix: reorder imports to satisfy linter
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 03:53:42 +13:00
Jake Barnby
07204d748d
Add response models
2026-01-23 01:51:24 +13:00
Matej Bačo
8e98c08a23
Fix failing tests
2026-01-21 16:05:43 +01:00
fogelito
c72e69371b
Filters
2026-01-21 15:50:19 +02:00
Matej Bačo
6ebc36d0f3
Fix merge conflict
2026-01-21 14:47:18 +01:00
Matej Bačo
e5ed7c835a
Merge branch '1.8.x' into chore-php-types
2026-01-21 14:43:22 +01:00
fogelito
50673c3223
Filters
2026-01-20 13:42:22 +02:00
fogelito
7de871c3d9
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-01-19 13:11:58 +02:00
fogelito
2c1a92951e
getLimitQuery
2026-01-19 12:40:36 +02:00
ArnabChatterjee20k
069e4c6001
Merge remote-tracking branch 'origin/1.8.x' into new-pool-adapter
2026-01-19 11:03:32 +05:30
fogelito
4e24b117f5
fix schema resource
2026-01-18 16:30:40 +02:00
shimon
c3ea66b37a
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
...
# Conflicts:
# app/controllers/shared/api.php
# app/init/resources.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Transactions/Update.php
2026-01-18 11:01:40 +02:00