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
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
b08e0ad8ac
Update app/config/variables.php
2026-02-11 19:34:38 +13:00
Chirag Aggarwal
161b971f53
Fix oauth redirect custom scheme state
2026-02-11 10:11:04 +05:30
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
e2071bd5dd
add backwards compatibility
2026-02-10 11:48:29 +01:00
Matej Bačo
0621a32aa6
Fix tests; speed up tests; fix 5xx error
2026-02-10 11:43:22 +01:00
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
226e36db95
Merge pull request #11277 from appwrite/feat-api-key-custom-id
...
Feat: custom ID for API keys
2026-02-10 10:46:00 +01:00
Chirag Aggarwal
99d8eefdcf
fix class issue
2026-02-10 12:41:59 +05:30
Chirag Aggarwal
73b19b9028
ordering
2026-02-10 12:19:47 +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
Matej Bačo
a87263a571
Fix failing test
2026-02-09 20:07:33 +01:00
Matej Bačo
dafa97879c
AI review fixes
2026-02-09 17:12:30 +01:00
Matej Bačo
a263afeff1
AI quality fixes
2026-02-09 17:10:00 +01:00
Matej Bačo
29915ddd3b
Manual fixes of agent code
2026-02-09 16:58:44 +01:00
Matej Bačo
e666dc9504
AI review fixes
2026-02-09 16:42:14 +01:00
Matej Bačo
7bf5f2d360
Fix bug 5xx error
2026-02-09 15:55:35 +01:00
Matej Bačo
6df5556473
Implement queries param to list api keys
2026-02-09 14:58:36 +01:00
Matej Bačo
615aff0714
Allow custom ID for API keys
2026-02-09 14:34:05 +01:00
Matej Bačo
525b929e54
Fix implementation, add tests
2026-02-09 13:57:19 +01:00
Matej Bačo
36c87d109a
Fix rule oauth flow
2026-02-09 13:45:18 +01:00
Hemachandar
353b7f2a49
Move VCS auth & callback APIs to Modules ( #11274 )
...
* Move VCS auth & callback APIs to Modules
* lint
* rename
2026-02-09 15:55:37 +05:30
ArnabChatterjee20k
efd6951764
Merge branch '1.8.x' into pg-adapter
2026-02-09 14:16:06 +05:30
Chirag Aggarwal
494ce5fc6a
chore: release cli 13.3.1
2026-02-09 13:14:28 +05:30
ArnabChatterjee20k
4b3c4323ee
Enhance reserved parameter handling in Realtime adapter and update related tests
2026-02-09 13:07:11 +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
loks0n
d864a61f93
chore: upgrade traefik
2026-02-06 19:16:37 +00:00
Chirag Aggarwal
fb1cbdca6c
Merge pull request #11263 from appwrite/upgrade-spomky-labs/otphp
...
chore: upgrade spomky-labs/otphp to latest
2026-02-06 20:14:26 +05:30
Hemachandar
da7f5b7336
Move VCS repository APIs to Modules ( #11259 )
...
* Move VCS repository APIs to Modules
* add to http
* lint
* strategy fix
* rename to detections
2026-02-06 15:22:44 +05:30
Chirag Aggarwal
455004a536
chore: upgrade spomky-labs/otphp to latest
2026-02-06 15:12:37 +05:30
ArnabChatterjee20k
e3aaac7f9f
Merge remote-tracking branch 'origin/1.8.x' into pg-adapter
2026-02-06 11:35:38 +05:30
Jake Barnby
801befeacd
Merge branch '1.8.x' into get-cursor-queries
2026-02-06 05:59:48 +00:00
Chirag Aggarwal
af5c0da1d9
release cli sdk 13.3.0
2026-02-05 17:05:22 +05:30
Jake Barnby
b5bb4c2e07
Merge pull request #11254 from appwrite/feat-collection-size
...
Expose row bytes used/bytes free on table/collection
2026-02-05 11:25:02 +00:00
Jake Barnby
a866f0a69f
Gen specs
2026-02-05 23:50:16 +13:00
fogelito
e28ba64dbf
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:36:25 +02:00
Jake Barnby
747b400616
Merge pull request #11251 from appwrite/fix-realtime-performance
...
Realtime query performance improvements
2026-02-05 10:15:58 +00:00
fogelito
cb58da7279
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
2026-02-05 12:13:02 +02:00
fogelito
d40b1707ba
Remove var_dump
2026-02-05 12:09:54 +02:00