appwrite/app/controllers/api
loks0n 4133ec99ae feat: extract session alert email into Mails listener
Moves session alert email side effect out of the account controller
into a dedicated `Mails` listener that reacts to a new `SessionCreated`
bus event. The event is now always dispatched on session creation; the
listener owns all conditional logic (first session, sessionAlerts flag,
email-link sessions, user email presence).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 14:01:13 +01:00
..
account.php feat: extract session alert email into Mails listener 2026-04-09 14:01:13 +01:00
graphql.php fix: address review comments for User class pattern 2026-03-26 02:48:02 +00:00
locale.php chore: remove phpstan baseline 2026-04-01 23:01:11 +05:30
messaging.php Merge branch '1.9.x' into feat-audit-user-type-distinction 2026-04-05 08:04:38 +05:45
migrations.php fix: correct resourceType routing, schemaless validation, and E2E tests for migrations 2026-03-31 12:35:18 +01:00
project.php Merge branch '1.9.x' into revert-11585-revert-11402-sync-mongodb 2026-03-24 03:03:02 +00:00
projects.php Fix platform scopes 2026-04-08 10:17:48 +02:00
users.php Merge branch '1.9.x' into feat-audit-user-type-distinction 2026-04-05 08:04:38 +05:45