Jake Barnby
e21f53f4c7
Abstract error sanitization
2025-10-23 18:47:11 +13:00
Jake Barnby
462a2d505d
Remove unused scopes
2025-10-23 18:17:35 +13:00
Jake Barnby
654125a6a8
Review comments
2025-10-23 17:21:05 +13:00
Jake Barnby and coderabbitai[bot]
d4e5a1bdf2
Update src/Appwrite/Platform/Workers/Migrations.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-23 17:03:16 +13:00
Jake Barnby
2a4f191a69
Fix log sets
2025-10-23 16:49:37 +13:00
Steven Nguyen
aec26277c7
Merge pull request #10500 from appwrite/copilot/fix-3b5374b7-acb3-4c22-9573-00c1feec5bc1
...
Fix hardcoded specification defaults to use dynamic plan-based logic
2025-10-22 15:41:11 -07:00
loks0n
18371eb511
fix: stats usage memory leak
2025-10-22 17:53:16 +01:00
Khushboo Verma
9c55da5b99
Resolve merge conflicts
2025-10-22 20:44:47 +05:30
shimon
815c75fa9a
Merge branch '1.8.x' of github.com:appwrite/appwrite into refactor-auth-single-instance
...
# Conflicts:
# composer.lock
2025-10-22 16:42:11 +03:00
shimon
8b3b07a710
linter
2025-10-22 16:40:00 +03:00
shimon
33f88fa5e0
Refactor authorization handling across multiple modules to use the new getAuthorization() method. Update CHANGES.md to reflect the change in usage worker authorization. Adjust composer.json to specify the correct version for utopia-php/database. Update plugin-api-version in composer.lock.
2025-10-22 16:35:48 +03:00
Matej Bačo
d787408e1d
Implement package-based framework detection
2025-10-22 15:28:49 +02:00
Jake Barnby
f89dc6c1ae
Merge branch '1.8.x' into feat-csv-export
2025-10-22 12:48:39 +00:00
Matej Bačo
14b1cc6e48
Merge branch '1.8.x' into feat-tanstack-start-sites
2025-10-22 13:41:37 +02:00
Matej Bačo
f9257c1ec9
add tanstack template, use detection lib v 0.2
2025-10-22 13:40:49 +02:00
Jake Barnby
de7f69ae3f
Remove invalid param
2025-10-22 23:49:11 +13:00
Jake Barnby
7249083152
Pass through queries
2025-10-22 23:23:07 +13:00
Jake Barnby
d5bd6a0475
Fix file ID
2025-10-22 22:06:55 +13:00
Harsh Mahajan
32dae9ad7c
Update Comment.php
2025-10-22 10:05:18 +05:30
Harsh Mahajan
f5034a6ad8
Merge branch '1.8.x' into feat-SER-457-add-max-build-duration-env
2025-10-22 09:56:56 +05:30
Harsh Mahajan
be5c5f9420
Merge branch 'main' into feat-SER-193-Update-facts-on-github-sites-and-functions
2025-10-22 09:53:45 +05:30
Jake Barnby
8ded7c5942
Add options on response
2025-10-22 17:15:06 +13:00
Eldad Fux
dc7bb627d5
Enhance avatar screenshot API with new parameters and validations; add GraphQL support and extensive tests for various scenarios
2025-10-22 01:24:31 +01:00
Steven Nguyen
2652a21332
Merge pull request #10404 from appwrite/feat-1.8.0-release-prep
...
Prepare 1.8.0 release
2025-10-21 15:40:07 -07:00
Harsh Mahajan
803244ccf7
feat:add _APP_COMPUTE_BUILD_TIMEOUT to console variables
2025-10-21 11:48:48 +00:00
Jake Barnby
215d55a997
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.json
# composer.lock
2025-10-22 00:34:01 +13:00
shimon
1606141a5a
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
...
# Conflicts:
# app/controllers/api/account.php
2025-10-21 11:14:05 +03:00
Steven Nguyen
97312d1a6d
feat(self-hosted): update migration for transactions collections
2025-10-20 21:15:38 -07:00
Steven Nguyen
0a809f85f2
fix(self-hosted): create missing project attributes
...
Appwrite 1.6.1 added these attributes, but the migration was never updated to include those new attributes
2025-10-20 21:15:37 -07:00
Steven Nguyen
a9b18811ea
fix(self-hosted): clear cache for collections and documents
...
In older versions of Appwrite, the internal ID was the $internalId attribute. However, it has now changed to $sequence so that it can align with the publicly exposed attribute for an auto-incrementing ID.
The problem with this change is that data in the cache still references the old $internalId attribute, which can lead to inconsistencies and errors when accessing cached documents. To resolve this issue, we need to clear the cache for all collections and documents at the beginning of the migration so that the new $sequence attribute is used.
2025-10-20 21:15:37 -07:00
Steven Nguyen
00615c2f38
chore: create migration version for 1.8.x
2025-10-20 21:15:37 -07: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
shimon
a643cde26d
Update 'includeTotal' parameter to use Boolean(true) for consistent behavior across API endpoints, enhancing response handling for sessions, logs, memberships, and more.
2025-10-20 22:00:57 +03:00
shimon
9be7f4d72c
Merge remote-tracking branch 'origin/feat-disable-count' into feat-disable-count
2025-10-20 18:28:14 +03:00
shimon
76f4483dda
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
2025-10-20 18:27:36 +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
Jake Barnby
e2d3624713
Merge pull request #10664 from appwrite/feat-update-db
...
Update db
2025-10-20 14:11:36 +00:00
shimon
55a33c135c
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-disable-count
2025-10-20 17:11:32 +03:00
copilot-swe-agent[bot] and Meldiron
d9773f44b1
Change GitHub alert from NOTE to TIP in VCS comments
...
Co-authored-by: Meldiron <19310830+Meldiron@users.noreply.github.com >
2025-10-20 12:32:38 +00:00
Jake Barnby
d23f993a6c
Fix validator constructor
2025-10-21 00:13:43 +13:00
Jake Barnby
bfe639fb70
Fix key
2025-10-21 00:13:32 +13:00
shimon
09075a05db
typo fix
2025-10-19 16:22:13 +03:00
shimon
9f80952251
linter
2025-10-19 16:15:13 +03:00
shimon
f16de4abb9
Refactor XList classes to consistently implement 'includeTotal' parameter for total count control in database queries
2025-10-19 14:46:55 +03:00
shimon
7bbe08f23e
Enhance XList classes to support 'includeTotal' parameter for controlling total count in database queries
2025-10-19 14:38:32 +03:00
shimon
3229956eef
Enhance XList actions to include 'includeTotal' parameter for total count control
2025-10-19 13:16:39 +03:00
Damodar Lohani
9dd1939d1f
Merge pull request #10468 from appwrite/feat-apps-module-dl
...
Feat apps module dl
2025-10-16 11:40:27 +05:45
Damodar Lohani
b63c2804f1
Fix: undefined $sequence
2025-10-16 10:26:49 +05:45
Damodar Lohani
4cb63068de
improve install loop
2025-10-16 02:07:17 +00:00
Hemachandar
635d77350a
set header
2025-10-15 16:05:34 +05:30