 Shimon NewmanandGitHub
|
dee3d375db
|
Merge branch '1.8.x' into refactor-auth-single-instance
|
2025-10-28 10:01:33 +02:00 |
|
shimon
|
462634d311
|
Update dependencies in composer.json and composer.lock; upgrade utopia-php/detector to version 0.2.*, and utopia-php/migration to version 1.3.3. Modify exception messages in storage API for better clarity on authorization failures. Adjust test assertions to reflect updated error messages.
|
2025-10-28 09:09:54 +02:00 |
|
Jake Barnby
|
9f2ff0e1f7
|
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
# Conflicts:
# app/config/specs/open-api3-1.8.x-client.json
# app/config/specs/open-api3-1.8.x-console.json
# app/config/specs/open-api3-1.8.x-server.json
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-1.8.x-client.json
# app/config/specs/swagger2-1.8.x-console.json
# app/config/specs/swagger2-1.8.x-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
|
2025-10-28 17:22:02 +13:00 |
|
shimon
|
fbaffa980a
|
linter
|
2025-10-27 20:46:58 +02:00 |
|
shimon
|
26f61c1855
|
add back registers.php
|
2025-10-27 19:34:49 +02:00 |
|
shimon
|
d7cc3895cb
|
Update composer.lock to reflect version changes for utopia-php/detector, remove unused registers.php file, and clean up whitespace in cli.php and worker.php. Refactor database resource initialization in resources.php for consistency.
|
2025-10-27 19:23:55 +02:00 |
|
 Shimon NewmanandGitHub
|
a0b21a0bd4
|
Merge branch '1.8.x' into refactor-auth-single-instance
|
2025-10-27 16:24:08 +02:00 |
|
fogelito
|
037d60633b
|
Add emailCanonical
|
2025-10-27 15:59:20 +02:00 |
|
fogelito
|
218bb4c537
|
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into users-add-attributes
|
2025-10-27 13:37:33 +02:00 |
|
 Luke B. SilverandGitHub
|
e4f63ed0c9
|
Merge pull request #10694 from appwrite/update-sdks
update sdks
|
2025-10-27 11:16:26 +00:00 |
|
shimon
|
6ed2000478
|
Update composer.lock and refactor authorization handling in CLI and worker modules. Adjust Docker configuration to include database source path. Modify error handling in general controller and enhance permission setting in document creation. Fix privileged user role retrieval in function execution. Ensure consistent authorization usage across various resources.
|
2025-10-27 12:09:23 +02:00 |
|
shimon
|
b760a88af7
|
Merge branch '1.8.x', commit 'ab1e51034826dde50034e6e73fc5d546e800dd6d' of github.com:appwrite/appwrite into feat-disable-count
# Conflicts:
# composer.lock
|
2025-10-27 10:13:37 +02:00 |
|
Damodar Lohani
|
2afba50a8c
|
Feat: usage stats for screenshot generated
|
2025-10-27 06:44:04 +00:00 |
|
Chirag Aggarwal
|
22f44c51d6
|
regen specs
|
2025-10-27 11:23:56 +05:30 |
|
eldadfux
|
61f4c7957a
|
Add new configuration variable '_APP_BROWSER_HOST' for browser service communication; update avatar screenshot API to use System::getEnv for environment variable retrieval
|
2025-10-25 10:22:53 +01:00 |
|
eldadfux
|
f13c029751
|
Refactor avatar screenshot API to replace 'viewport' parameter with separate 'viewportWidth' and 'viewportHeight' parameters; update related tests for validation of new dimensions and edge cases.
|
2025-10-24 22:53:10 +01:00 |
|
Eldad Fux
|
d8bde641e9
|
Update appwrite-browser image to version 0.3.1; enhance avatar screenshot API by adding 'waitUntil' parameter and refactoring image processing logic for improved efficiency.
|
2025-10-24 21:42:10 +01:00 |
|
Matej Bačo
|
3dd1c3de13
|
Merge branch '1.8.x' into feat-tanstack-start-sites
|
2025-10-24 12:43:51 +02:00 |
|
Matej Bačo
|
4472437696
|
AI code review fix
|
2025-10-24 12:41:46 +02:00 |
|
Matej Bačo
|
ca39c2cde5
|
Add tanstack starter
|
2025-10-24 12:33:50 +02:00 |
|
 Jake BarnbyandGitHub
|
24bfad100d
|
Merge pull request #10690 from appwrite/feat-resend
feat: resend adapter
|
2025-10-24 09:13:24 +00:00 |
|
Chirag Aggarwal
|
d90e2621a1
|
update sdks
|
2025-10-24 14:00:39 +05:30 |
|
 HemachandarandGitHub
|
572870e320
|
Merge branch '1.8.x' into ser-376
|
2025-10-24 13:55:21 +05:30 |
|
Khushboo Verma
|
a6af0cc73a
|
Skip auth check to delete vcs lock document
|
2025-10-23 20:27:45 +05:30 |
|
Chirag Aggarwal
|
f12481ce20
|
add update endpoint
|
2025-10-23 19:42:12 +05:30 |
|
Chirag Aggarwal
|
a280a565f6
|
feat: resend adapter
|
2025-10-23 19:06:11 +05:30 |
|
Matej Bačo
|
6f188a03d5
|
Manual QA bug fixing
|
2025-10-23 12:43:57 +02:00 |
|
fogelito
|
c13a70e226
|
Add users attributes
|
2025-10-23 12:38:18 +03:00 |
|
Jake Barnby
|
7318ebf1d8
|
Merge branch 'feat-csv-export' of github.com:appwrite/appwrite into feat-csv-export
|
2025-10-23 21:34:21 +13:00 |
|
Jake Barnby
|
e222221ec9
|
Add failure email
|
2025-10-23 21:34:09 +13:00 |
|
 DarshanandGitHub
|
42c75c43de
|
Merge branch '1.8.x' into feat-csv-export
|
2025-10-23 12:20:06 +05:30 |
|
Jake Barnby
|
26e07b8c26
|
Update specs
|
2025-10-23 16:58:29 +13:00 |
|
Khushboo Verma
|
9c55da5b99
|
Resolve merge conflicts
|
2025-10-22 20:44:47 +05:30 |
|
Matej Bačo
|
3019551db5
|
remove leftover todo
|
2025-10-22 16:04:30 +02:00 |
|
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 BarnbyandGitHub
|
f89dc6c1ae
|
Merge branch '1.8.x' into feat-csv-export
|
2025-10-22 12:48:39 +00:00 |
|
Jake Barnby
|
9a1b5d4eee
|
Only parse for validation
|
2025-10-23 01:28:06 +13: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 |
|
Eldad Fux
|
e00a73f442
|
Enhance avatar screenshot API by adding 'scale' parameter for browser scaling; update related tests to validate new functionality and edge cases.
|
2025-10-22 10:22:17 +01:00 |
|
Chirag Aggarwal
|
c2d4997810
|
update apple to 13.3.0
|
2025-10-22 14:17:57 +05:30 |
|
 Harsh MahajanandGitHub
|
f5034a6ad8
|
Merge branch '1.8.x' into feat-SER-457-add-max-build-duration-env
|
2025-10-22 09:56:56 +05:30 |
|
Jake Barnby
|
94c309d61e
|
Fix default escape
|
2025-10-22 16:41:00 +13: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 NguyenandGitHub
|
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 |
|