Jake Barnby
5d62613cbc
Merge pull request #9947 from appwrite/add-readable-error
...
Add readable error for csv imports
2025-06-17 14:51:34 -04:00
Darshan
149ad1a0f3
update: simplify filtering.
2025-06-17 10:11:23 +05:30
Darshan
227c4fde13
Merge branch '1.8.x' into add-readable-error
2025-06-17 09:49:24 +05:30
Darshan
f31a7c007e
fix: errors not being replaced but appended.
2025-06-17 09:47:58 +05:30
Darshan
c4e7861358
update: send only the relevant errors info to frontend.
2025-06-17 09:25:58 +05:30
Jake Barnby
3729c6b1c2
Cast sequence
2025-06-16 13:24:48 -04:00
Jake Barnby
3ca9599f73
Merge pull request #10018 from appwrite/revert-9669-lazy-load-relationships
...
Revert "Feat: Lazy-load relationships"
2025-06-16 11:48:44 -04:00
Jake Barnby
e704e96290
Revert "Feat: Lazy-load relationships"
2025-06-16 11:48:27 -04:00
Jake Barnby
a21ccfd694
Merge pull request #9669 from appwrite/lazy-load-relationships
...
Feat: Lazy-load relationships
2025-06-16 11:48:18 -04:00
Jake Barnby
89f0c28e26
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# .coderabbit.yaml
2025-06-16 11:37:50 -04:00
Christy Jacob
ea33588f26
Merge pull request #10017 from appwrite/update-delete-project-signature
...
Update delete project scope
2025-06-16 18:48:33 +04:00
shimon
384b423129
update deleteProject scope
2025-06-16 17:46:23 +03:00
Christy Jacob
006153e14a
Merge pull request #10016 from appwrite/feat-support-tar-2
...
feat: tar support
2025-06-16 13:45:59 +04:00
loks0n
9196ae7908
feat: tar support
2025-06-16 10:44:15 +01:00
Christy Jacob
b46a4dfd3e
Merge pull request #10005 from appwrite/update-coderabbit-config
...
chore: update coderabbit config file
2025-06-16 12:43:05 +04:00
Chirag Aggarwal
b096af22a7
Merge branch '1.7.x' into update-coderabbit-config
2025-06-14 12:05:47 +05:30
Chirag Aggarwal
c8854e01de
chore: formatting
2025-06-14 12:05:40 +05:30
Chirag Aggarwal
089a80e9a3
chore: update coderabbit config file
2025-06-14 11:57:21 +05:30
Steven Nguyen
52f83c4015
Merge pull request #10004 from appwrite/fix-invalid-factors
...
fix: prevent 'Attribute "factors" must be an array' error
2025-06-13 10:46:24 -07:00
Darshan
9dd5898dfd
Merge branch '1.7.x' into fix-invalid-factors
2025-06-13 22:30:43 +05:30
Steven Nguyen
7b322f8502
Merge pull request #10003 from appwrite/update-assistant
...
Update appwrite-assistant image version to 0.8.3
2025-06-13 09:35:43 -07:00
Steven Nguyen
160c937dc2
fix: prevent 'Attribute "factors" must be an array' error
...
Because array_unique() preserves keys, the $factors can go from:
[
0 => 'password',
1 => 'totp',
2 => 'totp',
3 => 'email'
]
to:
[
0 => 'password',
1 => 'totp',
3 => 'email'
]
and because this is not an array list, the validation fails.
Using array_values() after array_unique() will reset the keys to be sequential, resulting in:
[
0 => 'password',
1 => 'totp',
2 => 'email'
]
2025-06-13 09:17:05 -07:00
Chirag Aggarwal
c510af0a90
Update appwrite-assistant image version to 0.8.3
2025-06-13 20:21:03 +05:30
Darshan
44a5a3eca1
Merge branch '1.8.x' into lazy-load-relationships
2025-06-13 20:01:01 +05:30
Darshan
f09042dfb1
update: swap request/response filters from 1.7.x to 1.8.x.
2025-06-13 16:47:40 +05:30
Darshan
d01f1c1a7c
remove: trace from errors.
2025-06-13 16:20:07 +05:30
Matej Bačo
4704f6f0b0
Merge pull request #9991 from appwrite/feat-ref-param-to-vcs-list-contents
...
Add ref param to vcs list contents
2025-06-13 12:49:47 +02:00
Khushboo Verma
3f14c27c9c
Merge branch '1.7.x' into feat-ref-param-to-vcs-list-contents
2025-06-13 16:03:11 +05:30
Matej Bačo
3ce2ad188a
Merge pull request #9966 from appwrite/feat-speed-up-site-tests
...
Use static code instead of astro in tests
2025-06-13 12:31:08 +02:00
Khushboo Verma
481f1b48b2
Merge branch 'feat-ref-param-to-vcs-list-contents' of github.com:appwrite/appwrite into feat-ref-param-to-vcs-list-contents
2025-06-13 15:55:24 +05:30
Khushboo Verma
221f15313c
Update var name and generate specs
2025-06-13 15:55:02 +05:30
Khushboo Verma
4099f8968a
Merge branch '1.7.x' into feat-ref-param-to-vcs-list-contents
2025-06-13 15:51:35 +05:30
Matej Bačo
e7c0111229
Merge branch '1.7.x' into feat-speed-up-site-tests
2025-06-13 12:05:48 +02:00
Jake Barnby
fc0e1b607d
Update database
2025-06-12 14:57:12 -04:00
Jake Barnby
bc7b310c51
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-06-12 12:20:34 -04:00
Jake Barnby
cf830affc9
Check not development for plan error
2025-06-12 12:20:21 -04:00
Matej Bačo
4d650114f2
Merge pull request #10000 from appwrite/chore-remove-endpoint-selector
...
chore: remove endpoint selector
2025-06-12 15:39:10 +02:00
loks0n
bc41838c66
chore: remove endpoint selector
2025-06-12 14:22:17 +01:00
loks0n
3d9e22a6df
chore: remove endpoint selector for edge
2025-06-12 14:18:05 +01:00
Khushboo Verma
1b6d05a0fb
Merge branch '1.7.x' into feat-ref-param-to-vcs-list-contents
2025-06-12 11:45:53 +05:30
Darshan
0487fae9b1
Merge branch '1.8.x' into 'add-readable-error'.
2025-06-12 11:02:10 +05:30
Darshan
c06ff42f61
fix: attribute types; update: remove sensitive information from realtime payload.
2025-06-12 10:43:35 +05:30
Darshan
9f30b0263a
simplify: queries.
2025-06-12 09:15:36 +05:30
Darshan
5aa88be49c
simplify: queries.
2025-06-12 09:14:02 +05:30
Darshan
f6fa1aea99
revert: unnecessary changes.
2025-06-12 09:10:59 +05:30
Darshan
df9a6d81fd
remove: unnecessary change.
2025-06-12 09:07:56 +05:30
Darshan
6f493e7c29
remove: unnecessary change.
2025-06-12 09:07:22 +05:30
Darshan
d5bbb95f3b
Merge branch '1.8.x' into lazy-load-relationships
2025-06-12 09:05:56 +05:30
Darshan
87c9f93fa7
address comment.
2025-06-12 09:05:37 +05:30
Jake Barnby
517870dd45
Test timing
2025-06-11 20:41:02 -04:00