-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Automatic PR to nightly from 2025-10-15T18:43:12Z #6841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
milkmaker
wants to merge
64
commits into
nightly
Choose a base branch
from
staging
base: nightly
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Nginx] move conf.d include to end of nginx.conf
…ges (#6273) * clamd: update to 1.4.2 + build from source instead using alpine packages * clamd: remove exposed ports from buildfile * clamd: cleanup dockerfile
Update 2025-01a
Update 2025-02
Update 2025-02
Update 2025-03
Update 2025-03a
Update 2025-03b
Update 2025-05
Update 2025-05_2
Update 2025-07
Update 2025-09
Update 2025-09
commit 94c1a6c Author: DerLinkman <[email protected]> Date: Wed Sep 10 16:20:58 2025 +0200 scripts: ipv6_controller improvement + fix modules handling (#6722) * Fix subscript handling for modules * ipv6: detect case when link local is present * v6-controller: removed fixed-cidr for docker 28+
Update 2025-09b
Update 2025-09c
Update 2025-09c
Update 2025-09c
Update 2025-10
Collaborator
Author
Collaborator
Author
* [Web] Updated lang.vi-vn.json [Web] Added lang.vi-vn.json Co-authored-by: Nguyễn Thái Dũng <[email protected]> Co-authored-by: Peter <[email protected]> Co-authored-by: milkmaker <[email protected]> * Add Vietnamese language --------- Co-authored-by: Nguyễn Thái Dũng <[email protected]> Co-authored-by: Peter <[email protected]>
Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Collaborator
Author
* [Web] Updated lang.ca-es.json Co-authored-by: Pere Montpeó <[email protected]> Co-authored-by: milkmaker <[email protected]> * [Web] Updated lang.gr-gr.json Co-authored-by: Chris <[email protected]> Co-authored-by: milkmaker <[email protected]> * [Web] Updated lang.cs-cz.json Co-authored-by: Filip Hajny <[email protected]> * [Web] Updated lang.pl-pl.json [Web] Updated lang.pl-pl.json Co-authored-by: Monika Bark <[email protected]> Co-authored-by: milkmaker <[email protected]> --------- Co-authored-by: Pere Montpeó <[email protected]> Co-authored-by: Chris <[email protected]> Co-authored-by: Filip Hajny <[email protected]> Co-authored-by: Monika Bark <[email protected]>
Collaborator
Author
Co-authored-by: ChD Computers <[email protected]>
Collaborator
Author
Collaborator
Author
Co-authored-by: Neuronnexion <[email protected]>
Collaborator
Author
Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Collaborator
Author
Collaborator
Author
Collaborator
Author
Signed-off-by: milkmaker <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[Web] Updated lang.fr-fr.json [Web] Updated lang.fr-fr.json Co-authored-by: Neuronnexion <[email protected]>
Collaborator
Author
Co-authored-by: Neuronnexion <[email protected]>
Collaborator
Author
Collaborator
Author
* postfix-tlspol: upgrade to 1.8.20 * pf-tlspol: update to 1.8.22
Collaborator
Author
Collaborator
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/workflows/close_old_issues_and_prs.yml | 2 +-
.github/workflows/image_builds.yml | 2 +-
.github/workflows/pr_to_nightly.yml | 4 +-
.github/workflows/rebuild_backup_image.yml | 2 +-
.../workflows/update_postscreen_access_list.yml | 2 +-
CONTRIBUTING.md | 10 +-
_modules/scripts/core.sh | 72 +-
data/Dockerfiles/backup/Dockerfile | 4 +-
data/Dockerfiles/dovecot/docker-entrypoint.sh | 7 +-
data/Dockerfiles/phpfpm/docker-entrypoint.sh | 2 +-
data/Dockerfiles/postfix-tlspol/Dockerfile | 2 +-
data/Dockerfiles/postfix/postfix.sh | 4 +-
data/Dockerfiles/sogo/bootstrap-sogo.sh | 4 -
data/conf/nginx/templates/nginx.conf.j2 | 1 +
data/conf/nginx/templates/sites-default.conf.j2 | 1 -
.../conf/phpfpm/php-conf.d/opcache-recommended.ini | 7 +-
data/conf/postfix/postscreen_access.cidr | 104 +--
data/conf/sogo/sogo.conf | 6 +
data/web/inc/functions.mailbox.inc.php | 37 +-
data/web/inc/init_db.inc.php | 5 +-
data/web/inc/vars.inc.php | 3 +-
data/web/js/site/user.js | 22 +-
data/web/json_api.php | 1 +
data/web/lang/lang.ca-es.json | 31 +-
data/web/lang/lang.cs-cz.json | 29 +-
data/web/lang/lang.de-de.json | 7 +-
data/web/lang/lang.en-gb.json | 5 +-
data/web/lang/lang.es-es.json | 7 +-
data/web/lang/lang.fr-fr.json | 52 +-
data/web/lang/lang.gr-gr.json | 168 +++-
data/web/lang/lang.ja-jp.json | 3 +
data/web/lang/lang.nb-no.json | 5 +-
data/web/lang/lang.pl-pl.json | 993 +++++++++++++++++++--
data/web/lang/lang.ru-ru.json | 38 +-
data/web/lang/lang.si-si.json | 13 +-
data/web/lang/lang.vi-vn.json (new) | 697 +++++++++++++++
data/web/templates/user/SpamAliases.twig | 14 +-
docker-compose.yml | 40 +-
helper-scripts/backup_and_restore.sh | 161 +++-
.../dev_tests/test_backup_and_restore.sh (new +x) | 301 +++++++
.../docker-compose.override.yml | 2 +-
update.sh | 47 +-
42 files changed, 2545 insertions(+), 372 deletions(-)