Commit graph

5117 commits

Author SHA1 Message Date
Matej Bačo
7b10fe1371 typo fix 2026-01-14 14:17:12 +01:00
Matej Bačo
e4abc0e0da Add more file params (encryption, compression) 2026-01-14 13:16:50 +01: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
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
Matej Bačo
71f389e1c0 AI PR review 2026-01-09 10:41:58 +01:00
Jake Barnby
e6505b9cf9 Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
# Conflicts:
#	composer.lock
2026-01-08 17:48:37 +13:00
Darshan
46072bb95e fix: test. 2026-01-07 18:32:03 +05:30
Darshan
47ea8699d1 add: tests. 2026-01-07 18:05:33 +05:30
Darshan
93e7dc772d Merge remote-tracking branch 'origin/storage-size' into storage-size 2026-01-07 13:57:59 +05:30
Darshan
228d095ee5 address comment and fix tests. 2026-01-07 13:57:41 +05:30
Darshan
b615e4b901
Merge branch '1.8.x' into storage-size 2026-01-07 13:43:48 +05:30
Jake Barnby
7573ee75a2 Use authorization instance 2026-01-07 20:04:28 +13:00
Matej Bačo
7567639996 grammar fix 2026-01-06 15:18:44 +01:00
Matej Bačo
d7bb234072 PR reviews 2026-01-06 15:18:22 +01:00
Matej Bačo
b29f70a0af Add new tests 2026-01-05 22:51:03 +01:00
Matej Bačo
1db12e78ef AI code review 2026-01-05 14:42:03 +01:00
Matej Bačo
a25c8004e4 Merge branch '1.8.x' into feat-project-labels 2026-01-05 14:32:26 +01:00
Darshan
16f9c35850 update: tests. 2026-01-04 12:09:11 +05:30
Darshan
f788fc8f8a add: tests. 2026-01-03 15:42:55 +05:30
Darshan
ee3b2d75ae add: missing test at console level. 2026-01-02 17:01:03 +05:30
Matej Bačo
8d1acef95d Implement project labels 2025-12-31 15:44:18 +01:00
Darshan
2a38eedc98 fix: flaky test!
fix: get resource report what we want.
2025-12-31 15:00:23 +05:30
Damodar Lohani
3a98361736 add test 2025-12-28 02:02:34 +00:00
Matej Bačo
cda843d8f6 Fix JWT test 2025-12-23 16:31:17 +01:00
Torsten Dittmann
cd824faf64 Add test for JWT with custom duration 2025-12-22 21:19:50 +04:00
Jake Barnby
3e96f9c2f1
Merge pull request #10990 from appwrite/project-queries
Allow queries on projects xlist
2025-12-19 14:39:47 +00:00
Jake Barnby
dd9f6ed820
Merge pull request #10996 from appwrite/revert-10872-refactor-auth-single-instance
Revert "Refactor auth single instance"
2025-12-19 14:37:41 +00:00
Darshan
1f7bfb3352
Merge branch '1.8.x' into project-queries 2025-12-19 19:33:22 +05:30
Jake Barnby
dc85d44647
Revert "Refactor auth single instance" 2025-12-20 02:54:50 +13:00
Darshan
33f90fcf6a re-add headers. 2025-12-19 17:02:55 +05:30
Darshan
2f1eee390b update: header name. 2025-12-19 16:23:22 +05:30
Darshan
3ddfd9c3b0 update: address comment. 2025-12-19 15:52:19 +05:30
Darshan
75d8110ad9
Merge branch '1.8.x' into project-queries 2025-12-19 14:23:25 +05:30
Darshan
c958f3f1cb update: allow queries on projects xlist. 2025-12-19 14:13:52 +05:30
Steven Nguyen
36519c13a8
Merge branch '1.8.x' into fix-smtp-auth-check 2025-12-18 17:21:03 -08:00
Torsten Dittmann
81b4065921 Fix identity connecting
- Add MockUnverified OAuth2 provider config
- Add /v1/mock/tests/general/oauth2/user-unverified endpoint
- Add MockUnverified class for unverified OAuth2 flow
- Update Mock::isEmailVerified to respect user['verified'] flag
- Add end-to-end tests for linking unverified and verified OAuth2 users
- Enable stopOnFailure in phpunit.xml
2025-12-18 16:44:04 +04:00
Jake Barnby
13f4aa9a80 Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
# Conflicts:
#	app/controllers/api/account.php
#	app/controllers/api/vcs.php
#	app/controllers/general.php
#	app/controllers/shared/api.php
#	app/init/resources.php
#	composer.lock
#	src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
#	src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
#	src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
#	src/Appwrite/Platform/Workers/Migrations.php
2025-12-18 18:17:41 +13:00
Darshan
b0c3ab71c4 add: header in tests. 2025-12-17 16:02:06 +05:30
Hemachandar
990209b624 feedback 2025-12-16 16:17:15 +05:30
Hemachandar
49b1c3db79
Merge branch '1.8.x' into ser-721 2025-12-16 12:41:44 +05:30
Hemachandar
dfb53895eb tiny 2025-12-16 12:40:42 +05:30
Hemachandar
109967953e feedback + tests 2025-12-16 12:20:59 +05:30
Jake Barnby
80057383e1
Merge pull request #10952 from appwrite/issue-tableid
Tableid and Collectionid in increment and decrement routes
2025-12-16 06:05:11 +00:00
Chirag Aggarwal
ddb0d5db26
Merge branch '1.8.x' into fix-smtp-auth-check 2025-12-16 10:51:01 +05:30
Levi van Noort
3869269e0c
Merge branch '1.8.x' into CLO-3704-utopia-request-extend 2025-12-15 15:32:51 +01:00
Levi van Noort
cd90974e15 chore: changes to test to validate default behaviour instead 2025-12-15 13:22:29 +01:00
loks0n
da0b2a7517 fix: cors wildcard 2025-12-14 22:41:15 +00:00
ArnabChatterjee20k
70395cfacc added tableid and collectionid in increment and decrement 2025-12-13 23:43:51 +05:30
Luke B. Silver
bbc76ffe37
Merge pull request #10943 from appwrite/fix-preflight-requests
fix preflight requests
2025-12-12 10:11:53 +00:00