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
929baa17db
Fix capture
2025-10-22 17:18:57 +13:00
Jake Barnby
8ded7c5942
Add options on response
2025-10-22 17:15:06 +13:00
Chirag Aggarwal
9c30f32281
update domain lib to 0.9.1
2025-10-22 09:29:45 +05:30
Jake Barnby
94c309d61e
Fix default escape
2025-10-22 16:41:00 +13:00
Jake Barnby
72c608bf3b
Merge pull request #10677 from appwrite/chore-sync-1.8.0
...
Chore sync 1.8.0 into main
2025-10-22 01:09:41 +00:00
Eldad Fux
dfe87a0d37
Rename avatar screenshot endpoint from '/v1/avatars/screenshot' to '/v1/avatars/screenshots' for consistency; update related tests accordingly.
2025-10-22 01:40:31 +01:00
Eldad Fux
bb77319703
Update browser endpoint in avatar screenshot API to use service name for improved reliability
2025-10-22 01:30:04 +01: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
Eldad Fux
f35b80ba1a
Refactor avatar screenshot handling and add comprehensive tests for various header and parameter validations
2025-10-21 21:20:31 +01:00
Eldad Fux
6cc5d1595d
Fixes
2025-10-21 21:03:13 +01:00
Steven Nguyen
60b4835539
Merge branch 'feat-1.8.0-release-prep' into chore-sync-1.8.0
2025-10-21 12:24:26 -07:00
Eldad Fux
5073a86581
POC - website screenshots
2025-10-21 15:37:05 +01:00
Jake Barnby
4619e03d64
Update specs
2025-10-22 01:26:01 +13:00
Harsh Mahajan
d48ef373a7
Fix environment variable assignment for build timeout
2025-10-21 17:48:48 +05:30
Harsh Mahajan
4cb20b3fe3
Update app/controllers/api/console.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-21 17:47:30 +05:30
Jake Barnby
f1c68af091
Add queries for csv export
2025-10-22 01:12:18 +13: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
Luke B. Silver
16a2dd0b27
Merge pull request #10672 from appwrite/update-cli-10.2.2
...
chore: update cli to 10.2.2
2025-10-21 10:53:16 +01:00
shimon
ab1e510348
Enhance API response handling by adding 'includeTotal' parameter to account endpoints, allowing control over total count calculation for sessions, logs, and identities. Updated tests to verify functionality.
2025-10-21 11:41:41 +03:00
shimon
232f1b1c05
account sync
2025-10-21 11:24:09 +03: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
shimon
c8f8b6ff0c
account sync
2025-10-21 10:54:03 +03:00
shimon
095ee8511b
composer
2025-10-21 10:44:17 +03:00
shimon
bb0889fdba
test fix
2025-10-21 10:35:01 +03:00
Chirag Aggarwal
8154a8524a
update sdk gen
2025-10-21 12:51:10 +05:30
Chirag Aggarwal
0e567e3e68
chore: update cli to 10.2.2
2025-10-21 11:40:50 +05:30
Steven Nguyen
610a359160
chore: clean up CHANGES.md
...
1. Remove PR authors because they don't render properly anyways
2. Format PR links to use markdown style links instead of plain URLs
1.8.0
2025-10-20 21:15:38 -07:00
Steven Nguyen
a3f51298fe
chore: update CHANGES.md for 1.8.0 release
2025-10-20 21:15:38 -07:00
Steven Nguyen
46f249fd3b
feat: bump console to version 7.4.7
2025-10-20 21:15:38 -07:00
Steven Nguyen
97312d1a6d
feat(self-hosted): update migration for transactions collections
2025-10-20 21:15:38 -07:00
Steven Nguyen
01765fd27f
feat: bump console to version 7.4.4
2025-10-20 21:15:37 -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
59f82a0dd7
feat: bump console to version 7.1.11
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
f150cffa17
Merge pull request #10670 from appwrite/revert-auth
...
Revert "Merge pull request #10468 from appwrite/feat-apps-module-dl"
2025-10-21 02:58:23 +00:00
Jake Barnby
f4efb81832
Update lock
2025-10-21 15:07:53 +13: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
5f3316ff18
fix assertion order
2025-10-20 18:38:14 +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