loks0n
cb66e50612
refactor: remove magic class strings
2026-01-27 11:58:34 +00:00
Chirag Aggarwal
1167654c6a
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-26 13:03:02 +05:30
Chirag Aggarwal
28c5df074d
Merge pull request #11169 from appwrite/release-cli-13.1.0
2026-01-26 12:59:35 +05:30
Chirag Aggarwal
785efa3355
stable release
2026-01-26 10:40:29 +05:30
Chirag Aggarwal
329b7e1856
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-26 10:25:28 +05:30
Chirag Aggarwal
67e2104e98
chore: make name update optional in databases and tables
2026-01-23 19:55:06 +05:30
Chirag Aggarwal
e894eca201
add rc3
2026-01-23 15:25:05 +05:30
Chirag Aggarwal
7573e0fee9
Merge branch '1.8.x' into release-cli-13.1.0
2026-01-23 13:42:30 +05:30
Chirag Aggarwal
7643196d97
fix: deploymentstatus enum missing canceled value
2026-01-23 09:22:18 +05:30
Chirag Aggarwal
7e994f8db5
release cli sdk 13.1.0
2026-01-23 09:15:13 +05:30
Chirag Aggarwal
bfd34b3b15
fix validation
2026-01-21 14:01:16 +05:30
Chirag Aggarwal
33abd7f0ed
Merge branch '1.8.x' into feat-sdk-for-md
2026-01-21 13:46:33 +05:30
Chirag Aggarwal
ddbddafbf9
Merge pull request #11161 from appwrite/release-cli-13.0.1
2026-01-19 18:00:59 +05:30
Chirag Aggarwal
86a4bfa74e
chore: release cli 13.0.1
2026-01-19 17:58:43 +05:30
Jake Barnby
8124b07860
Merge pull request #11033 from appwrite/add-webhooks-and-functions-events
2026-01-19 22:02:49 +13:00
Jake Barnby
5d24b51421
Allow separately enabling graphql introspection
2026-01-19 19:26:17 +13:00
shimon
94e29cff53
Fix typo in Authorization parameter in API action definition
2026-01-18 13:11:05 +02:00
shimon
72def3b2fb
Refactor API action parameters to include Authorization dependency
2026-01-18 13:05:43 +02:00
shimon
d015a75e81
linter
2026-01-18 12:48:36 +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
Damodar Lohani
72ce068714
Merge pull request #11057 from appwrite/feat-health-module
...
Feat: Health module
2026-01-18 07:27:19 +05:45
Matej Bačo
12b79363d1
Merge pull request #11148 from appwrite/feat-new-schema-dualwriting
...
Feat: Support dual-writing for new schema features
2026-01-16 15:38:23 +01:00
Jake Barnby
0723101397
Merge pull request #11005 from appwrite/dat-969
2026-01-17 03:31:50 +13:00
ArnabChatterjee20k
b9c7c172ad
updated query conversion for nested query
2026-01-16 18:18:24 +05:30
Matej Bačo
c2bf1e8040
Merge branch '1.8.x' into feat-new-schema-dualwriting
2026-01-16 13:24:02 +01:00
Matej Bačo
cda03f63ab
Support dual-writing for new schema features
2026-01-16 13:23:46 +01:00
Darshan
ccaea5d010
add: constant.
2026-01-16 16:11:38 +05:30
Darshan
79e150b7b2
fix: type.
2026-01-16 16:00:59 +05:30
Darshan
0ef4bf21cc
address comments.
2026-01-16 15:48:21 +05:30
ArnabChatterjee20k
b2486fcb6c
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
2026-01-16 15:47:25 +05:30
Darshan
c67b77bca0
update: implement proper logs cleanup!
2026-01-16 15:06:35 +05:30
Damodar Lohani
fbf390c710
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-15 13:55:09 +00:00
Damodar Lohani
991f5ff9fd
Catch exception
2026-01-15 13:19:34 +00:00
Damodar Lohani
e8d8373922
Fix: phone auth limit
2026-01-15 12:59:30 +00:00
Darshan
325968c52a
Merge pull request #11141 from appwrite/fix-specs-descriptions
2026-01-15 12:08:35 +05:30
Jake Barnby
39e66711c8
Merge pull request #11140 from appwrite/fix-db-init
2026-01-15 19:36:45 +13:00
Darshan
42a1c8da38
Merge branch '1.8.x' into fix-specs-descriptions
2026-01-15 12:05:19 +05:30
Darshan
206bd63620
regen: specs.
2026-01-15 12:04:46 +05:30
Jake Barnby
b1171c661e
Add setDatabase() to all project database instances
...
This completes the fix for utopia-php/database 4.5.2 which removed
the automatic USE database statement. All Database instances that
create or query project databases now have explicit setDatabase()
calls.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 19:08:25 +13:00
Jake Barnby
728ed57df0
Fix database initialization after utopia-php/database 4.5.2 update
...
The 4.5.2 update removed the automatic USE database statement on init,
requiring explicit setDatabase() calls on all database resources.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:43:28 +13:00
Chirag Aggarwal
629479d275
Merge branch '1.8.x' into release-cli-13.0.0.rc3
2026-01-15 10:59:11 +05:30
Jake Barnby
7b940e3a17
Increase + parameterise ppolmax reconnect + sleep
2026-01-15 16:47:19 +13:00
Chirag Aggarwal
f78d5523ce
mMerge branch '1.8.x' into release-cli-13.0.0.rc3
2026-01-14 21:34:40 +05:30
Chirag Aggarwal
955e1bcbe9
use stable
2026-01-14 21:29:58 +05:30
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
Darshan
bc6ecbd22c
address comments.
2026-01-14 17:15:33 +05:30
Darshan
4d2f631393
update: exclude the mocks.
...
update: nice group based blacklisting.
2026-01-14 17:07:33 +05:30
Darshan
479a583ff5
exclude the mocks.
2026-01-14 16:55:47 +05:30
Darshan
08cd610823
exclude the mocks.
2026-01-14 16:47:21 +05:30