5 The Postorius Django app provides a web user interface to
8 Postorius is free software: you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public License as
10 published by the Free Software Foundation, version 3 of the License.
12 Postorius is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
15 General Public License for more details.
17 You should have received a copy of the GNU Lesser General Public License
18 along with Postorius. If not, see <http://www.gnu.org/licenses/>.
31 * Add 'Delivery Mode' and 'Moderation Action' columns to List members
33 * Add support to list and handle pending un-subscription requests. (Closes
35 * Add support to specify a reason when handling (un)subscription requests
37 * Success messages to mass subscribes now properly distinguish subscription
38 from invitation and indicate possible pending confirmation or approval.
40 * User profile dropdown no longer is too far right. (Closes #486)
41 * Expose ``archive_rendering_mode`` in Archiver settings to choose between
42 plaintext and rich text rendering of emails in Hyperkitty. (Closes #487)
43 * Allow choosing ``delivery_mode`` and ``delivery_status`` when subscribing to
45 * Redirect to ``domain_index`` after ``domain_edit`` succeeds. (Closes
47 * Expose new ``bounce_notify_owner_on_bounce_increment`` list setting on
48 ``Bounce Processing`` settings, and expose the corresponding template.
49 * Expose the ``forward_unrecognized_bounces_to`` setting on
50 ``Bounce Processing`` settings.
51 * Clarified the description of ``Maximum number of recipients``. (Closes #515)
52 * List summary view will now display a table for all subscriptions with
53 ``delivery_mode`` and ``delivery_status``. (Closes #470)
54 * Add a new user management interface for superusrs. (See #518)
55 * Allow searching for users in list user views. (See #518)
56 * Show both display name and email in user management interface if available,
58 * Allow ``list:admin:notice:pending`` template to be set in Postorius. (Closes
64 * Use mass-subscription API in core for Mass Removal of Members. (Closes #464)
65 * Fix a bug where users with multiple subscriptions to a List couldn't view
66 their Preferences for all addresses. (Closes #472)
67 * Check for pending unsubscription requests and notify user when the request is
68 pending approval. (Closes #473)
69 * Improve the performance of Members' page by skipping an API call. (Closes
71 * Improve the performance of List index page for Superuser. (See !599)
72 * Skip looking up choosable_domains for non-superuser to reduce API calls. (See
74 * Improve the performance of List owner access checks. (See !598)
75 * Add a new ``APICountingMiddleware`` to performance testing purposes. (See
77 * Use ``user_id`` as ``subscriber`` instead of addresses to improve the
78 efficiency of list index page. (Closes #419)
79 * ``AUTOCREATE_MAILMAN_USER`` setting is now removed and a Mailman user is
80 always created when a User object in created in Django. Also remove duplicate
81 implementation of ``get_mailman_user`` from ``MailmanUserManager`` so that we
82 can use a single implementation that uses caching for efficient lookups.
83 * Bump bundled jQuery to 3.6.0.slim version. (See !637)
84 * Use the full jQuery not the slim version. (Closes #523)
88 * Move the focus to the textarea in mass subscribe page if there are errors in
89 the form. (Closes #493)
99 * ``AUTOCREATE_MAILMAN_USER`` setting is now removed and a Mailman user is
100 always created when a User object in created in Django. Also remove duplicate
101 implementation of ``get_mailman_user`` from ``MailmanUserManager`` so that we
102 can use a single implementation that uses caching for efficient lookups.
106 * Check that a user owns the email address they are trying to unsubscribe. This
107 fixes a bug in which any logged-in user could unsubscribe any email address
108 from any mailing list, leaking whether that address was subscribed originally.
109 (CVE-2021-40347, Closes #531)
119 * Update the default Site when creating a domain to match the domain if it is
120 ``example.com``. (Closes #427)
121 * Add the ability to subscribe via Primary Address instead of specific
123 * Fix a bug where the user's display name would be ignore when
124 subscribing. (Closes #429)
125 * Display a user's name in the pending subscription request list. (Closes #430)
126 * Set a user's preferrred_address in Core if it isn't already set and the user
127 has a Primary Address that is verified.
128 * Use the new APIs in Core to get the count of held messages and pending
129 subscriptions to improve peroformance of settings page for list
131 * Show held message is local time of the User. (Closes #434)
132 * Fix a bug where non-member options page would show an owner's options if the
133 same email was subscribed as owner and non-member in a list. (Closes #436)
134 * Switching subscription from one email address to other or Primary Address now
135 preserves preferences and does not require Moderator approval. (Closes #425)
136 * Make 'Archives' and 'List Options' urls more prominently visible in the
137 list summary page as buttons. (Closes #439)
138 * Added the ability to issue invitations from the mass subscribe view.
139 * Expose ``emergency`` moderation setting for MailingList.
140 * Fixed some minor HTML errors. (Closes #442)
141 * Fix the bug where ListOfStringsField couldn't be unset in Postorius. (Closes
143 * Allow ``list:user:action:invite`` template to be set in Postorius. (Closes
145 * Fix a bug where the Bans form would always use default language instead of
146 current request's language. (Closes #441)
147 * Fix the URL on cancel buttons in template's confirm delete page. (Closes
149 * Use server side filtering for pending subscription requests for moderator
151 * Allow setting moderation action for a nonmember from Held Message modal. (
153 * Add a new view to confirm subscriptions or new emails for Users using
154 Postorius. (Fixes #459)
155 * Fix a bug where membership check compared email addresses in different
157 * Mass removal now accepts address formats with display names and/or angle
158 brackets. (Closes #455)
159 * Add support to override ``send_welcome_message`` when mass subscribing to
160 suppress welcome messages. (Closes #99)
161 * Add support for Django 3.1.x. (See !574)
162 * The list's ``send_goodbye_message`` is now settable on the Automatic
163 Responses view. (Closes #466)
164 * Support ``HYPERKITTY_ENABLE_GRAVATAR`` setting to control the user gravatar.
174 * Expose additional list settings. (See !483)
175 * Correct description of Digest Frequency. (Closes #395)
176 * Added links to Reply-To munging articles. (Closes #401)
177 * Fix "Show Headers" button to show the held message headers in the
178 held message popup. (Closes #407)
179 * Fix the held message popup structure and increase the max width of the popup
180 to be 800px(modal-lg) for larger screens. (Closes #405)
181 * Fix FILTER_VHOST = True option to try to find the email host corresponding
182 to the requesting web host. (Closes #394)
183 * Allow specifying a reason when rejecting a held message. (Closes #412)
184 * Allow users to set their preferred language in their preferences. (Closes #413)
185 * Add support to ban addresses for the entire Mailman installation. (Closes #357)
186 * Un-handled ``HTTPError`` exception raised from MailmanClient now results in an
187 error page and proper logging instead of mysterious ``KeyError`` in logs.
189 * Change List settings navigation to be vertical instead of horizontal. (See
191 * Move bounce processing settings into a new vertical tab for better
193 * Add URL to edit the Web host for each domain in Domain Index page. Also, show
194 the ``SITE_ID`` for each webhost. (Closes #426)
202 * Do not show pagination, when user is authenticated. (Closes #387)
203 * Drop support for Django 1.11.
204 * Add support to choose options for ``pre_confirm``, ``pre_approve`` and
205 ``pre_verify`` when mass subscribing. (Fixes #203)
212 * Show templates' file names in selection list where admins can pick
213 individual templates for customization. (See !425)
214 * Make template short names more prominent on all email templates related
216 * Bind object attributes to local variables in {% blocktrans %} (See !439)
217 * Set the initial style in new list form as the default style. (Closes #310)
218 * Fix a bug where logged in users's index page view would cap the total number
219 of lists for a role to 50. (Closes #335)
220 * Fix a bug where handling non-existent held message can raise 500
221 exception. (Closes #349)
222 * Emit appropriate signals when Domain and MailingList is updated. (Closes
224 * Do not strip leading whitespaces in Email Templates. (Closes #301)
225 * Hold date for held messages are now displayed correctly. (Closes #312)
226 * Add support for Python 3.8.
227 * Add support for Django 3.0.
234 * Fix a string substitution bug which would cause un-substituted raw string to
235 be exposed as notification to admin. (Closes #327)
236 * Add support for ``FILTER_VHOST`` option to filter MalingLists based on
237 ``HOST`` header of incoming request. (Closes #330)
238 * List Summary page now renders List info as markdown. (Closes #244)
239 * Moderation action for held message's sender can now be set from held
240 message's view.(Closes #127)
241 * Add a 'Ban' button to list of subscription requests to help administrators
242 against spams. (Closes #339)
243 * Added support for Django 2.2.
244 * ``pytest`` will be used to run tests instead of default Django's test runner.
245 * Remove ``vcrpy`` and use fixtures to start and stop Mailman's REST API to
246 test against, without having to record tapes to be replayed.
247 * Corrected display message in 'recieve_list_copy' option in global mailman
248 preferences of mailman settings. (Closes #351)
249 * Allow setting a MailingList's Preferred Language. (Closes #303)
250 * Allow a empty templates as a workaround for missing settings to skip
251 email decoration. (Closes #331)
252 * Expose ``digest_volume_frequency``, ``digest_send_periodict`` and
253 ``digests_enabled`` settings for MailingLists.
254 * Add a badge with count of held messages and pending subscription requests
255 for moderator approval. (Closes #308)
256 * Add support to add, view and remove domain owners.
257 * Allow setting the visibility options for MailingList's member list.
258 * Make page titles localizable.
265 * Add support for ``explicit_header_only`` in list settings.
273 * Expose ``max_num_recipients`` in list settings. (Closes #297)
274 * Add support for Non-member management in Postorius. (Closes #265)
275 * ``Members`` tab in Mailing List settings page is now called ``Users``.
277 * Show pending subscription requests are only pending for Moderator.
285 * Add support for Python 3.7 with Django 2.0+
286 * Index page only shows related lists for signed-in users with option to
287 filter based on role.
288 * Expose respond_to_post_requests in Postorius. (Closes #223)
295 * A Django migration was missing from version 1.2.0. This is now added.
301 * Postorius now runs only on Python 3.4+ and supports Django 1.8 and 1.11+
302 * Added the ability to set and edit ``alias_domain`` to the ``domains`` forms.
303 * List Create form now allows selecting the ``style``. A ``style`` is how a new
304 mailing list is configured.
305 * Minimum supported Mailman Core version is now 3.2.0. This is because the
306 ``styles`` attribute for MailingList resource is exposed in 3.2, which
307 contains all the default ``styles`` supported by Core and their human readable
309 * Account subscription page now lists all the memberships with their respective
310 roles. This avoids repeated API calls for the way data was displayed
311 before. (Closes #205)
312 * Postorius now supports only Django 1.11+.
313 * Duplicate MailingList names doesn't return a 500 error page and instead adds
314 an error to the New MailingList form. (Fixes #237)
315 * Pending subscription requests page is now paginated. (See !298)
316 * Add owners/moderators form now allows specifying a Display Name, along with
317 their email. (Fixes #254)
318 * Members views now show total number of members at the top. (See !315)
319 * Fixed a bug where GET on views that only expect a POST would cause 500 server
320 errors instead of 405 method not allowed. (Fixes #185)
321 * Member preferences form can now be saved without having to change all the
323 * Fixed a bug where the 'Delete' button to remove list owners didn't work due to
324 wrong URL being rendered in the templates. (Fixes #274)
325 * Require Explicit Destination is added to the Message Acceptance form.
327 * Delete Domain page now shows some extra warning information about all the
328 mailing lists that would be deleted after deleting the Domain. (See !250)
329 * Superusers can now view Mailman Core's current version and REST API version
330 being used under 'System Information' menu in the top navigation bar. (See !325)
331 * Fixed a bug where 500 error template wouldn't render properly due to missing
332 context variables in views that render that templates (See !334)
333 * Postorius now allows adding and editing templates for email headers, footers
334 and some of the automatic responses sent out by Mailman. (See !327)
340 * Added a new ``reset_passwords`` command that resets _all_ user's passwords
341 inside of Core. This password is different from the one Postorius
342 maintains. The Postorius password is the one used for logging users in.
343 * Postorius now sets the 'Display Name' of the user in Core correctly. This
344 fixes a security vulnerability where user's display_name would be set as their
352 * Improved testing and internal bug fixes.
353 * Preserve formatting of Mailing List description in the summary view.
354 * Site's Name isn't capitalized anymore in the navigation bar.
355 * html5shiv and response.js libraries are now included, instead of loading from a CDN.
357 1.1.0 -- "Welcome to This World"
358 ================================
361 * Added DMARC mitigation settings
362 * Switch to Allauth auth library
363 * Preference page improvements
364 * Moderation page improvements
365 * Django support up to Django 1.11
366 * Added form to edit header matches
367 * Domain edit form improvements
368 * All pipelines recognized in alter messages form
369 * Use django-mailman3 to share common code with HyperKitty
370 * Various bug fixes, code cleanup, and performance improvements
391 * Help texts Small visual alignment fix; removed unnecessary links to
393 * Import fix in fieldset_forms module (Django1.6 only)
396 1.0.0 -- "Frizzle Fry"
397 ======================
400 * French translation. Provided by Guillaume Libersat
401 * Addedd an improved test harness using WebTest. Contributed by Aurélien Bompard.
402 * Show error message in login view. Contributed by Aurélien Bompard (LP: 1094829).
403 * Fix adding the a list owner on list creation. Contributed by Aurélien Bompard (LP: 1175967).
404 * Fix untranslatable template strings. Contributed by Sumana Harihareswara (LP: 1157947).
405 * Fix wrong labels in metrics template. Contributed by Sumana Harihareswara (LP: 1409033).
406 * URLs now contain the list-id instead of the fqdn_listname. Contributed by Abhilash Raj (LP: 1201150).
407 * Fix small bug moderator/owner forms on list members page. Contributed by Pranjal Yadav (LP: 1308219).
408 * Fix broken translation string on the login page. Contributed by Pranjal Yadav.
409 * Show held message details in a modal window. Contributed by Abhilash Raj (LP: 1004049).
410 * Rework of internal testing
411 * Mozilla Persona integration: switch from django-social-auto to django-browserid: Contributed by Abhilash Raj.
412 * Fix manage.py mmclient command for non-IPython shells. Contributed by Ankush Sharma (LP: 1428169).
413 * Added archiver options: Site-wide enabled archivers can not be enabled
414 on a per-list basis through the web UI.
415 * Added functionality to choose or switch subscription addresses. Contributed by Abhilash Raj.
416 * Added subscription moderation, pre_verification/_confirmation.
417 * Several style changes.
420 1.0 beta 1 -- "Year of the Parrot"
421 ==================================
424 * fixed pip install (missing MANIFEST) (LP: 1307624). Contributed by Aurélien Bompard
425 * list owners: edit member preferences
426 * users: add multiple email addresses
427 * list info: show only subscribe or unsubscribe button. Contributed by Bhargav Golla
428 * remove members/owners/moderator. Contributed by Abhilash Raj
431 1.0 alpha 2 -- "Is It Luck?"
432 ============================
435 * dev setup fix for Django 1.4 contributed by Rohan Jain
436 * missing csrf tokens in templates contributed by Richard Wackerbarth (LP: 996658)
437 * moderation: fixed typo in success message call
438 * installation documentation for Apache/mod_wsgi
439 * moved project files to separate branch
440 * show error message if connection to Mailman API fails
441 * added list members view
442 * added developer documentation
443 * added test helper utils
444 * all code now conform to PEP8
445 * themes: removed obsolete MAILMAN_THEME settings from templates, contexts, file structure; contributed by Richard Wackerbarth (LP: 1043258)
446 * added access control for list owners and moderators
447 * added a mailmanclient shell to use as a ``manage.py`` command (``python manage.py mmclient``)
448 * use "url from future" template tag in all templates. Contributed by Richard Wackerbarth.
449 * added "new user" form. Contributed by George Chatzisofroniou.
450 * added user subscription page
451 * added decorator to allow login via http basic auth (to allow non-browser clients to use API views)
452 * added api view for list index
453 * several changes regarding style and navigation structure
454 * updated to jQuery 1.8. Contributed by Richard Wackerbarth.
455 * added a favicon. Contributed by Richard Wackerbarth.
456 * renamed some menu items. Contributed by Richard Wackerbarth.
457 * changed static file inclusion. Contributed by Richard Wackerbarth.
458 * added delete domain feature.
459 * url conf refactoring. Contributed by Richard Wackerbarth.
460 * added user deletion feature. Contributed by Varun Sharma.
464 1.0 alpha 1 -- "Space Farm"
465 ===========================
468 Many thanks go out to Anna Senarclens de Grancy and Benedict Stein for
469 developing the initial versions of this Django app during the Google Summer of
472 * add/remove/edit mailing lists
474 * show all mailing lists on server
475 * subscribe/unsubscribe/mass subscribe mailing lists
477 * show basic list info and metrics
478 * login using django user account or using BrowserID
479 * show basic user profile
480 * accept/discard/reject/defer messages
481 * Implementation of Django Messages contributed by Benedict Stein (LP: #920084)
482 * Dependency check in setup.py contributed by Daniel Mizyrycki
483 * Proper processing of acceptable aliases in list settings form contributed by