Khushboo Verma
|
c19122e97d
|
Merge branch '1.8.x' into feat-extend-function-headers
|
2025-08-27 13:10:38 +05:30 |
|
Matej Bačo
|
e7157b831a
|
Merge pull request #10391 from appwrite/chore-update-method-in-docs
Update default method in description
|
2025-08-27 09:34:46 +02:00 |
|
Khushboo Verma
|
a81d980334
|
Resolve merge conflicts
|
2025-08-27 12:54:22 +05:30 |
|
Khushboo Verma
|
1063b5979b
|
Update default method in description
|
2025-08-27 12:51:42 +05:30 |
|
Matej Bačo
|
82e12d4fcd
|
Merge pull request #10379 from appwrite/feat-add-execution-and-log-response-headers
Add execution id and log id to response headers
|
2025-08-27 09:16:28 +02:00 |
|
Khushboo Verma
|
bca1996d99
|
Merge branch '1.7.x' into feat-extend-function-headers
|
2025-08-27 12:40:09 +05:30 |
|
Khushboo Verma
|
c087449725
|
Fix schedule execution test
|
2025-08-27 12:39:38 +05:30 |
|
Khushboo Verma
|
2d497cbdd5
|
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
|
2025-08-27 11:58:18 +05:30 |
|
Jake Barnby
|
d3d226363e
|
Merge pull request #10390 from appwrite/chore-update-cli
Update CLI
|
2025-08-27 17:58:29 +12:00 |
|
Jake Barnby
|
71a8eaf48b
|
Update CLI
|
2025-08-27 17:19:13 +12:00 |
|
Jake Barnby
|
b783d81b7e
|
Merge pull request #10389 from appwrite/fix-request-filter
Fix request filter
|
2025-08-27 17:18:34 +12:00 |
|
Jake Barnby
|
4daad1b775
|
Ignore relationships that are not available
|
2025-08-27 16:48:08 +12:00 |
|
Jake Barnby
|
9b453e79ac
|
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
|
2025-08-27 16:30:11 +12:00 |
|
Jake Barnby
|
f4c56ad757
|
Format
|
2025-08-27 16:21:29 +12:00 |
|
Jake Barnby
|
43e6bf5a2e
|
Merge pull request #10382 from appwrite/update-union-pay-1.8.x
chore: update union china pay to just unionpay
|
2025-08-27 16:13:30 +12:00 |
|
Jake Barnby
|
55a2f2d1fa
|
Merge remote-tracking branch 'origin/1.8.x' into fix-request-filter
|
2025-08-27 16:10:54 +12:00 |
|
Jake Barnby
|
4d0ca798a7
|
Merge pull request #10387 from appwrite/fix-scopes
Array scopes
|
2025-08-27 16:10:38 +12:00 |
|
Jake Barnby
|
0e9cdc68b1
|
Bump console
|
2025-08-27 16:10:10 +12:00 |
|
Jake Barnby
|
2111aab8ed
|
Fix relationship request filter
|
2025-08-27 16:09:56 +12:00 |
|
Jake Barnby
|
a37eef4928
|
Merge pull request #10388 from appwrite/fix-sequence-removal
Fix sequence removal
|
2025-08-27 15:36:02 +12:00 |
|
Jake Barnby
|
76db65583d
|
Fix GQL test
|
2025-08-27 15:21:23 +12:00 |
|
Jake Barnby
|
1f2d659d76
|
Format
|
2025-08-27 14:58:22 +12:00 |
|
Jake Barnby
|
acfacb526a
|
Merge branch '1.8.x' into fix-sequence-removal
|
2025-08-27 14:52:27 +12:00 |
|
Jake Barnby
|
24e4207ba6
|
Merge branch '1.8.x' into fix-scopes
|
2025-08-27 14:52:01 +12:00 |
|
Jake Barnby
|
ca9e697ca3
|
Merge pull request #10386 from appwrite/fix-domain-valdiator
Fix domain validator
|
2025-08-27 14:51:50 +12:00 |
|
Jake Barnby
|
4d675530d6
|
Remove response filter
|
2025-08-27 14:47:40 +12:00 |
|
Jake Barnby
|
c1676bcffd
|
Array scopes
|
2025-08-27 14:43:34 +12:00 |
|
Jake Barnby
|
c31b72c3e9
|
Merge branch '1.8.x' into fix-domain-valdiator
|
2025-08-27 14:25:02 +12:00 |
|
Jake Barnby
|
e71beeee51
|
Merge pull request #10383 from appwrite/copilot/fix-e24d8527-9979-4c83-bbee-437ac6c4d440
Apply sequence integer casting and attribute cleanup fixes to Row model, TablesDB tests, and document processing
|
2025-08-27 14:22:54 +12:00 |
|
Jake Barnby
|
35579bfda1
|
Fix domain validator
|
2025-08-27 14:21:22 +12:00 |
|
Steven Nguyen
|
b57bef2d0c
|
chore: fix lint error
|
2025-08-26 15:11:27 -07:00 |
|
Steven Nguyen
|
737e2f8624
|
fix: Remove $sequence attribute from documents on create and update
Including attribute can cause a invalid structure error as the incoming data may be an int but the database expects a string.
|
2025-08-26 15:10:23 -07:00 |
|
copilot-swe-agent[bot]
|
bfd8b554cd
|
Add $tenant attribute removal to Action.php processDocument method
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
|
2025-08-26 20:37:33 +00:00 |
|
copilot-swe-agent[bot]
|
6763b8ecb6
|
Apply sequence integer casting fix to Row.php and add test assertion
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
|
2025-08-26 20:06:26 +00:00 |
|
copilot-swe-agent[bot]
|
61f9bd90e5
|
Initial plan
|
2025-08-26 20:01:34 +00:00 |
|
Chirag Aggarwal
|
abc7757871
|
fomat
|
2025-08-26 21:45:53 +05:30 |
|
Chirag Aggarwal
|
005f405507
|
chore: update specs
|
2025-08-26 21:40:43 +05:30 |
|
Chirag Aggarwal
|
505cff5b9f
|
chore: update union china pay to just unionpay
|
2025-08-26 21:38:55 +05:30 |
|
Luke B. Silver
|
9fc39ddfce
|
Merge pull request #10377 from appwrite/add-deprecated-versions-account
chore: add replacewith and deprecated since to account methods
|
2025-08-26 16:45:55 +01:00 |
|
Jake Barnby
|
b7633969b4
|
Fix request filter for selections
|
2025-08-27 03:44:27 +12:00 |
|
Khushboo Verma
|
f0146d5e01
|
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
|
2025-08-26 19:20:53 +05:30 |
|
Jake Barnby
|
c9f9db722b
|
Fix spaces in templates
|
2025-08-27 01:40:32 +12:00 |
|
Jake Barnby
|
28e7f12932
|
Update CLI version
|
2025-08-27 01:34:03 +12:00 |
|
Khushboo Verma
|
aac98b2ec7
|
Update function domain test
|
2025-08-26 18:56:26 +05:30 |
|
Khushboo Verma
|
e537337b8e
|
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
|
2025-08-26 18:41:18 +05:30 |
|
Khushboo Verma
|
f611893558
|
Remove execution headers from allowlist
|
2025-08-26 18:40:18 +05:30 |
|
Jake Barnby
|
34658aac9b
|
Fix demo paths
|
2025-08-27 01:09:34 +12:00 |
|
Khushboo Verma
|
463fbe7d82
|
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers
|
2025-08-26 18:37:33 +05:30 |
|
Jake Barnby
|
d74bda7bd9
|
Update specs
|
2025-08-27 01:06:06 +12:00 |
|
Khushboo Verma
|
8df305576c
|
Add execution id and log id to response headers
|
2025-08-26 18:34:43 +05:30 |
|