1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00
appwrite/app/controllers/api
Steven Nguyen 836ce852ed
Refactor email templates
Update the mails worker to only be responsible for building the final
email using the base (layout) template and the user, team, project, and
redirect variables.

It is the responsibility of the controller to perform localization and
determine whether a custom or default email template should be used.
If the default one is used, it has to be rendered using the hello,
footer, thanks, and signature variables so that it matches the custom
template. Then, it can be sent to the worker.
2023-10-26 16:47:14 -07:00
..
account.php Refactor email templates 2023-10-26 16:47:14 -07:00
avatars.php sync with 1.4 2023-10-02 17:02:48 +03:00
console.php sync with 1.4 2023-10-02 17:02:48 +03:00
databases.php Add timeout test 2023-10-19 17:06:57 +13:00
functions.php Delegate custom deletes 2023-10-17 12:18:51 +13:00
graphql.php sync with 1.4 2023-10-02 17:02:48 +03:00
health.php chore: update health API 2023-10-19 09:25:38 +00:00
locale.php sync with 1.4 2023-10-02 17:02:48 +03:00
migrations.php migrations worker 2023-10-01 20:39:26 +03:00
project.php rollback to Usage 2023-10-15 20:41:09 +03:00
projects.php Leave user placeholder in default email template 2023-10-26 16:23:58 -07:00
proxy.php queues fixes 2023-10-19 18:28:01 +03:00
storage.php Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-workers-sn 2023-10-16 17:06:59 +03:00
teams.php Refactor email templates 2023-10-26 16:47:14 -07:00
users.php Delegate custom deletes 2023-10-17 12:18:51 +13:00
vcs.php queueForBuilds fix via functions controller 2023-10-09 13:28:06 +03:00