Jake Barnby
b1171c661e
Add setDatabase() to all project database instances
...
This completes the fix for utopia-php/database 4.5.2 which removed
the automatic USE database statement. All Database instances that
create or query project databases now have explicit setDatabase()
calls.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 19:08:25 +13:00
Jake Barnby
728ed57df0
Fix database initialization after utopia-php/database 4.5.2 update
...
The 4.5.2 update removed the automatic USE database statement on init,
requiring explicit setDatabase() calls on all database resources.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:43:28 +13:00
Jake Barnby
7b940e3a17
Increase + parameterise ppolmax reconnect + sleep
2026-01-15 16:47:19 +13:00
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
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
479a583ff5
exclude the mocks.
2026-01-14 16:55:47 +05:30
Darshan
08cd610823
exclude the mocks.
2026-01-14 16:47:21 +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
e3ae7daab4
regen: specs.
2026-01-14 14:58:42 +05:30
Jake Barnby
c12cad80bb
Merge pull request #11130 from appwrite/feat-auth-instance
2026-01-14 20:21:59 +13:00
Jake Barnby
e2627d784b
Fix router param
2026-01-14 19:27:51 +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
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
Darshan
23d84cf29f
update: dart sdk.
2026-01-13 14:21:09 +05:30
Darshan
c79019f960
regen: specs.
2026-01-13 13:58:57 +05:30
Jake Barnby
03812cf7bf
Lint
2026-01-13 18:59:55 +13:00
Jake Barnby
515a34c180
Set health adapter auth
2026-01-13 18:52:16 +13:00
Jake Barnby
8e688bad4d
Revert ping
2026-01-13 18:36:38 +13:00
Jake Barnby
2d6348bf5d
Fix health
2026-01-13 17:22:05 +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
bdd53212a0
Merge branch '1.8.x' into avatars-module
2026-01-12 12:04:41 +05:30
Darshan
1a69d9d236
remove: avatars controller.
2026-01-12 12:03:58 +05:30
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
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
loks0n
eecfba2a72
feat: graceful workers
2026-01-07 16:50:53 +00:00
Darshan
6969e446d5
Merge branch '1.8.x' into avatars-module
2026-01-07 19:41:49 +05:30
Darshan
92f26c1b5a
update: move avatars controller to module structure.
2026-01-07 19:09:56 +05:30
Darshan
68fc6b0600
Merge branch '1.8.x' into add-xlist-totalsize
2026-01-07 18:08:59 +05:30
Darshan
9ba3f6dfe8
add: totalsize on xlist.
2026-01-07 18:00:04 +05:30
Hemachandar
3483daef0d
Stop publishing rule verification errors to Sentry ( #11101 )
2026-01-07 17:33:00 +05:30
Darshan
9943305640
Merge pull request #11100 from appwrite/fix-dat-1019
2026-01-07 16:40:58 +05:30
Darshan
2cc7bbc0a4
update: address comment, inline method.
2026-01-07 16:00:52 +05:30
Jake Barnby
22f8a3eab9
Sync merge
2026-01-07 23:24:49 +13:00
Darshan
896e5a517a
lint.
2026-01-07 15:42:51 +05:30
Darshan
281dcfc64a
add queries to logging.
2026-01-07 15:37:56 +05:30
Darshan
b615e4b901
Merge branch '1.8.x' into storage-size
2026-01-07 13:43:48 +05:30
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Hemachandar
fc5ea06821
Bump utopia-php/fetch version ( #10997 )
...
* Bump utopia-php/fetch version
* fix timeouts
2026-01-06 21:30:25 +05:30
Matej Bačo
057bff2140
Merge branch '1.8.x' into feat-success-abuse-reset
2026-01-06 15:18:25 +01:00
Hemachandar
3b5b15d1a6
Remove dual read for keys ( #11083 )
...
* Remove dual read for `keys`
* write to mock
* remove dual writes
* Revert "remove dual writes"
This reverts commit ce9a48423b .
* add todo
2026-01-06 17:49:32 +05:30
Shmuel Fogel
2c5bc32f7e
Merge pull request #11072 from appwrite/platform-rules-collections
...
Sync platform rules + common targets tables
2026-01-06 13:59:41 +02:00
Matej Bačo
2fc5e56a61
WIP: Abuse reset on success
2026-01-05 22:05:00 +01:00
Matej Bačo
1db12e78ef
AI code review
2026-01-05 14:42:03 +01:00