Skip to content
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

Automatic PR to nightly from 2024-12-06T07:58:30Z #6202

Merged
merged 39 commits into from
Jan 23, 2025
Merged

Conversation

milkmaker
Copy link
Collaborator

@milkmaker milkmaker commented Dec 6, 2024

📁 Modified files

.github/ISSUE_TEMPLATE/config.yml | 2 +-
.github/renovate.json | 6 -
.github/workflows/close_old_issues_and_prs.yml | 2 +-
.github/workflows/image_builds.yml | 1 -
.gitignore | 1 +
data/Dockerfiles/dovecot/Dockerfile | 1 -
data/Dockerfiles/dovecot/docker-entrypoint.sh | 71 +-
data/Dockerfiles/dovecot/optimize-fts.sh | 4 +-
data/Dockerfiles/dovecot/sa-rules.sh | 2 +-
data/Dockerfiles/nginx/bootstrap.py | 34 +-
data/Dockerfiles/nginx/docker-entrypoint.sh | 8 +-
data/Dockerfiles/phpfpm/Dockerfile | 2 +-
data/Dockerfiles/solr/Dockerfile (gone) | 31 -
data/Dockerfiles/solr/solr-config-7.7.0.xml (gone) | 289 -----
data/Dockerfiles/solr/solr-schema-7.7.0.xml (gone) | 49 -
data/Dockerfiles/solr/solr.sh (gone) | 75 --
data/assets/nextcloud/nextcloud.conf (gone) | 130 --
data/assets/nextcloud/occ (gone) | 2 -
data/conf/dovecot/conf.d/fts.conf (new) | 37 +
data/conf/nginx/{ => templates}/nginx.conf.j2 | 12 +-
.../nginx/{ => templates}/sites-default.conf.j2 | 0
data/conf/postfix/postscreen_access.cidr | 20 +-
data/conf/sogo/sogo.conf | 3 +
data/web/api/openapi.yaml | 33 +-
data/web/debug.php | 4 -
data/web/inc/ajax/sieve_validation.php | 6 +-
data/web/inc/functions.inc.php | 48 +-
data/web/inc/functions.mailbox.inc.php | 30 +-
data/web/inc/init_db.inc.php | 61 +-
data/web/inc/triggers.inc.php | 14 +-
data/web/inc/vars.inc.php | 1 +
data/web/js/site/mailbox.js | 3 +-
data/web/js/site/user.js | 8 +
data/web/json_api.php | 20 +-
data/web/lang/lang.ca-es.json | 3 +-
data/web/lang/lang.cs-cz.json | 6 +-
data/web/lang/lang.da-dk.json | 6 +-
data/web/lang/lang.de-de.json | 6 +-
data/web/lang/lang.en-gb.json | 6 +-
data/web/lang/lang.es-es.json | 5 +-
data/web/lang/lang.fi-fi.json | 6 +-
data/web/lang/lang.fr-fr.json | 348 +++--
data/web/lang/lang.hu-hu.json | 3 +-
data/web/lang/lang.it-it.json | 6 +-
data/web/lang/lang.ja-jp.json (new) | 1338 ++++++++++++++++++++
data/web/lang/lang.ko-kr.json | 6 +-
data/web/lang/lang.lv-lv.json | 4 +-
data/web/lang/lang.nb-no.json | 2 -
data/web/lang/lang.nl-nl.json | 6 +-
data/web/lang/lang.pl-pl.json | 3 +-
data/web/lang/lang.pt-br.json | 6 +-
data/web/lang/lang.pt-pt.json | 3 +-
data/web/lang/lang.ro-ro.json | 6 +-
data/web/lang/lang.ru-ru.json | 6 +-
data/web/lang/lang.si-si.json | 48 +-
data/web/lang/lang.sk-sk.json | 6 +-
data/web/lang/lang.sv-se.json | 6 +-
data/web/lang/lang.tr-tr.json | 6 +-
data/web/lang/lang.uk-ua.json | 6 +-
data/web/lang/lang.zh-cn.json | 12 +-
data/web/lang/lang.zh-tw.json | 6 +-
data/web/templates/debug.twig | 102 --
data/web/templates/modals/user.twig | 29 +-
data/web/templates/user.twig | 4 +-
data/web/templates/user/SpamAliases.twig | 2 +-
docker-compose.yml | 46 +-
generate_config.sh | 41 +-
helper-scripts/_cold-standby.sh | 13 +-
.../BUILD_FLAGS/docker-compose.override.yml | 3 -
helper-scripts/nextcloud.sh (gone) | 264 ----
update.sh | 422 +++++-
71 files changed, 2258 insertions(+), 1543 deletions(-)

DerLinkman and others added 3 commits November 15, 2024 16:21
* Add initial Japanese language files

* Reordered language list: moved Japanese (日本語) below Italian (Italiano)

---------

Co-authored-by: Tatsuya Yokota <git@acoustype.com>
FreddleSpl0it and others added 24 commits December 9, 2024 09:50
This is related to #5970 and https://community.mailcow.email/d/2126-backup-restore/2

It adds `docker compose create` to the script which gets executed directly after the sync of the mailcow-dockerized directory. This way the Docker daemon on the remote side creates everything and we get rid of the warning "volume "XYZ" already exists but was not created by Docker Compose. Use `external: true` to use an existing volume"

This is helpful if you use the create-cold-standby.sh script to migrate your mailcow installation to another server and don't want to get those warnings after migration.

Co-authored-by: Niklas Meyer <niklas.meyer@servercow.de>
tested from my end.
This AJAX request sends form data in $_GET request query. This is problematic and unreliable when validating superrrr loooooong conditions, especially in environments that use reverse-proxy.

Been having this problem and this PR solves it. :)
* [Web] Updated lang.fr-fr.json

Co-authored-by: Neuronnexion <support@nnx.com>

* [Web] Updated lang.si-si.json

Co-authored-by: Matjaž Tekavec <matjaz@moj-svet.si>

---------

Co-authored-by: Neuronnexion <support@nnx.com>
Co-authored-by: Matjaž Tekavec <matjaz@moj-svet.si>
* fts-flatcurve: inital implementation

* fts: removed solr from compose.yml

* flatcurve: added heap and proc logic to dovecot

* added logic for update.sh & generate for Flatcurve

* delete old iteration of fts-flatcurve.conf

* updated default fts.conf

* updated .gitignore to exclude fts.conf for further git updates

* Remove autogeneration of fts.conf (disable override)

* cleanup all left solr stuff

* renamed SKIP_FLATCURVE to SKIP_FTS

* cleanup leftovers solr in lang files

* moved lazy_expunge plugin only to mail_plugins

* added fts timeout value

* compose: remove dev image of dovecot

* updated japanese translation
Co-authored-by: Neuronnexion <support@nnx.com>
In example there was property called "user1", but it was missing from request definition.

This resulted in nswagger generating incorrect C# API code.
[Web] Updated lang.fr-fr.json

Co-authored-by: Neuronnexion <support@nnx.com>
Co-authored-by: Peter <magic@kthx.at>
* [Web] Updated lang.fr-fr.json

Co-authored-by: Neuronnexion <support@nnx.com>

* [Web] Updated lang.zh-cn.json

Co-authored-by: Easton Man <me@eastonman.com>

---------

Co-authored-by: Neuronnexion <support@nnx.com>
Co-authored-by: Easton Man <me@eastonman.com>
Co-authored-by: Neuronnexion <support@nnx.com>
@FreddleSpl0it FreddleSpl0it merged commit d430b59 into nightly Jan 23, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.