Automatic PR to nightly from 2024-08-15T07:51:57Z #6010
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📁 Modified files
.github/PULL_REQUEST_TEMPLATE.md (new) | 38 ++
CONTRIBUTING.md | 33 +-
data/assets/templates/pw_reset_html.tpl (new) | 29 ++
data/assets/templates/pw_reset_text.tpl (new) | 11 +
data/web/admin.php | 1 +
data/web/inc/functions.inc.php | 439 ++++++++++++++++++++-
data/web/inc/functions.mailbox.inc.php | 103 +++--
data/web/inc/init_db.inc.php | 16 +-
data/web/inc/triggers.inc.php | 60 ++-
data/web/inc/vars.inc.php | 6 +
data/web/js/site/mailbox.js | 3 +
data/web/json_api.php | 4 +-
data/web/lang/lang.de-de.json | 26 ++
data/web/lang/lang.en-gb.json | 26 ++
data/web/reset-password.php (new) | 31 ++
data/web/templates/admin.twig | 4 +-
.../admin/tab-config-password-policy.twig (gone) | 40 --
.../admin/tab-config-password-settings.twig (new) | 102 +++++
data/web/templates/edit/mailbox-templates.twig | 1 +
data/web/templates/edit/mailbox.twig | 7 +
data/web/templates/index.twig | 3 +
data/web/templates/modals/mailbox.twig | 2 +
data/web/templates/modals/user.twig | 27 ++
data/web/templates/reset-password.twig (new) | 57 +++
data/web/templates/user/tab-user-auth.twig | 1 +
25 files changed, 951 insertions(+), 119 deletions(-)