Debian Patches

Status for postorius/1.3.13-2

Patch Description Author Forwarded Bugs Origin Last update
0001-README.rst-remove-embedded-images.patch README.rst: remove embedded images

The documentation files shipped with Debian packages should not embed
remote images, especially not from sources that are known to track
users (like shields.io).
Jonas Meurer <jonas@freesources.org> not-needed 2017-12-14
0002-Drop-requests_panel.patch Drop requests_panel Pierre-Elliott Bécue <peb@debian.org> no 2023-01-29
bedf749b85465b261a3d4d5bf5e6296f7a00b6ba.patch Remove six usage in tests
six isn't declared as a requirement, and I suspect it's pulled in via
mailman itself, but rip out its usage from the small part of the
testsuite that uses it.
Steve Kowalik <steven@wedontsleep.org> no 2025-02-03
xss-held-messages.patch [PATCH 1/2] Fixing held_messages.js Danil Smirnov <danil@smirnov.la> no 2025-01-19
0003-Guard-account_signup-navbar-links-when-SOCIALACCOUNT_ONLY.patch commit c0d565f5b1642833c5749d7d9a3e316485db853d

Guard account_signup navbar links when SOCIALACCOUNT_ONLY=True

allauth 65+ does not register the account_signup URL when
SOCIALACCOUNT_ONLY=True, causing a NoReverseMatch 500 error on every
page load. Wrap both navbar signup links (mobile and desktop) in
{% if not SOCIALACCOUNT_ONLY %} so they are skipped entirely when local
account signup is disabled.

The SOCIALACCOUNT_ONLY context variable is injected by
django_mailman3.context_processors.common (requires a matching fix
there).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

diff --git a/src/postorius/templates/postorius/base.html b/src/postorius/templates/postorius/base.html
index 1a6c3b6b..b5f7df46 100644
Jordi Mallach <jordi@mallach.net> no 2026-05-08

All known versions for source package 'postorius'

Links