Ujjwaljain16
0215577bc7
fix: MFA recovery code validation and test status code
...
- Fixed HTTP status code: POST /v1/account/mfa/recovery-codes now returns 201 (CREATED) instead of 200
- Updated testMFARecoveryCodeChallenge to expect 201 status code
- Added array_merge with origin header to all API calls in test for proper CORS validation
- Removed trailing whitespace for PSR-12 compliance
Fixes #10740
2025-12-10 05:37:43 +05:30
Ujjwaljain16
768d293cf5
reuse session from testCreateAccountSession instead of creating new session
...
remove unnecessary 'origin' headers to match other tests
set status code to 201 for MFA challenge creation endpoint
2025-12-10 01:58:47 +05:30
Ujjwaljain16
676d53b18e
fix: resolve MFA recovery code validation in 1.8.0
...
Remove strtolower() from recovery code type comparison (line 4945)
Remove strtolower() from match statement (line 4967)
Add comprehensive test for recovery code challenge validation
Fixes issue where recovery codes fail with 'Invalid token' error
Fixes #10740
2025-12-09 02:18:40 +05:30
Matej Bačo
ca24ff808d
Merge pull request #10533 from appwrite/ser-378-fix-null-recipient-in-email
...
Throw error when email is not available for account verification
2025-10-07 14:49:01 +02:00
Hemachandar
7f62b19240
Merge branch '1.8.x' into ser-375-update-email-verification-with-branded-design
2025-10-07 16:11:54 +05:30
Hemachandar
6e0d376746
use filevalidator
2025-10-07 16:07:47 +05:30
Chirag Aggarwal
024d13c1b2
update naming
2025-10-07 09:58:39 +05:30
Hemachandar
caf18372ce
feedback
2025-10-06 21:52:18 +05:30
Hemachandar
29dbe99840
simplify config & templates
2025-10-06 19:58:01 +05:30
Chirag Aggarwal
56076ad649
update path and add alias
2025-10-06 19:13:06 +05:30
Chirag Aggarwal
4348a176d5
Rename verification SDK methods to be more specific
...
This commit renames the verification SDK methods to better reflect their purpose:
- `createVerification` → `createEmailVerification`
- `updateVerification` → `updateEmailVerification`
The old method names are maintained for backwards compatibility and marked as deprecated (since 1.8.0) with references to the new method names.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 16:44:31 +05:30
Hemachandar
752368327f
feedback
2025-09-24 13:06:20 +05:30
Hemachandar
0228c74f71
Throw error when email is not available for account verification
2025-09-22 14:26:23 +05:30
Hemachandar
2021396f39
email otp branded
2025-09-18 12:36:00 +05:30
Hemachandar
f8ab95b3e1
tests & lint
2025-09-16 11:54:01 +05:30
Hemachandar
0b9e43c9f8
Branded email for Console auth flows
2025-09-16 00:58:23 +05:30
Matej Bačo
c31a189340
Linter fix
2025-09-08 11:34:46 +02:00
Matej Bačo
176c2441a4
Fix oauth identity check
2025-09-08 10:32:13 +02:00
Chirag Aggarwal
8a734293f0
feat: add requestBody param examples in specs
2025-09-04 10:22:51 +05:30
Chirag Aggarwal
5a35f1313b
fix: version, remove boolean
2025-08-26 17:33:49 +05:30
Chirag Aggarwal
26228e96d9
chore: add replacewith and deprecated since to updatePhoneSession and updateMagicURLSession
2025-08-26 17:21:47 +05:30
Jake Barnby
3fbda66e6c
Fix deprecation messages
2025-08-23 21:36:02 +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
Steven Nguyen
6dc02756fd
Merge pull request #10347 from appwrite/main
...
Sync main into 1.7.x
2025-08-20 17:16:47 -07:00
Jake Barnby
1b4f2f2275
Fix acronym methods, deprecate old versions
2025-08-21 02:08:27 +12:00
Ebenezer Don
3f55b46165
clarify userId behavior for magic-url and phone tokens
2025-08-18 17:18:12 +01:00
Ebenezer Don
0553a36d1f
Merge branch 'main' into clarify-userid-param
2025-08-18 16:33:24 +01:00
Jake Barnby
6347d7da3f
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# composer.lock
2025-07-29 22:52:06 +12:00
Chirag Aggarwal
7ad01fcada
linebreak
2025-07-29 12:23:06 +05:30
Chirag Aggarwal
06e4920ee2
fix: create email target when using email otp registration
2025-07-29 11:57:57 +05:30
Jake Barnby
cdbd89b3f3
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# 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
# app/controllers/api/databases.php
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
2025-07-27 16:07:04 +12:00
Darshan
e67e6303b2
fix: templates on 1.7.x.
2025-07-25 14:30:03 +05:30
hmacr
c5f8bdfd36
Preview texts for emails
2025-07-23 22:04:25 +05:30
Steven Nguyen
898365a922
Merge pull request #10170 from appwrite/fix-templates
...
Fix default email templates
2025-07-22 18:25:57 -07:00
hmacr
bf3efea98d
framework support + content for OTP & add-member email
2025-07-22 16:43:17 +05:30
Jake Barnby
51c95347a0
Merge remote-tracking branch 'origin/main' 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
2025-07-21 20:42:16 +12:00
Jake Barnby
d32da05f92
Merge remote-tracking branch 'origin/main' into 1.7.x
...
# Conflicts:
# app/config/specs/open-api3-1.7.x-console.json
# app/config/specs/open-api3-1.7.x-server.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-1.7.x-console.json
# app/config/specs/swagger2-1.7.x-server.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/init/constants.php
# composer.lock
# docs/references/databases/upsert-documents.md
# tests/e2e/Services/Account/AccountCustomClientTest.php
2025-07-21 19:22:15 +12:00
Darshan
e7315e23c7
fix: address comment.
2025-07-20 17:28:44 +05:30
Darshan
373ceecebb
fix: add a default client name for session alerts
2025-07-20 16:40:29 +05:30
Jake Barnby
9ceeb76ad0
Merge branch '1.7.x' into 1.8.x
...
# Conflicts:
# app/controllers/api/databases.php
# composer.lock
# src/Appwrite/GraphQL/Types/Mapper.php
2025-07-18 17:24:12 +12:00
Steven Nguyen
477682e062
fix: prevent injected $user from being shadowed
2025-07-14 16:05:58 -07:00
Steven Nguyen
100aea337f
fix: update OAuth2 redirect URLs
...
1. handle non-standard ports if the request came in on a non-standard port
2. use the _APP_CONSOLE_DOMAIN env var to handle cases where the Console domain may not be the endpoint domain such as on Appwrite Cloud
3. use the _APP_OPTIONS_FORCE_HTTPS env var to determine the protocol to be consistent with the rest of the codebase
2025-07-10 15:51:13 -07:00
Steven Nguyen
11332ed1f9
chore: fix deprecation warning from passing null into json_decode
2025-07-09 22:10:17 -07:00
Steven Nguyen
53086fe975
fix: success validation in oauth2 redirect
...
We switched to using the Redirect class for validating redirect URLs to cover additional cases like react native expo scheme, but we missed this validation.
2025-07-09 15:11:30 -07:00
Ebenezer Don
a2261b8ad0
Clarify userId param in endpoints that create accounts
2025-07-07 13:22:52 +01:00
Jake Barnby
b2fa28754d
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
...
# Conflicts:
# .github/workflows/benchmark.yml
# composer.lock
# src/Appwrite/Event/Database.php
2025-07-04 10:00:45 -04:00
Chirag Aggarwal
043cead66b
chore: fix logging
2025-06-26 19:32:15 +05:30
Chirag Aggarwal
dbc58655b2
Merge branch '1.7.x' into feat-exp-scheme
2025-06-25 07:53:28 +05:30
Steven Nguyen
ffc7f4c7ae
Merge pull request #9590 from appwrite/fix-templates
...
Fix template to use button
2025-06-21 09:33:06 -07:00
Jake Barnby
53a00deb0a
Merge pull request #10010 from ArnabChatterjee20k/dat-522
...
Added auth option to allow invalidating existing sessions
2025-06-18 17:41:41 -04:00