Claudear and Claude Opus 4.6
de160624b2
Fix: Handle duplicate relationship attribute gracefully in Databases worker
...
When a queue message is retried and the relationship already exists in the
database, the worker now catches the Duplicate exception and marks the
attribute as 'available' instead of 'failed'. This prevents spurious Sentry
errors (CLOUD-3JA4) from queue retries.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 09:40:58 +00:00
Eldad A. Fux
a5fa09b4ce
Merge pull request #11185 from Shivangisharma4/doc-fix-typos-contributing
...
doc: Fix typos in CONTRIBUTING.md
2026-02-27 20:42:57 +01:00
Shivangi Sharma and Copilot
10e2edac90
Update CONTRIBUTING.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-24 14:03:11 +05:30
Shivangisharma4
340081a67d
doc: Fix typos in CONTRIBUTING.md
2026-01-24 13:58:20 +05:30
Steven Nguyen
f0191202a0
Merge pull request #10342 from tejas-raskar/doc-10339-fix-inconsistent-dir-structure-in-contribution-docs
...
docs: update the directory structure in CONTRIBUTING.md
2026-01-02 15:59:24 -08:00
Steven Nguyen
44ec8de6bf
Merge pull request #10946 from appwrite/1.8.x
...
Sync 1.8.x into main
2025-12-18 17:06:43 -08: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
d9ac4f2f2d
Merge pull request #10986 from appwrite/fix-oauth-verified-emails
2025-12-18 19:04:56 +04:00
Torsten Dittmann and Copilot
e61f3c7a42
Update phpunit.xml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-18 18:03:02 +04:00
Jake Barnby
1b6d51a116
Merge pull request #10987 from appwrite/fix-auth
...
Fix auth calls
2025-12-18 12:56:58 +00:00
Jake Barnby
0058e88217
Fix auth calls
2025-12-19 01:53:05 +13: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
Torsten Dittmann
d094d6a081
Remove OAuth email verification comments
2025-12-18 16:00:41 +04:00
Torsten Dittmann
bae194e866
Link account by email during OAuth
2025-12-18 15:59:33 +04:00
Torsten Dittmann
144e88452e
Use general bad request for unverified OAuth email
2025-12-18 15:49:59 +04:00
Torsten Dittmann
89980b1f0e
Enforce email verification when linking OAuth2
2025-12-18 15:46:03 +04:00
Matej Bačo
7dea3f19a9
Add scopes for devkeys
2025-12-18 12:31:00 +01:00
Jake Barnby
9bda83104d
Merge pull request #10983 from appwrite/chore-specs
...
Chore specs
2025-12-18 09:53:31 +00:00
Jake Barnby
937cac454a
Merge branch '1.8.x' into chore-specs
2025-12-18 09:32:37 +00:00
Jake Barnby
36eb28dc22
Merge pull request #10872 from appwrite/refactor-auth-single-instance
...
Refactor auth single instance
2025-12-18 09:05:14 +00:00
Jake Barnby
e6781cb4c3
Release SDKs
2025-12-18 21:41:50 +13:00
Jake Barnby
36690229c5
Update lock
2025-12-18 20:23:49 +13:00
Jake Barnby
fe5d9cc662
Update changelog
2025-12-18 20:23:42 +13:00
Jake Barnby
f46ec96040
Fix merge
2025-12-18 20:11:52 +13:00
Jake Barnby
2dc813342a
Fix merge
2025-12-18 19:30:43 +13:00
Jake Barnby
fd08f7dd36
Update lock
2025-12-18 18:43:07 +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
Luke B. Silver
22fba9defc
Merge pull request #10979 from appwrite/fix-credentials
...
Fix entrypoint
2025-12-17 19:38:36 +00:00
fogelito
fcbb073bcc
endpoint revert
2025-12-17 20:53:22 +02:00
Luke B. Silver
514934649e
Merge pull request #10977 from appwrite/fix-sync-updated-schedules
...
Fix sync updated schedules
2025-12-17 14:57:39 +00:00
loks0n
ee8e7333d8
fix: sync updated schedules
2025-12-17 14:19:04 +00:00
Darshan
8d94b6585e
Merge pull request #10976 from appwrite/platforms-in-migrations
2025-12-17 18:14:25 +05:30
Darshan
9fd92ca5ac
Merge pull request #10974 from appwrite/update-template
2025-12-17 18:02:31 +05:30
Darshan
6d9a6051bf
add: platform support on migrations.
2025-12-17 17:41:14 +05:30
Darshan
461c5895a4
fix: missing cases.
2025-12-17 17:27:18 +05:30
Darshan
94fc0416e6
Merge branch '1.8.x' into update-template
2025-12-17 17:08:16 +05:30
Darshan
ad54a8c334
fix: missing cases.
2025-12-17 17:05:08 +05:30
Chirag Aggarwal
e2b72e1f58
Merge pull request #10975 from appwrite/sync-sdks
2025-12-17 16:57:14 +05:30
Darshan
e1a9eb4994
fix: missed injections.
2025-12-17 16:04:29 +05:30
Darshan
b0c3ab71c4
add: header in tests.
2025-12-17 16:02:06 +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
Chirag Aggarwal
fadcb39765
chore: sync sdk examples after spec changes
2025-12-17 15:48:49 +05:30
Darshan
5034597750
add: sender name as well.
2025-12-17 15:43:10 +05:30
Darshan
f73b48d4ca
add: profile mode for console sdk.
2025-12-17 15:19:07 +05:30
Darshan
0a7f31333d
fix: key, lol.
2025-12-17 14:46:24 +05:30
Darshan
8964fbc821
fix: projectName.
2025-12-17 14:33:49 +05:30
Darshan
2e5bea1aee
update: email template to be platform agnostic.
2025-12-17 14:26:45 +05:30
Jake Barnby
759792c447
Merge pull request #10972 from appwrite/max-query-values-worker
...
Max query values worker
2025-12-17 08:05:08 +00:00