Steven Nguyen
898365a922
Merge pull request #10170 from appwrite/fix-templates
...
Fix default email templates
2025-07-22 18:25:57 -07:00
hmacr
9c0e6f4203
Skip deployment when commit is created by us
2025-07-22 20:39:36 +05:30
Chirag Aggarwal
3128a7b837
chore: update to return object
2025-07-22 16:59:05 +05:30
Chirag Aggarwal
fde03fc61b
chore: regen specs
2025-07-22 16:50:19 +05:30
hmacr
bf3efea98d
framework support + content for OTP & add-member email
2025-07-22 16:43:17 +05:30
Chirag Aggarwal
2a81075830
chore: use class
2025-07-22 16:43:02 +05:30
Chirag Aggarwal
51614105df
chore: uncomment
2025-07-22 15:54:42 +05:30
Chirag Aggarwal
8018e7dd80
chore: review comments
2025-07-22 15:54:24 +05:30
Chirag Aggarwal
929c7a3d36
Merge branch '1.8.x' into deprecate-old-methods
2025-07-22 15:42:32 +05:30
Jake Barnby
959e101c88
Fix merge
2025-07-22 21:23:32 +12:00
ArnabChatterjee20k
c398e08f90
Add user injection and permission handling in Upsert actions
2025-07-22 14:10:58 +05:30
Darshan
3c4bd67de6
Merge branch '1.8.x' into bump-response-format
2025-07-22 09:51:49 +05:30
Darshan
97c54aeaac
fix: add wildcards on getDocument response model as well.
2025-07-22 09:31:09 +05:30
fogelito
b2cd1413ce
Fallback index length 0
2025-07-21 17:45:34 +03:00
Darshan
59fce99ef6
bump: response format for preview sdk.
2025-07-21 19:15:29 +05:30
fogelito
ffb3a522b0
Check tests
2025-07-21 14:06:39 +03:00
Jake Barnby
3e8cd9d748
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
2025-07-21 18:53:02 +12:00
Darshan
5243af937f
fix: the default templates.
2025-07-20 14:40:30 +05:30
Chirag Aggarwal
7fecfc73ca
fix: formatting
2025-07-19 10:39:39 +05:30
Chirag Aggarwal
c55f039f13
chore: add unit test
2025-07-18 22:23:33 +05:30
Chirag Aggarwal
d613237fb4
chore: improve invalid scheme error in origin check
2025-07-18 22:08:43 +05:30
Chirag Aggarwal
ea0654cf5e
improve naming
2025-07-18 17:16:01 +05:30
Chirag Aggarwal
99ea9c5d80
chore: update cli to 8.2.2
2025-07-18 17:10:20 +05:30
Jake Barnby
97a4e5f355
Bump version
2025-07-18 21:38:35 +12:00
Jake Barnby
0b7f62c75c
Merge branch '1.8.x' into update-documentation
2025-07-18 19:51:57 +12:00
Darshan
5b60eb8b94
update: code quality.
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-07-18 12:44:51 +05:30
Darshan
5a44f6bcea
update: maintain consistency for permissions with a null check.
2025-07-18 12:03:46 +05:30
Darshan
d4de3a722d
Merge branch '1.8.x' into 'update-documentation'.
2025-07-18 11:46:27 +05:30
Darshan
d3726f9a55
fix: null permissions on tables api as well.
2025-07-18 11:37:47 +05:30
Darshan
dca9a17e7a
fix: null permissions.
2025-07-18 11:36:47 +05:30
Darshan
79bdf705d6
Merge branch '1.8.x' into 'bump-migrations'.
2025-07-18 10:57:29 +05:30
Jake Barnby
9ceeb76ad0
Merge branch '1.7.x' into 1.8.x
...
# Conflicts:
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/GraphQL/Types/Mapper.php
2025-07-18 17:24:12 +12:00
Darshan
12f8374378
update: response modal.
2025-07-18 10:32:35 +05:30
ArnabChatterjee20k
e97d10061f
Merge branch '1.8.x' into dat-571
2025-07-18 10:28:27 +05:30
ArnabChatterjee20k
16c3f2c55a
Merge branch '1.8.x' into dat-571
2025-07-18 10:26:01 +05:30
Jake Barnby
0a5fbb7bc7
Handle redirect validator in specs + GraphQL type mapper
2025-07-18 11:59:32 +12:00
loks0n
94decb26e6
fix: build usage specification
2025-07-17 14:05:05 +01:00
Darshan
5b8751d270
add: changes to module structure.
2025-07-17 18:23:33 +05:30
Darshan
ee317b0b8d
Merge branch '1.8.x' into 'lazy-load-relationships'.
2025-07-17 18:15:16 +05:30
Matej Bačo
8c57d28f8f
Merge pull request #10127 from appwrite/chore-speed-up-tests
...
Chore: speed up tests
2025-07-11 16:21:40 +02:00
Matej Bačo
9bab764378
Fix specs with new env vars
2025-07-11 11:15:55 +02:00
Matej Bačo
89d54f847f
Speed up build cancellation
2025-07-10 15:52:29 +02:00
Steven Nguyen
990e1b91bb
fix: omit : and @ if user and pass are empty
...
So, unparsing should not end up with https://:@appwrite.io just because user and pass are empty strings.
2025-07-09 22:09:18 -07:00
Steven Nguyen
f202685450
fix: handle parsing URL that is only a scheme
...
In react native, a redirect URL may only be a url scheme such as appwrite-callback-myproject://. Since parse_url() fails on this type of URL, we need to add this workaround.
2025-07-09 22:01:38 -07:00
Matej Bačo
41fc925103
Merge branch '1.7.x' into chore-speed-up-tests
2025-07-09 13:47:33 +02:00
Matej Bačo
449b9295fd
Update src/Appwrite/Platform/Workers/Deletes.php
2025-07-09 13:42:18 +02:00
fogelito
3a298b7a21
Change to 500
2025-07-09 14:32:47 +03:00
fogelito
9cc61d89f0
$deleteBatchSize
2025-07-09 14:00:08 +03:00
Matej Bačo
e42275e0b7
Minify tests
2025-07-09 11:26:05 +02:00
Matej Bačo
26496e68c4
Attempt to simplify code
2025-07-08 14:51:28 +02:00