Matej Bačo
e76ed98590
Merge branch '1.8.x' into feat-new-file-params
2026-01-14 14:17:27 +01:00
Matej Bačo
e4abc0e0da
Add more file params (encryption, compression)
2026-01-14 13:16:50 +01:00
Chirag Aggarwal
6478499f1c
Merge pull request #11134 from appwrite/fix-execution-status-update
2026-01-14 17:45:30 +05:30
Darshan
bc6ecbd22c
address comments.
2026-01-14 17:15:33 +05:30
Darshan
4d2f631393
update: exclude the mocks.
...
update: nice group based blacklisting.
2026-01-14 17:07:33 +05:30
Darshan
08cd610823
exclude the mocks.
2026-01-14 16:47:21 +05:30
Darshan
6cd19bf330
address comment for key values on enums.
2026-01-14 16:42:30 +05:30
Chirag Aggarwal
6c866be9f3
Fix execution status not updating if usage stats trigger fails
...
Move the execution document update inside the finally block and wrap
it in try-catch to ensure the execution record is always updated,
even if queueForStatsUsage->trigger() throws an exception.
2026-01-14 16:12:51 +05:30
Darshan
0ec515779e
update: address comments.
...
regen: specs.
2026-01-14 15:29:30 +05:30
Darshan
91240e0ca7
update: address comments.
...
regen: specs.
2026-01-14 15:10:42 +05:30
Darshan
f482e6de68
update: specs generation to exclude mock auth providers.
2026-01-14 14:58:22 +05:30
Jake Barnby
c12cad80bb
Merge pull request #11130 from appwrite/feat-auth-instance
2026-01-14 20:21:59 +13:00
Jake Barnby
5c915ef92f
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit 321fc8ee70 .
2026-01-14 19:07:49 +13:00
Chirag Aggarwal
5697d983d0
Merge branch '1.8.x' into feat-integer-format-int64
2026-01-14 09:54:19 +05:30
Damodar Lohani
5469b78367
feat: add afterDeploymentSuccess hook to handle post-deployment actions
2026-01-14 00:59:22 +00:00
Damodar Lohani
e887859cc0
feat: implement afterDeploymentSuccess hook in builds worker and invoke it post-deployment
2026-01-14 00:57:40 +00:00
Chirag Aggarwal
942cfc4591
Merge branch '1.8.x' into feat-integer-format-int64
2026-01-13 21:26:57 +05:30
Jake Barnby
321fc8ee70
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit a4734a5de7 , reversing
changes made to 15922fb88c .
# Conflicts:
# composer.lock
2026-01-14 02:37:17 +13:00
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
Jake Barnby
3d27b76051
Fix avatars
2026-01-13 18:05:46 +13:00
Jake Barnby
2131a0cea1
Sync auth
2026-01-13 16:21:43 +13:00
Jake Barnby
9379e4d6c8
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# app/controllers/api/avatars.php
# composer.lock
# src/Appwrite/Platform/Modules/Functions/Workers/Builds.php
2026-01-13 15:46:23 +13:00
Darshan
4eb1e7ae45
Merge branch '1.8.x' into avatars-module
2026-01-12 12:04:56 +05:30
Darshan
bdd53212a0
Merge branch '1.8.x' into avatars-module
2026-01-12 12:04:41 +05:30
fogelito
d08a6f572c
message
2026-01-11 08:30:52 +02:00
fogelito
893c1aa669
formatting
2026-01-11 08:21:30 +02:00
fogelito
c34873a8b0
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into delete-subscribers
2026-01-11 08:17:40 +02:00
fogelito
17f60b611b
catch
2026-01-11 08:13:39 +02:00
Matej Bačo
aebbe91c34
formatting fix
2026-01-09 11:25:47 +01:00
Matej Bačo
2a9f9f6851
Fix race condition with screenshot worker updating dpeloyment
2026-01-09 11:25:39 +01:00
Matej Bačo
eec023aab3
Simplify screenshot failures
2026-01-09 11:25:25 +01:00
Matej Bačo
71f389e1c0
AI PR review
2026-01-09 10:41:58 +01:00
Matej Bačo
d71b289025
Implement screenshot worker
2026-01-08 16:51:04 +01:00
Jake Barnby
4c1417944d
Fix bucket stats auth
2026-01-08 18:54:52 +13:00
Damodar Lohani
27aee1fb88
Merge pull request #11054 from appwrite/feat-file-create-after-success-hook
...
Feat: add after success hook for file creation endpoint
2026-01-08 11:31:14 +05:45
Jake Barnby
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
Jake Barnby
c1ab9da740
Update migrations
2026-01-08 17:48:20 +13:00
Jake Barnby
b567cd5341
Update storage module for auth instance
2026-01-08 15:01:30 +13:00
Darshan
dcc926402d
fix: path error.
2026-01-07 19:42:50 +05:30
Darshan
6969e446d5
Merge branch '1.8.x' into avatars-module
2026-01-07 19:41:49 +05:30
Darshan
02488c853d
fix: paths error.
2026-01-07 19:28:44 +05:30
Darshan
92f26c1b5a
update: move avatars controller to module structure.
2026-01-07 19:09:56 +05:30
Darshan
ded06d7435
Merge pull request #11102 from appwrite/add-xlist-totalsize
2026-01-07 18:53:53 +05:30
Matej Bačo
6c59cef8f4
Merge pull request #11090 from appwrite/fix-project-search
...
Fix: Allows query search on project
2026-01-07 14:09:56 +01:00
Darshan
904b7312d6
address comments.
2026-01-07 18:22:36 +05:30
Darshan
9ba3f6dfe8
add: totalsize on xlist.
2026-01-07 18:00:04 +05:30
Jake Barnby
e9366ac2e6
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.json
# composer.lock
# src/Appwrite/Platform/Workers/Migrations.php
2026-01-07 23:26:41 +13:00
Jake Barnby
22f8a3eab9
Sync merge
2026-01-07 23:24:49 +13:00
Darshan
457cd53475
Merge branch '1.8.x' into storage-size
2026-01-07 14:00:36 +05:30