Commit graph

8043 commits

Author SHA1 Message Date
Prem Palanisamy
7f3ea98924 refactor: use array_is_list() and assertEventually helper 2026-01-27 13:00:29 +00:00
Prem Palanisamy
d182c85330 fix: reject unsupported relationship value types 2026-01-27 09:35:45 +00:00
Prem Palanisamy
d792d3bbea refactor: use getId() instead of getAttribute('$id') 2026-01-27 09:25:39 +00:00
Prem Palanisamy
00d091513d refactor: simplify relationship validation code 2026-01-27 06:59:53 +00:00
Prem Palanisamy
1ee2539ce0 fix: generate unique ID before validation per coderabbit suggestion 2026-01-26 15:45:42 +00:00
Prem Palanisamy
f66e0c2ff5 refactor: separate validation from normalization in validateRelationship 2026-01-26 14:05:56 +00:00
Prem Palanisamy
aed9816d1e fix: validate relationship document ID 2026-01-26 13:48:32 +00:00
Matej Bačo
9fb1aaadaf
Merge pull request #10984 from appwrite/fix-devkey-scopes
Fix: Add scopes for devkeys
2025-12-18 17:26:15 +01: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
Matej Bačo
7dea3f19a9 Add scopes for devkeys 2025-12-18 12:31:00 +01:00
Jake Barnby
937cac454a
Merge branch '1.8.x' into chore-specs 2025-12-18 09:32:37 +00:00
Jake Barnby
e6781cb4c3 Release SDKs 2025-12-18 21:41:50 +13: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
fogelito
fcbb073bcc endpoint revert 2025-12-17 20:53:22 +02:00
loks0n
ee8e7333d8 fix: sync updated schedules 2025-12-17 14:19:04 +00:00
Darshan
6d9a6051bf add: platform support on migrations. 2025-12-17 17:41:14 +05:30
Darshan
94fc0416e6
Merge branch '1.8.x' into update-template 2025-12-17 17:08:16 +05:30
Chirag Aggarwal
ce8f72bee9 data examples update 2025-12-17 15:58:04 +05:30
Darshan
ee4f3e2df4 update: project name on MFA. 2025-12-17 15:54:49 +05:30
Darshan
930db2bcc4 add: platform injection on MFA endpoint as well. 2025-12-17 15:50:34 +05:30
fogelito
86deab8f6c increase APP_DATABASE_QUERY_MAX_VALUES_WORKER 2025-12-17 09:32:59 +02:00
loks0n
3c3aa6d416 fix: fallback platform 2025-12-16 22:56:11 +00:00
fogelito
8d4c6a8218 patch $batchSize 2025-12-16 17:17:03 +02:00
Matej Bačo
546cd6596a
Merge pull request #10966 from appwrite/fix-empty-template
Fix CSV template build flow (empty source)
2025-12-16 13:39:32 +01:00
Hemachandar
58be8f411a
Merge pull request #10962 from appwrite/ser-721
Improve rule verification flow & add logs
2025-12-16 16:43:14 +05:30
Hemachandar
990209b624 feedback 2025-12-16 16:17:15 +05:30
Matej Bačo
850a834211 Fix CSV template build flow (empty source) 2025-12-16 11:23:44 +01:00
Matej Bačo
1f4534d674 Fix deletes bug 2025-12-16 10:44:02 +01:00
Luke B. Silver
9ba970b3c1
Merge pull request #10950 from appwrite/refactor-specs-task-methods
Refactor Specs task for better code organization
2025-12-16 09:40:55 +00:00
fogelito
af8a27c559 Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-cleanup 2025-12-16 10:42:12 +02:00
Jake Barnby
b986cd806c
Merge pull request #10913 from appwrite/refactor-functions-schedule
Refactor schedule base
2025-12-16 08:33:09 +00:00
fogelito
1c165b8c8d endpoint fallback 2025-12-16 09:49:35 +02:00
fogelito
6fbacb484b Merge branch '1.8.x' of https://github.com/appwrite/appwrite into migration-cleanup
# Conflicts:
#	src/Appwrite/Platform/Workers/Migrations.php
2025-12-16 09:31:58 +02:00
fogelito
91a3ee0c9d Add File info 2025-12-16 09:24:47 +02:00
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
Jake Barnby
7cdb7af07c Remove early return to ensure cycle timestamp is updated 2025-12-16 20:06:38 +13:00
Hemachandar
109967953e feedback + tests 2025-12-16 12:20:59 +05:30
Jake Barnby
e3e7f56bb8
Merge pull request #10961 from appwrite/refactor-messaging-and-queue
chore: lazy init sms adapter + late static binding
2025-12-16 06:25:15 +00:00
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
Jake Barnby
c7fda6cc3f Merge remote-tracking branch 'origin/1.8.x' into refactor-functions-schedule
# Conflicts:
#	composer.lock
2025-12-16 18:35:40 +13:00
Hemachandar
5ae148f026 Add logs to rules 2025-12-16 10:59:16 +05:30
Chirag Aggarwal
c744354973
Merge branch '1.8.x' into refactor-specs-task-methods 2025-12-16 10:51:28 +05:30
Chirag Aggarwal
c7fd31285d chore: lazy init sms adapter + late static binding 2025-12-16 10:46:40 +05:30
loks0n
e931938b78 revert: backups endpoints 2025-12-15 18:01:30 +00:00
loks0n
4b58e1a85e revert: backups endpoints 2025-12-15 16:55:48 +00:00
Chirag Aggarwal
c6b6b7cdac fix: edit field 2025-12-15 21:41:17 +05:30
Luke B. Silver
2a61cacdf9
Merge pull request #10957 from appwrite/fix-platform-defaults
fix: platform defaults
2025-12-15 15:17:05 +00:00
loks0n
7e6846f8f8 fix: platform defaults 2025-12-15 15:01:26 +00:00
Levi van Noort
3869269e0c
Merge branch '1.8.x' into CLO-3704-utopia-request-extend 2025-12-15 15:32:51 +01:00