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