Commit graph

1163 commits

Author SHA1 Message Date
Jake Barnby
17be0eb634 CLI sites domain fix 2026-02-04 18:04:48 +13:00
Jake Barnby
23c3496a63 Add missing model map 2026-02-03 22:30:02 +13:00
Jake Barnby
c9aac86a6b Merge remote-tracking branch 'origin/1.8.x' into feat-string-types
# Conflicts:
#	composer.lock
2026-01-30 02:07:33 +13:00
Matej Bačo
a4a589c535
Merge branch '1.8.x' into chore-php-types 2026-01-28 11:44:51 +01:00
Jake Barnby
f1d1c5a737 Merge remote-tracking branch 'origin/1.8.x' into feat-string-types
# Conflicts:
#	composer.lock
2026-01-24 16:23:39 +13:00
Chirag Aggarwal
7643196d97 fix: deploymentstatus enum missing canceled value 2026-01-23 09:22:18 +05:30
Jake Barnby
07204d748d Add response models 2026-01-23 01:51:24 +13:00
Matej Bačo
1308706023 Merge branch '1.8.x' into chore-php-types 2026-01-15 15:52:51 +01:00
Matej Bačo
e4abc0e0da Add more file params (encryption, compression) 2026-01-14 13:16:50 +01:00
Chirag Aggarwal
942cfc4591 Merge branch '1.8.x' into feat-integer-format-int64 2026-01-13 21:26:57 +05:30
Darshan
432e86ec07 regen specs. 2026-01-13 18:04:14 +05:30
Chirag Aggarwal
ae6df78020 Add int64 format support for integer attributes
This change adds int64 format specification to integer attribute min/max values in the API response models and updates all OpenAPI/Swagger specifications accordingly. This ensures proper type handling for large integer values that exceed int32 range in client SDKs.

Changes:
- Add 'format: int64' to min/max fields in AttributeInteger and ColumnInteger models
- Regenerate OpenAPI 3.x and Swagger 2.x specs for all platforms (client, console, server)
- Update composer dependencies
2026-01-13 17:00:20 +05:30
Matej Bačo
3d4b29e0f1 Merge branch '1.8.x' into chore-php-types 2026-01-10 16:42:38 +01:00
Darshan
9ba3f6dfe8 add: totalsize on xlist. 2026-01-07 18:00:04 +05:30
Darshan
b615e4b901
Merge branch '1.8.x' into storage-size 2026-01-07 13:43:48 +05:30
Matej Bačo
a25c8004e4 Merge branch '1.8.x' into feat-project-labels 2026-01-05 14:32:26 +01:00
loks0n
445ada0226 fix: memory leak 2026-01-03 22:38:17 +00:00
Darshan
67ef2ab552 add: return bucket actual size. 2026-01-03 15:13:34 +05:30
Matej Bačo
8d1acef95d Implement project labels 2025-12-31 15:44:18 +01:00
Matej Bačo
7c56a76feb self PR review fixes 2025-12-29 08:59:07 +01:00
Matej Bačo
465912822f Mark reused key response public 2025-12-22 11:32:45 +01:00
Darshan
c958f3f1cb update: allow queries on projects xlist. 2025-12-19 14:13:52 +05:30
Hemachandar
5ae148f026 Add logs to rules 2025-12-16 10:59:16 +05:30
Hemachandar
adc5426ce9 feedback 2025-11-27 20:02:39 +05:30
Hemachandar
c09f7d5cf9 Fix file token expiry 2025-11-27 19:40:09 +05:30
Damodar Lohani
94ba8ee5f2 Merge remote-tracking branch 'origin/1.8.x' into feat-appwrite-auth 2025-11-23 06:43:52 +00:00
Chirag Aggarwal
71b6ac0364 Merge branch '1.8.x' into feat-per-bucket-image-transformations 2025-11-18 09:50:02 +05:30
Matej Bačo
db1b87ecbb Add env var value detection 2025-11-14 15:49:19 +01:00
Matej Bačo
c784cf950b Add variables suggestion 2025-11-10 16:20:48 +01:00
Damodar Lohani
88cbc36a02 remove Appwrite\Auth\Auth 2025-11-05 07:09:18 +00:00
Damodar Lohani
4b15fec1d7 Remove further auth static methods 2025-11-04 07:51:03 +00:00
Chirag Aggarwal
4aaaa460b2 feat: per bucket image transformations flag 2025-10-28 14:13:38 +05:30
Jake Barnby
9f2ff0e1f7 Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
# Conflicts:
#	app/config/specs/open-api3-1.8.x-client.json
#	app/config/specs/open-api3-1.8.x-console.json
#	app/config/specs/open-api3-1.8.x-server.json
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-1.8.x-client.json
#	app/config/specs/swagger2-1.8.x-console.json
#	app/config/specs/swagger2-1.8.x-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
2025-10-28 17:22:02 +13:00
Chirag Aggarwal
ffb2a02ea0 fix: execution status enum description 2025-10-25 10:52:22 +05:30
Matej Bačo
fa4529846c Applying SDK generation fix for Console
https://github.com/appwrite/appwrite/pull/10628/files
2025-10-24 16:18:11 +02:00
Jake Barnby
2a4f191a69
Fix log sets 2025-10-23 16:49:37 +13:00
Jake Barnby
f89dc6c1ae
Merge branch '1.8.x' into feat-csv-export 2025-10-22 12:48:39 +00:00
Jake Barnby
8ded7c5942
Add options on response 2025-10-22 17:15:06 +13:00
Harsh Mahajan
803244ccf7 feat:add _APP_COMPUTE_BUILD_TIMEOUT to console variables 2025-10-21 11:48:48 +00:00
Jake Barnby
ddde13a78f
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
This reverts commit 9dd1939d1f, reversing
changes made to 8dfdfcb522.

# Conflicts:
#	app/config/collections/common.php
#	app/controllers/api/users.php
#	app/init/resources.php
#	composer.lock
2025-10-21 14:59:30 +13:00
Damodar Lohani
d56dff954f Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl 2025-10-12 00:34:07 +00:00
Jake Barnby
2830ab55f0
Lint 2025-10-10 17:42:42 +13:00
Jake Barnby
f95e8a965a
Only set sequence on not empty 2025-10-10 17:27:57 +13:00
Jake Barnby
9a468e8297
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	composer.lock
2025-10-01 20:15:43 +13:00
Chirag Aggarwal
d5e1f9952a chore: add enums for database type and column status 2025-09-29 11:26:00 +05:30
Chirag Aggarwal
a0f0449c21 fix: enum typing for platform in specs 2025-09-26 12:33:10 +05:30
Jake Barnby
97f76899bf
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	app/config/platforms.php
2025-09-25 18:00:07 +12:00
Chirag Aggarwal
5d8ac0a5b0 add message status 2025-09-23 11:31:29 +05:30
Chirag Aggarwal
ef69520f95 fix: nitpick comments 2025-09-15 11:51:47 +05:30
Chirag Aggarwal
579f6691f9 fix: default to be created 2025-09-15 11:42:23 +05:30