Commit graph

15075 commits

Author SHA1 Message Date
Khushboo Verma
095159d89b Merge branch '1.7.x' into chore-update-env-var-used-for-domain 2025-06-18 22:15:19 +05:30
Chirag Aggarwal
9b1f2dfb8b
Merge branch '1.7.x' into fix-platforms-duplication-swagger 2025-06-18 19:01:43 +05:30
Christy Jacob
3b629e6e37
Merge branch '1.7.x' into update-reactnative-sdk 2025-06-18 16:15:09 +04:00
Christy Jacob
528b4f459c
Merge pull request #10007 from appwrite/update-sdk-versions-cli
chore: update cli version and add bulk operation warnings
2025-06-18 15:36:22 +04:00
Chirag Aggarwal
5934ad459f chore: update react native sdk and changelog 2025-06-18 13:44:33 +05:30
Chirag Aggarwal
6ff6e0a93d
Merge branch '1.7.x' into fix-platforms-duplication-swagger 2025-06-18 12:46:31 +05:30
Khushboo Verma
520006864d Merge branch '1.7.x' into chore-update-env-var-used-for-domain 2025-06-18 11:07:25 +05:30
Khushboo Verma
5a3e44a36d Replace == with === 2025-06-18 11:06:35 +05:30
Jake Barnby
d84151192e
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x 2025-06-17 15:58:07 -04:00
Darshan
227c4fde13
Merge branch '1.8.x' into add-readable-error 2025-06-17 09:49:24 +05:30
Darshan
cacf323993 update: fallback font to sans-serif. 2025-06-17 09:15:26 +05:30
Jake Barnby
3729c6b1c2
Cast sequence 2025-06-16 13:24:48 -04:00
Darshan
1b768cdb90
Merge branch '1.7.x' into fix-templates 2025-06-16 22:16:16 +05:30
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
Khushboo Verma
ad60ff9972 Update url in general.php 2025-06-16 19:16:20 +05:30
Khushboo Verma
8c8abfdece Add var_dumps to debug 2025-06-16 18:47:50 +05:30
Khushboo Verma
5e345c0388 Revert some changes 2025-06-16 17:29:01 +05:30
Khushboo Verma
362618c5af Merge branch 'fix-github-check-urls' into chore-update-env-var-used-for-domain 2025-06-16 17:19:55 +05:30
Khushboo Verma
15f81d29f3 Merge branch '1.7.x' into fix-github-check-urls 2025-06-16 17:19:10 +05:30
loks0n
9196ae7908 feat: tar support 2025-06-16 10:44:15 +01:00
shimon
c0c30fe767 remove duplicate use 2025-06-15 12:40:22 +03:00
shimon
d7e2552999 Merge branch '1.7.x' of github.com:appwrite/appwrite into PLA-3018 2025-06-15 12:38:50 +03:00
shimon
7d54a6191d remove duplicate use 2025-06-15 12:13:15 +03:00
shimon
4d41c90367 remove duplicate use 2025-06-15 12:00:39 +03:00
shimon
96c035401b Override project resource to update hooks, since x-appwrite-project is not available when executing custom domain function 2025-06-15 11:30:57 +03:00
Darshan
3be1aa3801
Merge branch '1.7.x' into fix-templates 2025-06-15 11:21:33 +05:30
Chirag Aggarwal
ac2acbb770 fix: duplication of platforms in swagger specs 2025-06-14 14:21:26 +05:30
Chirag Aggarwal
e54a157ca8 chore: remove createDocuments method from client side specs 2025-06-14 13:29:50 +05:30
Chirag Aggarwal
050a563db1 chore: update cli version and add bulk operation warnings 2025-06-14 13:24:10 +05:30
Darshan
9dd5898dfd
Merge branch '1.7.x' into fix-invalid-factors 2025-06-13 22:30:43 +05:30
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
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
Khushboo Verma
cee6420fa2 Use env vars instead of request 2025-06-13 15:50:53 +05:30
Khushboo Verma
8bac836483 Merge branch 'fix-github-check-urls' into chore-update-env-var-used-for-domain 2025-06-13 15:18:31 +05:30
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
Khushboo Verma
43f9254302 Merge branch '1.7.x' into chore-update-env-var-used-for-domain 2025-06-12 20:32:02 +05:30
Khushboo Verma
ce67def030 Merge branch '1.7.x' into fix-github-check-urls 2025-06-12 20:28:20 +05:30
loks0n
bc41838c66 chore: remove endpoint selector 2025-06-12 14:22:17 +01:00
Khushboo Verma
710b8bda56 Use _APP_CONSOLE_DOMAIN, if not found, then use _APP_DOMAIN 2025-06-12 17:27:21 +05:30
Khushboo Verma
176c085068 Fix all vcs urls missing region 2025-06-12 11:43:11 +05:30
Darshan
0487fae9b1 Merge branch '1.8.x' into 'add-readable-error'. 2025-06-12 11:02:10 +05:30
Darshan
d5bbb95f3b
Merge branch '1.8.x' into lazy-load-relationships 2025-06-12 09:05:56 +05:30
Jake Barnby
7dd45b0644
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	src/Appwrite/Platform/Workers/StatsUsageDump.php
2025-06-11 17:22:20 -04:00
Darshan
d6829dfb34 Merge branch '1.8.x' into 'lazy-load-relationships'. 2025-06-11 10:08:51 +05:30
Steven Nguyen
c14d40cc5a
Merge pull request #9993 from appwrite/re-revert-pla-2914
chore: restore unique filename for health check #9842
2025-06-10 21:34:52 -07:00
Chirag Aggarwal
851894947f chore: restore unique filename for health check #9842 2025-06-11 03:55:11 +00:00
Jake Barnby
082309697c
Fix DB delete cache purge 2025-06-10 15:55:54 -04:00
Jake Barnby
963d177b17
Update admin spec 2025-06-10 15:50:18 -04:00
Jake Barnby
178dec01fd
Add admin key 2025-06-10 15:44:40 -04:00
Jake Barnby
5f588b0c65
Fix open API specs 2025-06-10 15:22:13 -04:00
Jake Barnby
d067d215b1
Generate latest 2025-06-10 15:09:15 -04:00
Jake Barnby
a77eea6b55
Fix numeric type values 2025-06-10 15:05:26 -04:00
Jake Barnby
a95a651d30
Add specs 2025-06-10 14:08:21 -04:00
Jake Barnby
8c6f0a4e7b
Fix merge 2025-06-10 13:42:41 -04:00
Jake Barnby
e1a291ff21
Consistent messages 2025-06-10 11:50:57 -04:00
Khushboo Verma
72090248e5 Add ref param to vcs list contents 2025-06-10 20:37:37 +05:30
Chirag Aggarwal
a1ff96829d chore: update pkgs 2025-06-10 12:38:48 +00:00
Darshan
e6d143c806
Merge branch '1.7.x' into fix-templates 2025-06-10 14:20:28 +05:30
Darshan
2df28bdf19 remove: migrations, simplify error recording for frontend. 2025-06-10 12:07:58 +05:30
Darshan
5b6bc81b29 Merge branch '1.8.x' into 'lazy-load-relationships'. 2025-06-10 10:40:48 +05:30
Jake Barnby
6ea61106f4
Update model 2025-06-10 00:37:33 -04:00
Jake Barnby
cf13a45188
Docs 2025-06-10 00:36:55 -04:00
Jake Barnby
91b1670e52
Fix event 2025-06-10 00:35:03 -04:00
Jake Barnby
e6881c10d4
Fix desc 2025-06-10 00:32:38 -04:00
Jake Barnby
5585a75624
Fix auth skips 2025-06-10 00:22:46 -04:00
Jake Barnby
fd7d4db4c4
Fix path param 2025-06-10 00:22:38 -04:00
Jake Barnby
9fc2c5db69
Add increment + decrement routes 2025-06-09 23:56:30 -04:00
Jake Barnby
bd4bb48da2
Fix merge 2025-06-09 20:50:02 -04:00
Jake Barnby
c852cb3ed0
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	composer.lock
#	src/Appwrite/Platform/Workers/Audits.php
2025-06-09 20:08:41 -04:00
Darshan
2202b11a26 fix: cases for backwards compatibility to add database and collection ids when using a wildcard. 2025-06-09 19:45:48 +05:30
Matej Bačo
d6bcb46b36 Fix specs and sdk generation 2025-06-09 13:47:38 +02:00
Darshan
2e0fb694d4 fix: internal ids usage. 2025-06-09 17:08:37 +05:30
Darshan
e699c998bb update: remove extra line. 2025-06-09 14:49:06 +05:30
Darshan
0ee4f3c4ce bump: dependencies; fix: tests and logic. 2025-06-09 14:23:04 +05:30
Darshan
e5dc4ac056 Merge branch '1.8.x' into 'lazy-load-relationships'. 2025-06-09 13:55:17 +05:30
Christy Jacob
b47ab90665
Merge pull request #9940 from appwrite/PLA-2950
fix(gif preview): enable resource limits
2025-06-03 12:56:36 +04:00
Fabian Gruber
584ca3065f fix(gif preview): enable resource limits 2025-06-03 10:35:26 +02:00
Christy Jacob
809d31bba2
Merge branch '1.7.x' into storage-telemetry 2025-06-03 12:06:12 +04:00
Christy Jacob
2b44b95073
Merge pull request #9890 from appwrite/PLA-2762
worker: Graceful shutdown on SIGTERM
2025-06-03 12:02:24 +04:00
Chirag Aggarwal
848d38b75d chore: update version to 1.7.4 and add experimental feature warnings to document endpoints 2025-06-03 06:59:30 +00:00
Matej Bačo
c92a14d318 Simplify router redirect 2025-06-02 12:47:13 +02:00
Khushboo Verma
0ac6decc99 Fix github comments and deployment creation on branch deletion 2025-06-02 14:04:03 +05:30
Darshan
48d5ae0bca add: 1.8.x migrations for adding error attribute. 2025-06-01 12:49:42 +05:30
Darshan
0467ebc1ff add: error attribute to migrations. 2025-06-01 12:07:46 +05:30
Steven Nguyen
623369e426
Merge pull request #9600 from jmastr/fix-4982-expire-sessions-format-for-multiple-api
fix: expire format account recovery, verification, phone and mfa
2025-05-31 09:23:55 -07:00
Darshan
e1ee9ba89e fix: logic. 2025-05-30 18:04:57 +05:30
Fabian Gruber
d98c06abf2 feat(worker): install stop hooks and close consumer 2025-05-30 13:53:29 +02:00
Jake Barnby
b189ba669e
Merge pull request #9888 from appwrite/fix-teams-deletion
Fix teams deletion
2025-05-30 09:23:02 +00:00
Darshan
4fc84bec7d reset: stuff on target branch. 2025-05-30 14:33:37 +05:30
Darshan
f7f746a543 Merge branch '1.7.x' into 'fix-teams-deletion'. 2025-05-30 14:25:22 +05:30
Khushboo Verma
b309808592 Remove all 'powered by' divs 2025-05-30 14:18:35 +05:30
Darshan
65ae22d7cd update: messages because the check is only for console project > organizations. 2025-05-30 14:08:25 +05:30
Darshan
2ef2c59d18 update: exceptions and messages. 2025-05-30 14:03:51 +05:30
Khushboo Verma
34150f0c38 Remove div 2025-05-30 12:39:33 +05:30
Khushboo Verma
48f26d85ca Merge branch '1.7.x' into chore-remove-powered-by-in-error-pages 2025-05-30 11:27:29 +05:30
Khushboo Verma
502b7df2d0 Remove powered by from all error pages 2025-05-30 11:26:05 +05:30
Khushboo Verma
7d284a9872 Remove powered by from error pages 2025-05-29 14:34:21 +05:30
fogelito
0d46d4d6e9 Remove roles index 2025-05-28 15:54:58 +03:00
Jake Barnby
ebb05cba92
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	src/Appwrite/Platform/Modules/Compute/Base.php
#	src/Appwrite/Platform/Modules/Functions/Http/Functions/Deployment/Update.php
#	src/Appwrite/Platform/Modules/Functions/Workers/Builds.php
#	src/Appwrite/Platform/Modules/Sites/Http/Sites/Deployment/Update.php
2025-05-28 21:20:35 +12:00
Jake Barnby
61f0e5b3f3
Merge pull request #9920 from appwrite/feat-sync-1.6
Feat sync 1.6
2025-05-28 09:12:45 +00:00
Jake Barnby
9cd521390f
Merge remote-tracking branch 'origin/1.6.x' into feat-sync-1.6
# Conflicts:
#	composer.lock
#	src/Appwrite/Platform/Workers/Builds.php
2025-05-28 21:00:38 +12:00
Khushboo Verma
814abddf93 Truncate commit hash to 16 chars 2025-05-28 14:10:12 +05:30
Khushboo Verma
aa07ba0027
Update app/controllers/api/vcs.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2025-05-28 14:01:55 +05:30
Khushboo Verma
66ac440f9d Add missing separator 2025-05-28 12:55:50 +05:30
Khushboo Verma
320bf69208 Shorten commit url 2025-05-28 12:50:47 +05:30
Darshan
7e6f4befa5 reset: stuff from main. 2025-05-27 19:21:28 +05:30
Darshan
2de9b85d6b Merge branch 'main' into 'fix-teams-deletion'. 2025-05-27 19:16:40 +05:30
Jake Barnby
b7702340ba
Fix allowed attributes list for user target list queries 2025-05-28 01:13:29 +12:00
Damodar Lohani
968b6302d0 Feat: add flutter 3.32 and dart 3.8 2025-05-27 07:36:28 +00:00
Jake Barnby
dd25072cdf
Merge pull request #9868 from ArnabChatterjee20k/dat-532
added encrypt property in the attribute string response model
# Conflicts:
#	tests/e2e/Services/Databases/DatabasesCustomServerTest.php
2025-05-27 13:57:51 +12:00
Jake Barnby
3158c15111
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	app/controllers/api/functions.php
#	app/controllers/api/project.php
#	app/controllers/api/proxy.php
#	app/controllers/api/storage.php
#	app/controllers/api/vcs.php
#	app/controllers/general.php
#	app/controllers/shared/api.php
#	app/init/database/filters.php
#	composer.json
#	composer.lock
#	src/Appwrite/Migration/Migration.php
#	src/Appwrite/Migration/Version/V15.php
#	src/Appwrite/Migration/Version/V16.php
#	src/Appwrite/Migration/Version/V17.php
#	src/Appwrite/Migration/Version/V18.php
#	src/Appwrite/Migration/Version/V19.php
#	src/Appwrite/Migration/Version/V20.php
#	src/Appwrite/Migration/Version/V21.php
#	src/Appwrite/Platform/Tasks/Migrate.php
#	src/Appwrite/Platform/Workers/Builds.php
#	src/Appwrite/Platform/Workers/Deletes.php
#	src/Appwrite/Platform/Workers/Functions.php
#	src/Appwrite/Platform/Workers/StatsResources.php
#	src/Appwrite/Platform/Workers/StatsUsage.php
2025-05-27 13:36:23 +12:00
Fabian Gruber
4fafb47508 Bring back telemetry for storage.
This reverts commit 6906a97c22.
2025-05-26 17:43:29 +02:00
Jake Barnby
d9a02fc0fa
Merge branch '1.7.x' into chore-cli-release 2025-05-26 13:53:45 +00:00
Matej Bačo
44e16ce98d Fix commit URLs max length 2025-05-26 12:56:23 +02:00
Jake Barnby
2a5ecb2547
Release cli 2025-05-26 22:25:12 +12:00
Jake Barnby
ab97b7cc54
Merge pull request #9877 from appwrite/revert-9871-feat-sync
Revert "Feat sync encrypt updates"
2025-05-26 21:37:41 +12:00
Jake Barnby
b7d0c127a3
Revert "Merge pull request #9878 from ArnabChatterjee20k/dat-532"
This reverts commit a366feba80, reversing
changes made to 484988fcd7.
2025-05-26 21:37:21 +12:00
Darshan
64baf1071d fix: wrong variable passed to cache purge. 2025-05-26 11:38:22 +05:30
Darshan
856a9a714b fix: memberships patch and delete logic. 2025-05-26 11:29:46 +05:30
Jake Barnby
86f7489640
Internal ID -> sequence 2025-05-26 17:42:11 +12:00
Jake Barnby
c51cf2f3e4
Merge pull request #9878 from ArnabChatterjee20k/dat-532
updated errro for the string encryption
2025-05-26 17:37:57 +12:00
Jake Barnby
a616aa0e93
Revert "Merge pull request #9877 from appwrite/revert-9871-feat-sync"
This reverts commit 1a0e82b4e4, reversing
changes made to 8bc5117259.
2025-05-26 17:36:55 +12:00
Chirag Aggarwal
9bb52cda93 chore: update flutter sdk and changelog 2025-05-26 04:32:10 +00:00
Chirag Aggarwal
760f26e044
Merge branch 'main' into update-sdks-devkeys 2025-05-26 09:30:09 +05:30
Torsten Dittmann
7531c64b31 Update version from 1.7.3 to 1.7.4 2025-05-25 19:44:51 +02:00
Torsten Dittmann
ddf5b8e156 Update console image to version 6.0.13 2025-05-25 19:39:06 +02:00
Darshan
24e0b3e8cb fix: missing project check. 2025-05-25 12:19:52 +05:30
Matej Bačo
eb8da87eed Fix bug; trigger sdk generation 2025-05-24 23:47:27 +02:00
Steven Nguyen
b932db34f3
Bump appwrite version to 1.7.3 2025-05-23 16:01:00 -07:00
Steven Nguyen
0ec7dcf08d
Bump console to version 6.0.11 2025-05-23 15:07:45 -07:00
Christy Jacob
28d2ed1baa
Revert "Feat sequence" 2025-05-23 21:39:56 +04:00
Jake Barnby
a366feba80
Merge pull request #9878 from ArnabChatterjee20k/dat-532
updated errro for the string encryption
2025-05-23 15:27:35 +00:00
ArnabChatterjee20k
49f8369fdd updated the message 2025-05-23 20:45:36 +05:30
ArnabChatterjee20k
6af9d1206d added a constant 2025-05-23 20:41:08 +05:30
ArnabChatterjee20k
14fe7a3293 updated errro for the string encryption 2025-05-23 20:35:59 +05:30
Jake Barnby
70feb72de0
Revert "Feat sync encrypt updates" 2025-05-24 03:04:46 +12:00
Jake Barnby
d27dba05d2
Merge pull request #9841 from ArnabChatterjee20k/dat-532
added checking for encrypt and plan allowing encryption of string att…
2025-05-23 23:54:18 +12:00
Jake Barnby
1a2a725cb0
Merge pull request #9868 from ArnabChatterjee20k/dat-532
added encrypt property in the attribute string response model
2025-05-23 23:53:23 +12:00
Darshan
a413a613f5
Merge branch 'main' into feat-sequence 2025-05-23 15:35:39 +05:30
Jake Barnby
5eab81cf03
Merge pull request #9868 from ArnabChatterjee20k/dat-532
added encrypt property in the attribute string response model
2025-05-23 09:03:42 +00:00
ArnabChatterjee20k
b8cb6f281d linting 2025-05-23 14:19:00 +05:30
ArnabChatterjee20k
7c760e4b07 linting 2025-05-23 14:16:35 +05:30
ArnabChatterjee20k
e586afceb7 updates 2025-05-23 14:11:57 +05:30
ArnabChatterjee20k
6ea3593921 updated collection filter 2025-05-23 13:40:56 +05:30
ArnabChatterjee20k
73764941b6 updated tests and collection method 2025-05-23 13:23:33 +05:30
Jake Barnby
587b84d04a
Merge remote-tracking branch 'origin/1.7.x' into feat-sequence 2025-05-23 19:40:57 +12:00
ArnabChatterjee20k
1d0577b07d added encrypt to the get and list atttributes 2025-05-23 12:51:59 +05:30
ArnabChatterjee20k
0cccb75273 added encrypt property in the attribute string response model 2025-05-23 12:05:42 +05:30
Jake Barnby
04a9b0be34
Fix replace 2025-05-23 03:29:44 +12:00
Jake Barnby
71e3446498
Change internal ID to sequence 2025-05-23 02:55:29 +12:00
Matej Bačo
4adea70684
Merge pull request #9863 from appwrite/feat-add-configurable-resource-size
Add configurable deployment and build size
2025-05-22 15:28:40 +02:00
Matej Bačo
9321f585f5
Update app/worker.php 2025-05-22 15:22:40 +02:00
Jake Barnby
bd01d12db5
Format 2025-05-23 00:51:31 +12:00
Jake Barnby
d2d9032ede
Fix bucket not included in path 2025-05-23 00:49:26 +12:00
Khushboo Verma
b727b8c100 Add configurable deployment and build size 2025-05-22 18:01:34 +05:30
Chirag Aggarwal
080cc4a93f
Merge branch 'main' into update-sdks-devkeys 2025-05-22 16:05:20 +05:30
Christy Jacob
9df0045024
Merge pull request #9861 from appwrite/fix-cname-validation
Fix: CNAME validation
2025-05-22 14:15:27 +04:00
Christy Jacob
3c74818591
Merge pull request #9859 from appwrite/sites-certificates
fix: send deploymentResourceType in rules verification
2025-05-22 13:30:18 +04:00
Matej Bačo
67a5192705 Fix CNAME validation 2025-05-22 10:13:12 +02:00
Fabian Gruber
128dc1d946 fix: send deploymentResourceType in rules verification 2025-05-22 10:05:45 +02:00
Khushboo Verma
d283c820da Only load error page for development mode 2025-05-22 13:34:25 +05:30
Chirag Aggarwal
c00d032c5a chore: update platforms 2025-05-21 14:45:09 +00:00
Fabian Gruber
241a0c88e1 fix: task coroutine hooks 2025-05-21 16:21:11 +02:00
Luke B. Silver
30915b4803
Merge branch 'main' into cors-allow-dev-key 2025-05-21 11:53:09 +01:00
Chirag Aggarwal
d9bd867b38 fix: allow devkeys header to pass CORS 2025-05-21 10:32:56 +00:00
Jake Barnby
86b64fdee8
Merge pull request #9845 from appwrite/feat-sync-1.6.x
Sync 1.6.x
2025-05-21 09:59:56 +00:00
Fabian Gruber
ba3f907028 fix(storage): do not allow full range
This prevents requests with `Range: 0-<file length>` and limits it to APP_STORAGE_READ_BUFFER
2025-05-21 10:57:58 +02:00
Jake Barnby
eab446a828
Merge pull request #9841 from ArnabChatterjee20k/dat-532
added checking for encrypt and plan allowing encryption of string att…
2025-05-21 08:51:31 +00:00
Christy Jacob
d25800973c
Merge pull request #9826 from appwrite/feat-1.7.2-release-prep
Prepare 1.7.2 release
2025-05-21 12:40:36 +04:00
Jake Barnby
3ec0f08db1
Merge remote-tracking branch 'origin/1.6.x' into feat-sync-1.6.x
# Conflicts:
#	composer.lock
#	src/Appwrite/Messaging/Adapter/Realtime.php
#	src/Appwrite/Platform/Workers/Deletes.php
2025-05-21 20:15:08 +12:00
ArnabChatterjee20k
c4df1c8c4b updated exception type 2025-05-21 13:34:08 +05:30
Jake Barnby
b8a744d088
Merge pull request #9837 from appwrite/feat-dev-key-to-clients
feat: add dev key to clients
2025-05-21 08:00:22 +00:00
ArnabChatterjee20k
82fd8553bf updated the condition 2025-05-21 13:29:24 +05:30
ArnabChatterjee20k
9fa6deae61 reverted the tests and updated the plan checking condition 2025-05-21 13:14:22 +05:30
Jake Barnby
20f2cbffda
Merge pull request #9811 from ArnabChatterjee20k/upsert-single-document-route
Upsert single document route
2025-05-21 19:29:31 +12:00
Chirag Aggarwal
fe5419401a chore: use unique filename for health check 2025-05-21 07:28:25 +00:00
Chirag Aggarwal
cca95d5bd2 chore: update to minor versions 2025-05-21 06:36:09 +00:00
ArnabChatterjee20k
f534b9e460 added checking for encrypt and plan allowing encryption of string attribute 2025-05-21 11:00:01 +05:30
Chirag Aggarwal
d302718757 chore: update sdks 2025-05-21 05:19:31 +00:00
Steven Nguyen
e5ad27c33a
Merge pull request #9840 from appwrite/1.7.x
Merge 1.7.x into main
2025-05-20 20:49:20 -07:00
Steven Nguyen
ac8105dea2
Bump appwrite version to 1.7.2 2025-05-20 17:29:32 -07:00
Jake Barnby
815849aa64
Merge pull request #9811 from ArnabChatterjee20k/upsert-single-document-route
Upsert single document route
2025-05-20 14:37:10 +00:00
Jake Barnby
9f14f1152a
Update app/controllers/api/databases.php 2025-05-21 02:22:51 +12:00
Jake Barnby
bc34f95646
Update lock 2025-05-21 01:13:08 +12:00
Matej Bačo
e8661e6d31 Fix starter template for flutter 2025-05-20 15:10:37 +02:00
Matej Bačo
2ad4390958 Add lynx gallery 2025-05-20 15:03:45 +02:00
Jake Barnby
fe763093df
Catch query exception on get document for selects 2025-05-21 00:58:32 +12:00
ArnabChatterjee20k
c5a08b69b0 changed custom id to uid 2025-05-20 18:14:51 +05:30
Matej Bačo
69adb689f8 Upgrade console 2025-05-20 14:16:04 +02:00
Matej Bačo
0379086c48
Merge pull request #9820 from appwrite/update-desc
Update: token desc
2025-05-20 13:35:25 +02:00
Jake Barnby
bc5343b559
Apply suggestions from code review 2025-05-20 23:27:31 +12:00
Jake Barnby
eb05e8c35c
Merge branch 'main' into upsert-single-document-route 2025-05-20 11:12:14 +00:00
Christy Jacob
5e10670d22
Merge pull request #9831 from appwrite/fix-download-endpoint
fix: download endpoint
2025-05-20 14:21:55 +04:00
loks0n
455554a6a2 fix: download endpoint 2025-05-20 11:14:16 +01:00
Matej Bačo
cb97679553 Specs, SDKs and Docs fixes (deprecated params) 2025-05-20 11:50:36 +02:00
Matej Bačo
d710b48ef5 Fix: flutter starter 2025-05-20 10:40:21 +02:00
Jake Barnby
534096cac6
Merge branch '1.6.x' into feat-pool-adapter 2025-05-20 07:07:58 +00:00
ArnabChatterjee20k
9f50f0c04a
Merge branch 'main' into upsert-single-document-route 2025-05-20 12:14:42 +05:30
ArnabChatterjee20k
53e790d886 changed uid to custom id to allow unique values as well 2025-05-20 10:54:09 +05:30
Steven Nguyen
d2b0048a7f
fix: add _APP_DOMAIN_SITES variables.php so the env is initialized
Without this, API calls to Appwrite can result in rule_not_found errors.
2025-05-19 16:04:04 -07:00
Aditya Oberai
4aeca149b0 update specs 2025-05-19 18:44:07 +00:00
Aditya Oberai
b2451c37c3 update 1.7.x and latest specs 2025-05-19 14:50:57 +00:00
Fabian Gruber
1177178885 fix: task coroutine hooks 2025-05-19 14:03:58 +02:00
Fabian Gruber
3274a38c9b fix: task coroutine hooks 2025-05-19 14:02:47 +02:00
ArnabChatterjee20k
256aa684a2 updated tests 2025-05-19 15:59:38 +05:30
Darshan
fc279cb30c remove: search from deployments. 2025-05-19 15:12:50 +05:30
ArnabChatterjee20k
1de778443f resolved comments for the api 2025-05-19 14:30:29 +05:30
ArnabChatterjee20k
08478b8d39 removed document existence check for the document id
updated labels
added tests for upserts
2025-05-19 13:56:11 +05:30
ArnabChatterjee20k
330c298c58 add upsert route for a single document 2025-05-19 12:10:42 +05:30
Matej Bačo
c1315019cb Litner fix 2025-05-18 23:53:56 +02:00
Matej Bačo
1eb642aff0 Fix site env vars at runtime 2025-05-18 23:53:43 +02:00
Matej Bačo
8170661012 Fix domain validaiton 2025-05-18 20:51:52 +02:00
Jake Barnby
3e2afc468a
Update console 2025-05-19 02:31:02 +12:00
Jake Barnby
4307bb8b33
Fix deprecated method usage 2025-05-19 01:56:25 +12:00
Jake Barnby
dd4ffa41af
Fix header check mismatch 2025-05-19 01:56:08 +12:00
Jake Barnby
41668d4cd0
Update version 2025-05-19 00:41:37 +12:00
Jake Barnby
b3170df23e
Update console 2025-05-18 23:23:29 +12:00
Jake Barnby
9abc4d5d27
Lint 2025-05-18 21:20:15 +12:00
Jake Barnby
5bcb305338
Add back no telemetry injection 2025-05-18 21:20:08 +12:00
Jake Barnby
6906a97c22
Remove telemetry 2025-05-18 21:18:41 +12:00
Chirag Aggarwal
c58ae51895 chore: update sdk versions and changelog 2025-05-18 08:10:07 +00:00
Steven Nguyen
516702e901
fix: prevent appwrite-task-stats-resources from crashing
Remove the volume mounts meant for local development from the prod
docker-compose file.

Also, ensure the container restarts automatically if it crashes just
like all the other containers.
2025-05-17 13:27:31 -07:00
Jake Barnby
617fc6a04a
Set version to RC1 2025-05-18 03:13:36 +12:00
Jake Barnby
173486bdef
Sync to install compose 2025-05-18 02:43:32 +12:00
Jake Barnby
42901bbd69
Fix client specs 2025-05-18 02:01:43 +12:00
Jake Barnby
99278f13af
Bump versions 2025-05-17 23:56:57 +12:00
Jake Barnby
2cb0ce0350
Update specs 2025-05-17 23:55:14 +12:00
Jake Barnby
1888606eec
Merge pull request #9778 from appwrite/feat-sync-1.6.x
Sync 1.6.x
2025-05-17 11:43:14 +00:00
Jake Barnby
a4845661b9
Fix merge 2025-05-17 22:50:30 +12:00
Jake Barnby
a96f770e84
Fix merge 2025-05-17 22:43:32 +12:00
Jake Barnby
678578ad64
Fix merge 2025-05-17 20:33:32 +12:00
Jake Barnby
b41dfb49b4
Fix merge 2025-05-17 20:27:45 +12:00
Jake Barnby
d577fd1294
Sync 1.6.x 2025-05-17 20:23:46 +12:00
Jake Barnby
d3ba4dab46
Merge pull request #9738 from appwrite/feat-ce-migration
1.7.x ce migration
2025-05-17 08:18:00 +00:00
Steven Nguyen
5d25265e5c
fix(storage): do not preview gif input/output
Processing a gif file can consume large amounts of memory causing the
container to crash.

As a safety precaution, don't output to gif either. Any attempt to
output to gif will fallback to jpg.
2025-05-16 14:46:24 -07:00
Christy Jacob
61ac661851
chore: update storage library (#9776)
* chore: update storage library

* chore: update storage library

* chore: revert f802fb9 and 651cec6

* chore: revert composer

* chore: revert lockfile
2025-05-16 19:18:08 +02:00
Jake Barnby
5a0e94ae18
Format 2025-05-17 03:44:26 +12:00
Jake Barnby
ea0a7ce485
Fix specs 2025-05-17 03:40:51 +12:00
Jake Barnby
43493f71aa
Remove invalid collections 2025-05-16 22:10:13 +12:00
Jake Barnby
15c13aa032
Remove duplicate attribute 2025-05-16 21:13:09 +12:00
Fabian Gruber
5fe6359fe6
Create unique stable cache identifier (#9769) 2025-05-16 10:56:12 +02:00
Jake Barnby
1b244f4095
Merge remote-tracking branch 'origin/1.7.x' into feat-ce-migration 2025-05-16 20:46:33 +12:00
Darshan
0dfda7ca7c
Merge branch '1.7.x' into fix-scopes 2025-05-16 11:05:19 +05:30