-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Open
milkmaker
wants to merge
15
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 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
* Add initial Japanese language files * Reordered language list: moved Japanese (日本語) below Italian (Italiano) --------- Co-authored-by: Tatsuya Yokota <git@acoustype.com>
Implement search mailboxes by fullname
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>
* [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>
[Web] Updated lang.fr-fr.json Co-authored-by: Neuronnexion <support@nnx.com> Co-authored-by: Peter <magic@kthx.at>
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/renovate.json | 6 -
.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/nginx/bootstrap.py | 5 +-
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) | 35 +
data/conf/sogo/sogo.conf | 3 +
data/web/api/openapi.yaml | 30 -
data/web/debug.php | 4 -
data/web/inc/functions.inc.php | 44 -
data/web/inc/functions.mailbox.inc.php | 19 -
data/web/inc/triggers.inc.php | 6 +-
data/web/inc/vars.inc.php | 1 +
data/web/json_api.php | 20 +-
data/web/lang/lang.cs-cz.json | 3 -
data/web/lang/lang.da-dk.json | 3 -
data/web/lang/lang.de-de.json | 3 -
data/web/lang/lang.en-gb.json | 3 -
data/web/lang/lang.es-es.json | 2 -
data/web/lang/lang.fi-fi.json | 3 -
data/web/lang/lang.fr-fr.json | 327 +++--
data/web/lang/lang.it-it.json | 3 -
data/web/lang/lang.ja-jp.json (new) | 1338 ++++++++++++++++++++
data/web/lang/lang.ko-kr.json | 3 -
data/web/lang/lang.lv-lv.json | 1 -
data/web/lang/lang.nb-no.json | 2 -
data/web/lang/lang.nl-nl.json | 3 -
data/web/lang/lang.pt-br.json | 3 -
data/web/lang/lang.ro-ro.json | 3 -
data/web/lang/lang.ru-ru.json | 3 -
data/web/lang/lang.si-si.json | 48 +-
data/web/lang/lang.sk-sk.json | 3 -
data/web/lang/lang.sv-se.json | 3 -
data/web/lang/lang.tr-tr.json | 3 -
data/web/lang/lang.uk-ua.json | 3 -
data/web/lang/lang.zh-cn.json | 3 -
data/web/lang/lang.zh-tw.json | 3 -
data/web/templates/debug.twig | 102 --
data/web/templates/user.twig | 4 +-
docker-compose.yml | 43 +-
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 +++++-
55 files changed, 2070 insertions(+), 1428 deletions(-)