loks0n
956285d522
fix: do not cache error responses for storage preview, bump utopia-php/image to 0.8.5
...
Cache write hook now checks HTTP status code before writing to prevent
failed AVIF (or any other) conversions from poisoning the cache.
Bumps utopia-php/image to 0.8.5 which fixes AVIF/HEIC output by using
native Imagick instead of the deprecated magick convert shell command.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 16:37:25 +01:00
Matej Bačo
d6451b8fad
Merge branch '1.9.x' into copilot/add-test-for-deleting-partially-uploaded-file
2026-04-09 14:02:06 +02:00
Chirag Aggarwal
f2ea0b9b48
Fix PHPStan baseline cleanup issues (part 2)
2026-04-01 10:20:20 +05:30
copilot-swe-agent[bot]
ecc76c7520
fix: address review feedback - log abort exception, fix test cleanup
...
Agent-Logs-Url: https://github.com/appwrite/appwrite/sessions/045e63f6-9a81-447b-ba79-7391ab97fb01
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com>
2026-03-26 18:34:19 +00:00
copilot-swe-agent[bot]
898e8e214b
fix: allow deletion of partially-uploaded (pending) files and add test
...
Agent-Logs-Url: https://github.com/appwrite/appwrite/sessions/8d14b17a-78d8-48c6-b6d8-51d9697adde0
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com>
2026-03-26 18:04:41 +00:00
Jake Barnby
bada1a7c05
Timing updates
2026-02-24 14:00:07 +13:00
Jake Barnby
f624646480
perf: Remove @depends from Account, Functions, Storage, Users, VCS, Messaging tests
...
Added helper methods with static caching to enable parallel test execution.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:54:14 +13:00
Jake Barnby
714b8d7ea6
Migrate to PHPUnit 11
2026-01-15 16:14:53 +13:00
Darshan
228d095ee5
address comment and fix tests.
2026-01-07 13:57:41 +05:30
Darshan
f788fc8f8a
add: tests.
2026-01-03 15:42:55 +05:30
copilot-swe-agent[bot]
8a9d0a3f33
Rename logo-after.webp to image.webp
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-11-05 19:30:21 +00:00
copilot-swe-agent[bot]
df8fb23e75
Fix test assertion for file count with offset
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-11-03 18:13:21 +00:00
copilot-swe-agent[bot]
d1511d5ba1
Refactor webp tests per review feedback
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-30 22:26:30 +00:00
copilot-swe-agent[bot]
4a8651ab39
Add webp test cases for upload/view and preview
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
2025-10-30 21:58:02 +00:00
shimon
a7dbb3daea
Refactor API parameters to replace 'includeTotal' with 'total' across multiple endpoints for consistency in response handling.
2025-10-29 11:08:08 +02:00
shimon
5f3316ff18
fix assertion order
2025-10-20 18:38:14 +03:00
shimon
fb4e3e1b9d
Implement 'includeTotal' parameter across multiple API endpoints to control total count in responses, ensuring consistent behavior in session, log, and membership retrievals.
2025-10-20 18:18:17 +03:00
Chirag Aggarwal
4f63c520ec
chore: remove extra space
2025-02-05 13:36:34 +00:00
Damodar Lohani
0d1fec47c6
tokens test
2024-11-18 08:00:14 +00:00
Damodar Lohani
c555a707e6
Merge remote-tracking branch 'origin/1.7.x' into feat-file-tokens
2024-11-17 06:00:03 +00:00
Damodar Lohani
0dbc37dacf
renames and fixes
2024-06-30 08:53:21 +00:00
Damodar Lohani
61a8457232
format
2024-06-30 08:42:05 +00:00
Damodar Lohani
c20504fc7d
missing import
2024-06-30 08:40:35 +00:00
Damodar Lohani
74a293d425
Merge branch 'main' into feat-file-tokens
2024-06-20 15:43:38 +05:45
Damodar Lohani
076f718203
Update tests/e2e/Services/Storage/StorageBase.php
2024-06-18 12:14:47 +05:45
Damodar Lohani
4c8d5d2c89
increase file size
2024-06-16 09:49:19 +00:00
Khushboo Verma
e583f44147
Increase chunk size to 10 MB
2024-05-03 18:01:15 +05:30
Christy Jacob
95300d796b
Revert "Update chunk size to 7 MB"
2024-05-03 10:19:03 +04:00
Khushboo Verma
87fb11914e
Update chunk size to 7 MB
2024-05-02 19:38:45 +05:30
Khushboo Verma
89daa5e479
Update payload size to 11 MB to accomodate 10 MB chunk size
2024-05-02 14:30:18 +05:30
Damodar Lohani
c6d524c25d
fix formatting
2024-03-17 02:08:22 +00:00
Damodar Lohani
8d67498e52
Merge remote-tracking branch 'origin/main' into feat-file-tokens
2024-03-17 01:59:07 +00:00
Damodar Lohani
852137b84d
update token test
2024-03-17 01:53:08 +00:00
Torsten Dittmann
0a1d572c72
chore: run formatter
2024-03-06 18:34:21 +01:00
Jake Barnby
ab0fae216d
Merge remote-tracking branch 'origin/1.5.x' into feat-php-8-1
...
# Conflicts:
# composer.lock
2024-01-30 18:44:16 +13:00
fogelito
8dd387cfbe
Parsing and Throw Error
2024-01-23 17:14:14 +02:00
fogelito
e8a390bff6
DSN changes check
2024-01-23 13:07:08 +02:00
fogelito
52c3863589
Comment failing tests
2024-01-22 17:55:20 +02:00
fogelito
d0de6b57e9
jfif error
2024-01-22 17:12:12 +02:00
Jake Barnby
51b2019ab6
Merge remote-tracking branch 'origin/1.5.x' into json-parsing
...
# Conflicts:
# composer.lock
2024-01-09 13:56:01 +13:00
Damodar Lohani
b752d29854
basic test and fix response model
2024-01-04 07:27:06 +00:00
Damodar Lohani
b2b863f09f
Merge branch 'main' into fix-chunk-upload-permission
2024-01-02 11:51:09 +05:45
Damodar Lohani
83a009dcba
update tests for preview
2023-12-28 02:22:05 +00:00
Damodar Lohani
a6b4ade39b
update large file upload test to not include update permission
2023-12-25 06:06:18 +00:00
Damodar Lohani
b6b1b396b3
update chunk upload test
2023-12-25 06:00:43 +00:00
fogelito
dc203a494e
Syntax change
2023-12-20 12:55:09 +02:00
Jake Barnby
0f36245f78
Fix message checks
2023-08-23 16:42:16 -04:00
Jake Barnby
2edbb1269f
Merge remote-tracking branch 'origin/cl-1.4.x' into feat-git-integration
2023-08-22 16:02:29 -04:00
Jake Barnby
c929fe113e
Fix colliding ID overrides
2023-08-22 13:11:32 -04:00
Jake Barnby
4f59570738
Fix storage tests
2023-08-18 14:20:29 -04:00