From 4e3d3b1f22f30f58186bb652d2a288d2ba4126f2 Mon Sep 17 00:00:00 2001 From: luelista Date: Mon, 4 May 2026 11:13:38 +0200 Subject: [PATCH 1/5] Fix permissions of /pretix in docker container (#6133) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6ad99226a2..4a62f561d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update && \ mkdir /etc/pretix && \ mkdir /data && \ useradd -ms /bin/bash -d /pretix -u 15371 pretixuser && \ + chmod 0755 /pretix \ echo 'pretixuser ALL=(ALL) NOPASSWD:SETENV: /usr/bin/supervisord' >> /etc/sudoers && \ mkdir /static && \ mkdir /etc/supervisord From c75c847393a58dd84f307b886002e1a5077b419e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 4 May 2026 11:22:47 +0200 Subject: [PATCH 2/5] Settings: Fix typo in class path to mail backend (#6144) --- src/pretix/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/settings.py b/src/pretix/settings.py index aa86977963..8971b520dd 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -265,7 +265,7 @@ EMAIL_USE_TLS = config.getboolean('mail', 'tls', fallback=False) EMAIL_USE_SSL = config.getboolean('mail', 'ssl', fallback=False) EMAIL_SUBJECT_PREFIX = '[pretix] ' EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' -EMAIL_CUSTOM_SMTP_BACKEND = 'pretixbase.email.CheckPrivateNetworkSmtpBackend' +EMAIL_CUSTOM_SMTP_BACKEND = 'pretix.base.email.CheckPrivateNetworkSmtpBackend' EMAIL_TIMEOUT = 60 ADMINS = [('Admin', n) for n in config.get('mail', 'admins', fallback='').split(",") if n] From 4019f956a8915b40a609d4dafa9850b6e38dce36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 4 May 2026 11:23:44 +0200 Subject: [PATCH 3/5] Fix Dockerfile syntax for chmod command (#6145) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a62f561d8..84309f5143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && \ mkdir /etc/pretix && \ mkdir /data && \ useradd -ms /bin/bash -d /pretix -u 15371 pretixuser && \ - chmod 0755 /pretix \ + chmod 0755 /pretix && \ echo 'pretixuser ALL=(ALL) NOPASSWD:SETENV: /usr/bin/supervisord' >> /etc/sudoers && \ mkdir /static && \ mkdir /etc/supervisord From f88a560d5f77dfa35b48cbc2f6a5ea3e794e6fd0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 4 May 2026 11:24:26 +0200 Subject: [PATCH 4/5] Bump to 2026.4.1 --- src/pretix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/__init__.py b/src/pretix/__init__.py index a6fca5e3ee..58e112fc24 100644 --- a/src/pretix/__init__.py +++ b/src/pretix/__init__.py @@ -19,4 +19,4 @@ # You should have received a copy of the GNU Affero General Public License along with this program. If not, see # . # -__version__ = "2026.4.0" +__version__ = "2026.4.1" From 51cdb437db177ba1940d36a71639a1135c230440 Mon Sep 17 00:00:00 2001 From: monsi Date: Sat, 16 May 2026 21:56:20 +0200 Subject: [PATCH 5/5] Remove gendered language from de/de_Informal translations Co-Authored-By: Claude Sonnet 4.6 --- src/pretix/locale/de/LC_MESSAGES/django.po | 2 +- src/pretix/locale/de_Informal/LC_MESSAGES/django.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/locale/de/LC_MESSAGES/django.po b/src/pretix/locale/de/LC_MESSAGES/django.po index a81cad5064..99f6f57641 100644 --- a/src/pretix/locale/de/LC_MESSAGES/django.po +++ b/src/pretix/locale/de/LC_MESSAGES/django.po @@ -34309,7 +34309,7 @@ msgstr "MOTO" #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:64 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:67 msgid "Payer name" -msgstr "Name des Zahlenden" +msgstr "Name des Zahlers" #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:91 msgid "Payment receipt" diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po index 7d2a46a801..28338e8eba 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/django.po @@ -34242,7 +34242,7 @@ msgstr "MOTO" #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:64 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:67 msgid "Payer name" -msgstr "Name des Zahlenden" +msgstr "Name des Zahlers" #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:91 msgid "Payment receipt"