Version bump post release.
[mailman-postorious.git] / src / postorius / doc / news.rst
blobb41732b5391940f30aaa834f42b6d97060911e4f
1 ================
2 News / Changelog
3 ================
5 The Postorius Django app provides a web user interface to
6 access GNU Mailman.
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/>.
21 .. _NEWS-1.3.7:
23 1.3.7
24 =====
26 (2021-XX-XX)
30 .. _NEWS-1.3.6:
32 1.3.6
33 =====
35 (2021-09-28)
40 * Add 'Delivery Mode' and 'Moderation Action' columns to List members
41   page. (See #471)
42 * Add support to list and handle pending un-subscription requests. (Closes
43   #332)
44 * Add support to specify a reason when handling (un)subscription requests
45   (Closes #450)
46 * Success messages to mass subscribes now properly distinguish subscription
47   from invitation and indicate possible pending confirmation or approval.
48   (Closes #481)
49 * User profile dropdown no longer is too far right.  (Closes #486)
50 * Expose ``archive_rendering_mode`` in Archiver settings to choose between
51   plaintext and rich text rendering of emails in Hyperkitty. (Closes #487)
52 * Allow choosing ``delivery_mode`` and ``delivery_status`` when subscribing to
53   a List. (Closes #488)
54 * Redirect to ``domain_index`` after ``domain_edit`` succeeds. (Closes
55   #428)
56 * Expose new ``bounce_notify_owner_on_bounce_increment`` list setting on
57   ``Bounce Processing`` settings, and expose the corresponding template.
58 * Expose the ``forward_unrecognized_bounces_to`` setting on
59   ``Bounce Processing`` settings.
60 * Clarified the description of ``Maximum number of recipients``.  (Closes #515)
61 * List summary view will now display a table for all subscriptions with
62   ``delivery_mode`` and ``delivery_status``. (Closes #470)
63 * Add a new user management interface for superusrs. (See #518)
64 * Allow searching for users in list user views. (See #518)
65 * Show both display name and email in user management interface if available,
66   (See #518)
67 * Allow ``list:admin:notice:pending`` template to be set in Postorius. (Closes
68   #526)
70 Other
71 -----
73 * Use mass-subscription API in core for Mass Removal of Members. (Closes #464)
74 * Fix a bug where users with multiple subscriptions to a List couldn't view
75   their Preferences for all addresses. (Closes #472)
76 * Check for pending unsubscription requests and notify user when the request is
77   pending approval. (Closes #473)
78 * Improve the performance of Members' page by skipping an API call. (Closes
79   #483)
80 * Improve the performance of List index page for Superuser. (See !599)
81 * Skip looking up choosable_domains for non-superuser to reduce API calls. (See
82   !600)
83 * Improve the performance of List owner access checks. (See !598)
84 * Add a new ``APICountingMiddleware`` to performance testing purposes. (See
85   !604)
86 * Use ``user_id`` as ``subscriber`` instead of addresses to improve the
87   efficiency of list index page. (Closes #419)
88 * ``AUTOCREATE_MAILMAN_USER`` setting is now removed and a Mailman user is
89   always created when a User object in created in Django. Also remove duplicate
90   implementation of ``get_mailman_user`` from ``MailmanUserManager`` so that we
91   can use a single implementation that uses caching for efficient lookups.
92 * Bump bundled jQuery to 3.6.0.slim version. (See !637)
93 * Use the full jQuery not the slim version. (Closes #523)
94 * Do not show Ownerships and Moderator roles in the 'Subscriptions' page
95   under mange new user interface. (Closes #534)
97 Ascessibility
98 -------------
99 * Move the focus to the textarea in mass subscribe page if there are errors in
100   the form. (Closes #493)
103 .. _news-1.3.5:
105 1.3.5
106 =====
108 (2021-09-05)
110 * ``AUTOCREATE_MAILMAN_USER`` setting is now removed and a Mailman user is
111   always created when a User object in created in Django. Also remove duplicate
112   implementation of ``get_mailman_user`` from ``MailmanUserManager`` so that we
113   can use a single implementation that uses caching for efficient lookups.
115 Security
116 --------
117 * Check that a user owns the email address they are trying to unsubscribe. This
118   fixes a bug in which any logged-in user could unsubscribe any email address
119   from any mailing list, leaking whether that address was subscribed originally.
120   (CVE-2021-40347, Closes #531)
122   
123 .. _news-1.3.4:
125 1.3.4
126 =====
128 (2021-02-02)
130 * Update the default Site when creating a domain to match the domain if it is
131   ``example.com``. (Closes #427)
132 * Add the ability to subscribe via Primary Address instead of specific
133   address. (See !516)
134 * Fix a bug where the user's display name would be ignore when
135   subscribing. (Closes #429)
136 * Display a user's name in the pending subscription request list. (Closes #430)
137 * Set a user's preferrred_address in Core if it isn't already set and the user
138   has a Primary Address that is verified.
139 * Use the new APIs in Core to get the count of held messages and pending
140   subscriptions to improve peroformance of settings page for list
141   owners. (Fixes #417)
142 * Show held message is local time of the User. (Closes #434)
143 * Fix a bug where non-member options page would show an owner's options if the
144   same email was subscribed as owner and non-member in a list. (Closes #436)
145 * Switching subscription from one email address to other or Primary Address now
146   preserves preferences and does not require Moderator approval. (Closes #425)
147 * Make 'Archives' and 'List Options' urls more prominently visible in the
148   list summary page as buttons. (Closes #439)
149 * Added the ability to issue invitations from the mass subscribe view.
150 * Expose ``emergency`` moderation setting for MailingList.
151 * Fixed some minor HTML errors. (Closes #442)
152 * Fix the bug where ListOfStringsField couldn't be unset in Postorius. (Closes
153   #444)
154 * Allow ``list:user:action:invite`` template to be set in Postorius. (Closes
155   #454)
156 * Fix a bug where the Bans form would always use default language instead of
157   current request's language. (Closes #441)
158 * Fix the URL on cancel buttons in template's confirm delete page. (Closes
159   #458)
160 * Use server side filtering for pending subscription requests for moderator
161   approval. (See !559)
162 * Allow setting moderation action for a nonmember from Held Message modal. (
163   Closes #448)
164 * Add a new view to confirm subscriptions or new emails for Users using
165   Postorius. (Fixes #459)
166 * Fix a bug where membership check compared email addresses in different
167   cases. (Closes #457)
168 * Mass removal now accepts address formats with display names and/or angle
169   brackets. (Closes #455)
170 * Add support to override ``send_welcome_message`` when mass subscribing to
171   suppress welcome messages. (Closes #99)
172 * Add support for Django 3.1.x. (See !574)
173 * The list's ``send_goodbye_message`` is now settable on the Automatic
174   Responses view.  (Closes #466)
175 * Support ``HYPERKITTY_ENABLE_GRAVATAR`` setting to control the user gravatar.
176   (Closes #467)
178 .. _news-1.3.3:
180 1.3.3
181 =====
183 (2020-06-01)
185 * Expose additional list settings.  (See !483)
186 * Correct description of Digest Frequency.  (Closes #395)
187 * Added links to Reply-To munging articles.  (Closes #401)
188 * Fix "Show Headers" button to show the held message headers in the
189   held message popup. (Closes #407)
190 * Fix the held message popup structure and increase the max width of the popup
191   to be 800px(modal-lg) for larger screens. (Closes #405)
192 * Fix FILTER_VHOST = True option to try to find the email host corresponding
193   to the requesting web host.  (Closes #394)
194 * Allow specifying a reason when rejecting a held message. (Closes #412)
195 * Allow users to set their preferred language in their preferences. (Closes #413)
196 * Add support to ban addresses for the entire Mailman installation. (Closes #357)
197 * Un-handled ``HTTPError`` exception raised from MailmanClient now results in an
198   error page and proper logging instead of mysterious ``KeyError`` in logs.
199   (Closes #341)
200 * Change List settings navigation to be vertical instead of horizontal. (See
201   !509)
202 * Move bounce processing settings into a new vertical tab for better
203   visibility.
204 * Add URL to edit the Web host for each domain in Domain Index page. Also, show
205   the ``SITE_ID`` for each webhost. (Closes #426)
208 1.3.2
209 =====
211 (2020-01-12)
213 * Do not show pagination, when user is authenticated. (Closes #387)
214 * Drop support for Django 1.11.
215 * Add support to choose options for ``pre_confirm``, ``pre_approve`` and
216   ``pre_verify`` when mass subscribing. (Fixes #203)
218 1.3.1
219 =====
221 (2019-12-08)
223 * Show templates' file names in selection list where admins can pick
224   individual templates for customization. (See !425)
225 * Make template short names more prominent on all email templates related
226   views. (See !425)
227 * Bind object attributes to local variables in {% blocktrans %} (See !439)
228 * Set the initial style in new list form as the default style. (Closes #310)
229 * Fix a bug where logged in users's index page view would cap the total number
230   of lists for a role to 50. (Closes #335)
231 * Fix a bug where handling non-existent held message can raise 500
232   exception. (Closes #349)
233 * Emit appropriate signals when Domain and MailingList is updated. (Closes
234   #385)
235 * Do not strip leading whitespaces in Email Templates. (Closes #301)
236 * Hold date for held messages are now displayed correctly. (Closes #312)
237 * Add support for Python 3.8.
238 * Add support for Django 3.0.
240 1.3.0
241 =====
243 (2019-09-04)
245 * Fix a string substitution bug which would cause un-substituted raw string to
246   be exposed as notification to admin. (Closes #327)
247 * Add support for ``FILTER_VHOST`` option to filter MalingLists based on
248   ``HOST`` header of incoming request. (Closes #330)
249 * List Summary page now renders List info as markdown. (Closes #244)
250 * Moderation action for held message's sender can now be set from held
251   message's view.(Closes #127)
252 * Add a 'Ban' button to list of subscription requests to help administrators
253   against spams. (Closes #339)
254 * Added support for Django 2.2.
255 * ``pytest`` will be used to run tests instead of default Django's test runner.
256 * Remove ``vcrpy`` and use fixtures to start and stop Mailman's REST API to
257   test against, without having to record tapes to be replayed.
258 * Corrected display message in 'recieve_list_copy' option in global mailman
259   preferences of mailman settings. (Closes #351)
260 * Allow setting a MailingList's Preferred Language. (Closes #303)
261 * Allow a empty templates as a workaround for missing settings to skip
262   email decoration. (Closes #331)
263 * Expose ``digest_volume_frequency``, ``digest_send_periodict`` and
264   ``digests_enabled`` settings for MailingLists.
265 * Add a badge with count of held messages and pending subscription requests
266   for moderator approval. (Closes #308)
267 * Add support to add, view and remove domain owners.
268 * Allow setting the visibility options for MailingList's member list.
269 * Make page titles localizable.
272 1.2.4
273 =====
274 (2019-02-09)
276 * Add support for ``explicit_header_only`` in list settings.
277   (See !369)
280 1.2.3
281 =====
282 (2019-01-19)
284 * Expose ``max_num_recipients`` in list settings.  (Closes #297)
285 * Add support for Non-member management in Postorius.  (Closes #265)
286 * ``Members`` tab in Mailing List settings page is now called ``Users``.
287   (Closes #309)
288 * Show pending subscription requests are only pending for Moderator.
289   (Closes #314)
292 1.2.2
293 =====
294 (2018-08-30)
296 * Add support for Python 3.7 with Django 2.0+
297 * Index page only shows related lists for signed-in users with option to
298   filter based on role.
299 * Expose respond_to_post_requests in Postorius. (Closes #223)
302 1.2.1
303 =====
304 (2018-07-11)
306 * A Django migration was missing from version 1.2.0.  This is now added.
310 (2018-07-10)
312 * Postorius now runs only on Python 3.4+ and supports Django 1.8 and 1.11+
313 * Added the ability to set and edit ``alias_domain`` to the ``domains`` forms.
314 * List Create form now allows selecting the ``style``. A ``style`` is how a new
315   mailing list is configured.
316 * Minimum supported Mailman Core version is now 3.2.0. This is because the
317   ``styles`` attribute for MailingList resource is exposed in 3.2, which
318   contains all the default ``styles`` supported by Core and their human readable
319   description.
320 * Account subscription page now lists all the memberships with their respective
321   roles. This avoids repeated API calls for the way data was displayed
322   before.  (Closes #205)
323 * Postorius now supports only Django 1.11+.
324 * Duplicate MailingList names doesn't return a 500 error page and instead adds
325   an error to the New MailingList  form. (Fixes #237)
326 * Pending subscription requests page is now paginated. (See !298)
327 * Add owners/moderators form now allows specifying a Display Name, along with
328   their email. (Fixes #254)
329 * Members views now show total number of members at the top. (See !315)
330 * Fixed a bug where GET on views that only expect a POST would cause 500 server
331   errors instead of 405 method not allowed. (Fixes #185)
332 * Member preferences form can now be saved without having to change all the
333   fields. (Fixes #178)
334 * Fixed a bug where the 'Delete' button to remove list owners didn't work due to
335   wrong URL being rendered in the templates. (Fixes #274)
336 * Require Explicit Destination is added to the Message Acceptance form.
337   (Closes #277)
338 * Delete Domain page now shows some extra warning information about all the
339   mailing lists that would be deleted after deleting the Domain. (See !250)
340 * Superusers can now view Mailman Core's current version and REST API version
341   being used under 'System Information' menu in the top navigation bar. (See !325)
342 * Fixed a bug where 500 error template wouldn't render properly due to missing
343   context variables in views that render that templates (See !334)
344 * Postorius now allows adding and editing templates for email headers, footers
345   and some of the automatic responses sent out by Mailman. (See !327)
347 1.1.2
348 =====
349 (2017-12-27)
351 * Added a new ``reset_passwords`` command that resets _all_ user's passwords
352   inside of Core. This password is different from the one Postorius
353   maintains. The Postorius password is the one used for logging users in.
354 * Postorius now sets the 'Display Name' of the user in Core correctly. This
355   fixes a security vulnerability where user's display_name would be set as their
356   Core's password.
359 1.1.1
360 =====
361 (2017-11-17)
363 * Improved testing and internal bug fixes.
364 * Preserve formatting of Mailing List description in the summary view.
365 * Site's Name isn't capitalized anymore in the navigation bar.
366 * html5shiv and response.js libraries are now included, instead of loading from a CDN.
368 1.1.0 -- "Welcome to This World"
369 ================================
370 (2017-05-26)
372 * Added DMARC mitigation settings
373 * Switch to Allauth auth library
374 * Preference page improvements
375 * Moderation page improvements
376 * Django support up to Django 1.11
377 * Added form to edit header matches
378 * Domain edit form improvements
379 * All pipelines recognized in alter messages form
380 * Use django-mailman3 to share common code with HyperKitty
381 * Various bug fixes, code cleanup, and performance improvements
384 1.0.3
385 =====
386 (2016-02-03)
388 * Fix security issue
391 1.0.2
392 =====
393 (2015-11-14)
395 * Bug fix release
398 1.0.1
399 =====
400 (2015-04-28)
402 * Help texts Small visual alignment fix; removed unnecessary links to
403   separate help pages.
404 * Import fix in fieldset_forms module (Django1.6 only)
407 1.0.0 -- "Frizzle Fry"
408 ======================
409 (2015-04-17)
411 * French translation. Provided by Guillaume Libersat
412 * Addedd an improved test harness using WebTest. Contributed by Aurélien Bompard.
413 * Show error message in login view. Contributed by Aurélien Bompard (LP: 1094829).
414 * Fix adding the a list owner on list creation. Contributed by Aurélien Bompard (LP: 1175967).
415 * Fix untranslatable template strings. Contributed by Sumana Harihareswara (LP: 1157947).
416 * Fix wrong labels in metrics template. Contributed by Sumana Harihareswara (LP: 1409033).
417 * URLs now contain the list-id instead of the fqdn_listname. Contributed by Abhilash Raj (LP: 1201150).
418 * Fix small bug moderator/owner forms on list members page. Contributed by Pranjal Yadav (LP: 1308219).
419 * Fix broken translation string on the login page. Contributed by Pranjal Yadav.
420 * Show held message details in a modal window. Contributed by Abhilash Raj (LP: 1004049).
421 * Rework of internal testing
422 * Mozilla Persona integration: switch from django-social-auto to django-browserid: Contributed by Abhilash Raj.
423 * Fix manage.py mmclient command for non-IPython shells. Contributed by Ankush Sharma (LP: 1428169).
424 * Added archiver options: Site-wide enabled archivers can not be enabled
425   on a per-list basis through the web UI.
426 * Added functionality to choose or switch subscription addresses. Contributed by Abhilash Raj.
427 * Added subscription moderation, pre_verification/_confirmation.
428 * Several style changes.
431 1.0 beta 1 -- "Year of the Parrot"
432 ==================================
433 (2014-04-22)
435 * fixed pip install (missing MANIFEST) (LP: 1307624). Contributed by Aurélien Bompard
436 * list owners: edit member preferences
437 * users: add multiple email addresses
438 * list info: show only subscribe or unsubscribe button. Contributed by Bhargav Golla
439 * remove members/owners/moderator. Contributed by Abhilash Raj
442 1.0 alpha 2 -- "Is It Luck?"
443 ============================
444 (2014-03-15)
446 * dev setup fix for Django 1.4 contributed by Rohan Jain
447 * missing csrf tokens in templates contributed by Richard Wackerbarth (LP: 996658)
448 * moderation: fixed typo in success message call
449 * installation documentation for Apache/mod_wsgi
450 * moved project files to separate branch
451 * show error message if connection to Mailman API fails
452 * added list members view
453 * added developer documentation
454 * added test helper utils
455 * all code now conform to PEP8
456 * themes: removed obsolete MAILMAN_THEME settings from templates, contexts, file structure; contributed by Richard Wackerbarth (LP: 1043258)
457 * added access control for list owners and moderators
458 * added a mailmanclient shell to use as a ``manage.py`` command (``python manage.py mmclient``)
459 * use "url from future" template tag in all templates. Contributed by Richard Wackerbarth.
460 * added "new user" form. Contributed by George Chatzisofroniou.
461 * added user subscription page
462 * added decorator to allow login via http basic auth (to allow non-browser clients to use API views)
463 * added api view for list index
464 * several changes regarding style and navigation structure
465 * updated to jQuery 1.8. Contributed by Richard Wackerbarth.
466 * added a favicon. Contributed by Richard Wackerbarth.
467 * renamed some menu items. Contributed by Richard Wackerbarth.
468 * changed static file inclusion. Contributed by Richard Wackerbarth.
469 * added delete domain feature.
470 * url conf refactoring. Contributed by Richard Wackerbarth.
471 * added user deletion feature. Contributed by Varun Sharma.
475 1.0 alpha 1 -- "Space Farm"
476 ===========================
477 (2012-03-23)
479 Many thanks go out to Anna Senarclens de Grancy and Benedict Stein for
480 developing the initial versions of this Django app during the Google Summer of
481 Code 2010 and 2011.
483 * add/remove/edit mailing lists
484 * edit list settings
485 * show all mailing lists on server
486 * subscribe/unsubscribe/mass subscribe mailing lists
487 * add/remove domains
488 * show basic list info and metrics
489 * login using django user account or using BrowserID
490 * show basic user profile
491 * accept/discard/reject/defer messages
492 * Implementation of Django Messages contributed by Benedict Stein (LP: #920084)
493 * Dependency check in setup.py contributed by Daniel Mizyrycki
494 * Proper processing of acceptable aliases in list settings form contributed by
495   Daniel Mizyrycki