fogelito
da45edcd46
Merge branch 'chore-upgrade-cache' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-02-03 08:42:44 +02:00
Prem Palanisamy
914be48e25
fix: add null check for cache adapter
2026-02-02 18:25:41 +00:00
fogelito
0520eea383
Merge branch 'chore-upgrade-cache' of https://github.com/appwrite/appwrite into joins2
2026-02-02 15:43:56 +02:00
Prem Palanisamy
e7b4f03227
improve cache reconnection tests
2026-02-02 13:19:41 +00:00
fogelito
b222f4e4bb
Merge branch 'chore-upgrade-cache' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.json
2026-02-02 15:13:07 +02:00
Prem Palanisamy
6876828750
add cache reconnection support
2026-02-02 12:49:58 +00:00
fogelito
66babf9dae
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-02-02 13:37:49 +02: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
ArnabChatterjee20k and GitHub
24385355a0
Merge branch '1.8.x' into new-pool-adapter
2026-01-28 19:24:59 +05:30
ArnabChatterjee20k
125394166a
updated docker appwrite image base
2026-01-28 12:04:26 +05:30
ArnabChatterjee20k
68cb03d22c
updated to swoole 6
2026-01-27 19:16:57 +05:30
ArnabChatterjee20k
5fe5445283
Merge remote-tracking branch 'origin/1.8.x' into new-pool-adapter
2026-01-27 16:37:58 +05:30
Jake Barnby and Claude Opus 4.5
e20851e7a8
fix: reorder imports to satisfy linter
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-24 03:53:42 +13:00
Jake Barnby
07204d748d
Add response models
2026-01-23 01:51:24 +13:00
Matej Bačo
8e98c08a23
Fix failing tests
2026-01-21 16:05:43 +01:00
fogelito
c72e69371b
Filters
2026-01-21 15:50:19 +02:00
Matej Bačo
6ebc36d0f3
Fix merge conflict
2026-01-21 14:47:18 +01:00
Matej Bačo
e5ed7c835a
Merge branch '1.8.x' into chore-php-types
2026-01-21 14:43:22 +01:00
fogelito
50673c3223
Filters
2026-01-20 13:42:22 +02:00
fogelito
7de871c3d9
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-01-19 13:11:58 +02:00
fogelito
2c1a92951e
getLimitQuery
2026-01-19 12:40:36 +02:00
ArnabChatterjee20k
069e4c6001
Merge remote-tracking branch 'origin/1.8.x' into new-pool-adapter
2026-01-19 11:03:32 +05:30
fogelito
4e24b117f5
fix schema resource
2026-01-18 16:30:40 +02:00
shimon
c3ea66b37a
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
...
# Conflicts:
# app/controllers/shared/api.php
# app/init/resources.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Transactions/Update.php
2026-01-18 11:01:40 +02:00
fogelito
64f4e081b5
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins3
...
# Conflicts:
# src/Appwrite/Platform/Workers/Deletes.php
2026-01-18 09:06:11 +02:00
ArnabChatterjee20k
fc04e17a69
updated env
2026-01-16 17:37:56 +05:30
Darshan
ccaea5d010
add: constant.
2026-01-16 16:11:38 +05:30
Darshan
c67b77bca0
update: implement proper logs cleanup!
2026-01-16 15:06:35 +05:30
ArnabChatterjee20k
a19705a46f
Merge remote-tracking branch 'upstream/1.8.x' into new-pool-adapter
2026-01-16 12:31:57 +05:30
Matej Bačo
5d5a14bd77
PR review fixes
2026-01-15 16:16:09 +01:00
Matej Bačo
1308706023
Merge branch '1.8.x' into chore-php-types
2026-01-15 15:52:51 +01:00
fogelito
a9233717b6
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins3
...
# Conflicts:
# composer.lock
2026-01-15 16:39:00 +02:00
Jake Barnby and Claude Opus 4.5
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 and Claude Opus 4.5
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
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
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
fogelito
df26136dd8
fix subqueries
2026-01-13 13:01:37 +02: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
shimon
362a7bef0e
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-11 14:11:51 +02:00
Matej Bačo
cd0d609229
quality improv
2026-01-10 17:01:31 +01:00
Matej Bačo
60e1efb8cb
Merge conflict fix
2026-01-10 16:42:45 +01:00
Matej Bačo
3d4b29e0f1
Merge branch '1.8.x' into chore-php-types
2026-01-10 16:42:38 +01:00
Matej Bačo
d71b289025
Implement screenshot worker
2026-01-08 16:51:04 +01:00
shimon
db4dcd164e
refactor: integrate EventProcessor for handling function and webhook events; streamline event triggering in database actions
2026-01-07 16:57:57 +02:00
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Hemachandar and GitHub
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
Chirag Aggarwal
4e0477af32
add timeout to mailer
2026-01-05 17:25:12 +05:30