Jake Barnby
38b04566b6
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Delete.php
2025-10-09 17:36:22 +13:00
Jake Barnby
143be8239f
Fix inject
2025-10-09 00:41:25 +13:00
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
Jake Barnby
fa60f03536
Merge branch '1.8.x' into feat-mongodb
2025-10-07 18:52:28 +13:00
Jake Barnby
28392647e0
Pass adapter max ID length to validator
2025-10-07 18:52:05 +13:00
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
shimon
f16eba2f9f
Update PHPUnit configuration to stop on failure set to false, and clean up whitespace in multiple files for consistency. Adjust comments and ensure proper formatting in test cases and API handling.
2025-09-16 19:13:38 +03:00
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
shimon
89d06d00c0
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# .github/workflows/tests.yml
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-11 16:54:49 +03:00
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
shimon
4fb680350a
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# Dockerfile
# composer.json
# composer.lock
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomClientTest.php
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomServerTest.php
2025-08-26 14:20:47 +03:00
shimon
b98be4756c
Update composer.json and composer.lock to reflect changes in utopia-php/database versioning and dependencies. Adjusted MongoDB-related test conditions for improved compatibility and clarity. Removed unnecessary var_dump statements in account.php and enhanced logging in various test files for better debugging.
2025-08-26 13:48:01 +03:00
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
shimon
c4fb7ecbc1
Refactor and clean up debugging output across multiple files, including mock.php, account.php, and OAuth2 classes. Removed unnecessary var_dump statements for improved code clarity and consistency. Updated MongoDB condition checks in test cases to ensure case-insensitive comparisons.
2025-08-12 15:20:30 +03:00
shimon
e1475619ba
Refactor debugging output across various files, including http.php, mock.php, and OAuth2 classes. Adjusted var_dump statements for improved traceability and consistency. Updated test assertions in ProjectsConsoleClientTest and UsersBase to enhance clarity and functionality.
2025-08-11 22:05:18 +03:00
shimon
da706378ea
Enhance debugging output in OAuth2 mock endpoints and update MongoDB version in tests. Added var_dump statements for better traceability during OAuth2 flows and adjusted test assertions for user search functionality.
2025-08-11 11:27:45 +03:00
shimon
def3628205
feat: rename tables to grids and update documentation
2025-08-06 15:37:59 +03:00
shimon
779fb7bd20
Update composer dependencies and Docker Compose configuration for MongoDB integration. Change database alias in composer.json, update package versions in composer.lock, and adjust volume mappings in Docker Compose to include MongoDB source directories. Refactor application code to set tenant to null for database connections.
2025-08-06 15:07:04 +03: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