ArnabChatterjee20k
e6e0cef91e
linting
2026-02-16 13:55:34 +05:30
ArnabChatterjee20k
bdc4c4a18d
Merge remote-tracking branch 'origin/documents-db-api' into documents-db-api
2026-02-16 13:53:21 +05:30
ArnabChatterjee20k
49efa02e09
synced documents db and vectordb with 1.8.x
2026-02-16 13:52:16 +05:30
ArnabChatterjee20k
fd96bcbd3f
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-16 12:20:53 +05:30
Damodar Lohani
53fa7992f5
Merge pull request #11318 from appwrite/fix-ping
...
Fix: cast redi ping response to boolean
2026-02-16 06:20:41 +05:45
loks0n
9dc000d0c5
Replace region check with project ID check for execution logging
...
Switch from checking _APP_REGION !== 'nyc' to checking project ID
to disable execution logging for a specific project.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 18:47:07 +00:00
Damodar Lohani
5d5fd370c6
fix: cast Redis ping response to boolean
2026-02-13 11:32:46 +00:00
Matej Bačo
b4421e6709
Merge pull request #11313 from appwrite/chore-customizable-screenshot-router
...
Chore: configurable _APP_WORKER_SCREENSHOTS_ROUTER
2026-02-13 10:09:02 +01:00
Chirag Aggarwal
8645a17323
Merge branch '1.8.x' into release-agent-skills
2026-02-12 17:39:33 +05:30
Matej Bačo
54b2d2fe22
Merge branch '1.8.x' into chore-customizable-screenshot-router
2026-02-12 12:50:59 +01:00
Matej Bačo
2ec259d433
Introduce _APP_WORKER_SCREENSHOTS_ROUTER
2026-02-12 12:50:39 +01:00
Matej Bačo
6944fa7520
Merge pull request #11302 from appwrite/feat-team-sequence
...
Feat: team sequence
2026-02-12 10:14:36 +01:00
Darshan
7c47a4db72
add: filtering.
2026-02-12 13:22:07 +05:30
Chirag Aggarwal
886528bb29
Merge pull request #11306 from appwrite/feat/messaging-spans
2026-02-12 13:13:35 +05:30
loks0n
a486085322
feat: messaging spans
2026-02-12 09:36:58 +05:30
Matej Bačo
b625bdb189
Formatting fix
2026-02-11 17:25:44 +01:00
Matej Bačo
5ac58e7723
Implement team sequence
2026-02-11 17:25:17 +01:00
Damodar Lohani
efc1a5376b
Merge remote-tracking branch 'origin/1.8.x' into feat-project-status
2026-02-11 13:34:57 +00:00
ArnabChatterjee20k
ae33104ecf
added admin auth to the index creation
2026-02-11 18:19:46 +05:30
Chirag Aggarwal
1a966741f4
(fix): Fix TypeError in Origin validator when array is passed
...
Move type check before assignment to prevent TypeError when non-string
value (like array) is passed to Origin::isValid(). The property
\$this->origin is typed as string, so assigning an array before
the is_string() check caused the error.
2026-02-11 18:01:18 +05:30
ArnabChatterjee20k
b90a9e8cab
added admin auth to the index creation
2026-02-11 16:49:33 +05:30
ArnabChatterjee20k
4024cf0492
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-11 16:22:37 +05:30
Chirag Aggarwal
45f4b1e8ad
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 16:04:14 +05:30
Chirag Aggarwal
a2dc62d4e5
fix
2026-02-11 15:20:30 +05:30
Jake Barnby
308609a0a2
Merge branch '1.8.x' into feat-pg-adapter
2026-02-11 08:34:45 +00:00
ArnabChatterjee20k
e07f9a7b49
added admin auth to vector db
2026-02-11 14:04:14 +05:30
ArnabChatterjee20k
61f778196b
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-11 13:58:43 +05:30
Jake Barnby
f631fba124
Merge pull request #11270 from appwrite/fix-invalid-chunktotal
2026-02-11 08:21:31 +00:00
Jake Barnby
2d76fcced1
Merge pull request #11272 from appwrite/realtime-query-reserved-channels
2026-02-11 07:09:28 +00: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
Jake Barnby
efaf23d1a3
Merge pull request #11261 from appwrite/export-stats-revert
2026-02-11 06:27:35 +00:00
Chirag Aggarwal
17d3abb287
feat: appwrite agent skills
2026-02-11 11:20:00 +05:30
Damodar Lohani
fb595ced55
Feat: Restore project status attribute in project creation
2026-02-11 01:26:17 +00:00
Damodar Lohani
ead7d03c6c
Feat: Add project status attribute
...
Add project status attribute to platform collections and set default status in project creation
2026-02-11 01:18:21 +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
Matej Bačo
51f036491a
Merge pull request #11278 from appwrite/feat-list-api-keys-queries
...
Feat: queries param on list api keys
2026-02-10 12:47:00 +01:00
Luke B. Silver
5e974713b7
Merge pull request #11281 from appwrite/feat/worker-executions
...
feat: worker executions
2026-02-10 10:56:30 +00:00
Matej Bačo
0621a32aa6
Fix tests; speed up tests; fix 5xx error
2026-02-10 11:43:22 +01:00
ArnabChatterjee20k
93897f86d0
Merge remote-tracking branch 'origin/1.8.x' into documents-db-api
2026-02-10 15:34:51 +05:30
Matej Bačo
e1cbbe3943
Merge branch '1.8.x' into feat-list-api-keys-queries
2026-02-10 10:46:56 +01:00
Matej Bačo
faedf49488
Merge pull request #11276 from appwrite/fix-rule-oauth
...
Fix: rule oauth flow
2026-02-10 10:27:25 +01:00
ArnabChatterjee20k
095e08441f
added get databases db in the document logs
2026-02-10 13:33:29 +05:30
Chirag Aggarwal
99d8eefdcf
fix class issue
2026-02-10 12:41:59 +05:30
Chirag Aggarwal
c7d4314498
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-10 12:19:31 +05:30
Chirag Aggarwal
a80209ddbd
fix cookie parsing
2026-02-10 11:45:10 +05:30
Chirag Aggarwal
63a6714e31
fix import
2026-02-10 10:56:13 +05:30
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
Chirag Aggarwal
c551fda8d8
Fix CLI setResource() static calls and named parameter mismatch
...
CLI::setResource() is no longer static in the updated utopia-php/cli
library. Moved platform/CLI initialization before resource setup and
converted all static CLI::setResource() calls to use Dependency-based
instance method via a helper closure. Also renamed $queue to
$queueForStatsResources in StatsResources task to match the injected
resource name, fixing PHP 8 named parameter resolution.
2026-02-10 10:33:14 +05:30
loks0n
b432918385
feat: worker executions
2026-02-09 20:20:44 +00:00