Eldad Fux
68b72f3162
feat: integrate Utopia Emails library for email validation
...
- Added Utopia Emails library as a dependency in composer.json.
- Updated email validation references across multiple API controllers to use the new Utopia Emails validator.
- Removed the deprecated disposable emails configuration file.
- Updated composer.lock to reflect the new library and version changes for existing dependencies.
2025-10-19 21:44:22 +01:00
shimon
09075a05db
typo fix
2025-10-19 16:22:13 +03:00
shimon
9f80952251
linter
2025-10-19 16:15:13 +03:00
shimon
d0e0f67fee
Implement 'includeTotal' parameter across various API endpoints to control total count in responses
2025-10-19 15:45:16 +03:00
Damodar Lohani
248d3aea7a
Fix: reset argon 2 options to previous default
2025-10-19 05:44:44 +00:00
ArnabChatterjee20k
e0c293c5b4
Merge remote-tracking branch 'upstream/1.8.x' into documents-db-api
2025-10-16 14:25:14 +05:30
Damodar Lohani
ced2270571
remove unused injection
2025-10-16 03:39:39 +00:00
Damodar Lohani
d3436077a1
remove unused hash
2025-10-16 03:39:18 +00:00
Damodar Lohani
e06349e803
update argon2 instances
2025-10-16 03:34:45 +00:00
Damodar Lohani
431dd96b98
chaining
2025-10-16 02:17:59 +00:00
Damodar Lohani
4d8f950955
fix roles filtering
2025-10-16 02:17:52 +00:00
Damodar Lohani
08e559180d
fix missing injection
2025-10-16 02:08:07 +00:00
Damodar Lohani
f062b39cfa
Fix encoding
2025-10-16 02:06:01 +00:00
4c6961f7d6
Update app/controllers/api/users.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-10-14 07:58:30 +01:00
0bd27c4182
Update app/controllers/api/users.php
...
Co-authored-by: Jake Barnby <jakeb994@gmail.com >
2025-10-14 07:58:24 +01:00
Eldad Fux
ddcfac4f0f
feat: enhance account handling with plan support for disposable email validation
...
- Added 'plan' injection to account-related API endpoints.
- Updated logic to check for disposable email validation support based on the plan.
- Improved handling of disposable email checks during account creation and email updates.
2025-10-14 00:03:11 +01:00
Eldad Fux
3e58014dbd
fixes
2025-10-13 23:48:50 +01:00
Eldad Fux
ff06920e24
feat: add support for blocking disposable email addresses
...
- Introduced a new exception for disposable email addresses.
- Updated user account creation and email handling to check against a list of disposable email domains.
- Added a new API endpoint to enable or disable disposable email checks for projects.
- Updated project model to include disposable email settings.
- Configured loading of disposable email domains from a separate configuration file.
2025-10-13 23:43:54 +01:00
Damodar Lohani
5e5b22d649
fix jwt
2025-10-12 04:38:14 +00:00
Damodar Lohani
d56dff954f
Merge remote-tracking branch 'origin/1.8.x' into feat-apps-module-dl
2025-10-12 00:34:07 +00:00
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
9f85ca83b4
Fix roles param
2025-10-09 14:33:05 +13:00
Jake Barnby
143be8239f
Fix inject
2025-10-09 00:41:25 +13:00
Matej Bačo and GitHub
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
Jake Barnby
da519046dd
Merge branch 'feat-mongodb' of github.com:appwrite/appwrite into feat-mongodb
2025-10-08 00:05:05 +13:00
Jake Barnby
0c5573ab05
Fix list wrapping UID injections
2025-10-08 00:04:52 +13: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 and GitHub
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 and Claude
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
Khushboo Verma and GitHub
f7e594a51a
Merge branch '1.8.x' into ser-378-fix-null-recipient-in-email
2025-10-01 08:38:17 +01:00
Jake Barnby
78c5743e75
Merge remote-tracking branch 'origin/1.8.x' into feat-mongodb
...
# Conflicts:
# composer.lock
2025-09-26 22:14:40 +12:00
Chirag Aggarwal
a0f0449c21
fix: enum typing for platform in specs
2025-09-26 12:33:10 +05:30
Jake Barnby
16821a28fc
Format
2025-09-24 22:53:13 +12:00
Jake Barnby
c8993d7f71
Add additional export params
2025-09-24 22:37:12 +12:00
Hemachandar
752368327f
feedback
2025-09-24 13:06:20 +05:30
Jake Barnby
97c5705447
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
2025-09-23 19:17:49 +12:00
Chirag Aggarwal
734d2ce512
fix: use correct constant
2025-09-23 07:49:07 +05:30
Chirag Aggarwal
232b22b71e
use constants
2025-09-23 07:35:17 +05:30
Hemachandar
0228c74f71
Throw error when email is not available for account verification
2025-09-22 14:26:23 +05:30
Jake Barnby
a0afce666f
Merge remote-tracking branch 'origin/1.8.x' into feat-csv-export
...
# Conflicts:
# composer.lock
2025-09-22 16:05:58 +12:00
shimon
ceda513083
Merge branch '1.8.x' of github.com:appwrite/appwrite into feat-mongodb-pulls
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Workers/StatsUsage.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2025-09-21 15:55:11 +03:00
Chirag Aggarwal
3e8211d6bd
refactor: improve code readability for schedules
2025-09-20 19:45:44 +05:30
Hemachandar
2021396f39
email otp branded
2025-09-18 12:36:00 +05:30
Damodar Lohani
4540362f42
Fix: token hash magic url session
2025-09-18 01:37:19 +00:00