Commit graph

1054 commits

Author SHA1 Message Date
Jake Barnby
83b9815644 Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance 2025-11-14 16:45:57 +13:00
Matej Bačo
5e4c74d501
Merge pull request #10486 from appwrite/feat-add-branch-deployments
Add branch-only deployments to Sites without ref tags
2025-11-13 10:33:46 +01:00
shimon
89d5a28c28 Refactor authorization handling to consistently utilize the Authorization class across multiple controllers and functions. Update method signatures to include Authorization as a parameter, ensuring cleaner and more maintainable code. This change enhances the overall structure and readability of the authorization logic. 2025-11-03 10:37:05 +02: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
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
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
Damodar Lohani
d56dff954f Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl 2025-10-12 00:34:07 +00:00
Atharva Deosthale
5963b2baf7 change request filter to versions below 1.9.0 2025-09-23 18:00:14 +05:30
Atharva Deosthale
de8538b622 use request filters for 1.8.0 to convert into and 2025-09-18 12:27:24 +05:30
Damodar Lohani
cfd82d9709 use newer syntax 2025-09-15 10:57:31 +00:00
Damodar Lohani
2be8895dfd Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl 2025-09-10 03:56:34 +00:00
Jake Barnby
78ffab5116
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	composer.lock
#	src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
2025-09-09 00:52:39 +12:00
Matej Bačo
a7304df2df set header override properly 2025-09-07 20:44:30 +02:00
Matej Bačo
79a3b19393 Fix graphQL double server header 2025-09-07 12:56:45 +02:00
Matej Bačo
67fe523716 Fix router compression 2025-09-07 12:13:11 +02:00
Jake Barnby
3d5caaa0bb
Merge remote-tracking branch 'origin/1.8.x' into feat-txn
# Conflicts:
#	composer.lock
2025-09-05 01:05:44 +12:00
Matej Bačo
5c5c4e432f Fix content type header 2025-09-03 18:04:58 +02:00
Matej Bačo
f6308b3477 AI code quality fixes 2025-09-03 17:57:12 +02:00
Matej Bačo
b75952071e Support array headers for set-cookie 2025-09-03 17:32:15 +02:00
Jake Barnby
903e9b52c2
Fix size limit exception 2025-09-03 23:54:21 +12:00
Chirag Aggarwal
7600edb102 remove 2025-09-01 13:03:41 +05:30
Chirag Aggarwal
bc18f9d8c7 temporary remove warnings 2025-09-01 12:29:08 +05:30
Chirag Aggarwal
16d731b748 lower 2025-08-30 12:34:27 +05:30
Chirag Aggarwal
c6fb4687a2 readability 2025-08-30 12:32:57 +05:30
Chirag Aggarwal
4ee0c12cb1 chore: fix 2025-08-30 12:27:50 +05:30
Chirag Aggarwal
2710282216 chore: use correct sdk name and platform in link 2025-08-30 12:25:47 +05:30
Chirag Aggarwal
674d928ce2 show method is x-sdk-name is present 2025-08-29 21:33:53 +05:30
Chirag Aggarwal
4ef6c23a67 add quotes 2025-08-29 18:41:46 +05:30
Chirag Aggarwal
262be06b0d chore: improve deprecation warning 2025-08-29 18:37:44 +05:30
Khushboo Verma
a81d980334 Resolve merge conflicts 2025-08-27 12:54:22 +05:30
Khushboo Verma
2d497cbdd5
Merge branch '1.8.x' into feat-add-execution-and-log-response-headers 2025-08-27 11:58:18 +05:30
Jake Barnby
55a2f2d1fa
Merge remote-tracking branch 'origin/1.8.x' into fix-request-filter 2025-08-27 16:10:54 +12:00
Jake Barnby
2111aab8ed
Fix relationship request filter 2025-08-27 16:09:56 +12:00
Jake Barnby
1f2d659d76
Format 2025-08-27 14:58:22 +12:00
Jake Barnby
4d675530d6
Remove response filter 2025-08-27 14:47:40 +12:00
Khushboo Verma
8df305576c Add execution id and log id to response headers 2025-08-26 18:34:43 +05:30
Khushboo Verma
753175d796 Replace x-real-ip with ->getIP() 2025-08-26 13:59:46 +05:30
Khushboo Verma
2876fad322 Merge branch '1.7.x' into feat-extend-function-headers 2025-08-25 12:50:59 +05:30
Jake Barnby
355fd47c62
Update app/controllers/general.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-22 19:24:01 +12:00
Jake Barnby
557bffb350
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	composer.lock
2025-08-22 00:35:12 +12:00
Khushboo Verma
bc47ac7caa Truncate logs and errors from beginning 2025-08-21 12:49:31 +05:30
Khushboo Verma
1bd6b6452c Fix PR changes 2025-08-20 18:53:55 +05:30
Mayank Agarwal
41743b1299 Add solution for function domain 2025-08-20 18:34:59 +05:30
Khushboo Verma
ed16808930 Add executionId and client IP to execution headers 2025-08-20 16:35:40 +05:30
Jake Barnby
c63e3bd75b
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x 2025-08-16 00:06:32 +12:00
Matej Bačo
23bc39254c Increase dynamic API key expiration 2025-08-15 12:29:34 +02:00
Chirag Aggarwal
48834cd114 chore: make check for adding warning header stricter 2025-08-11 09:21:12 +05:30
Jake Barnby
bd4fb03b74
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	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-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/controllers/api/databases.php
#	composer.lock
#	tests/e2e/Services/Databases/Legacy/DatabasesBase.php
#	tests/e2e/Services/Migrations/MigrationsBase.php
2025-08-06 17:24:00 +12:00
Chirag Aggarwal
471d261114 chore: fallback to main domain 2025-08-01 09:28:07 +05:30
Chirag Aggarwal
59bebe6be9 fix: 500 errors on robots and humans txt files 2025-08-01 09:13:34 +05:30