Skip to content

Releases: coralproject/talk

v6.17.1

16 Feb 21:38
ceedde3
Compare
Choose a tag to compare

Bug fixes and improvements

  • enables ban or premod new user by email domain for sso users d1d24a5

v6.17.0

07 Feb 20:46
440f021
Compare
Choose a tag to compare

New Features

  • Introduces Story Info Drawer: new panel accessible from Stories table that shows information and actions related to stories #3738
  • Adds email domain moderation settings #3846
  • Persist seen comments in backend for cross-device syncing #3811
  • Reject all comments by user is now accessible to single site mods #3820
  • add rel=ugc to links #3854

Bug fixes and improvements

  • Use Redis as a queue lock to improve archiving performance #3809
  • Improve behavior of Z key navigation when loading more comments #3817
  • Fix bug with rejecting comments #3818
  • Update copy around archiving feature #3819
  • Fix bug with role demotions and promotions #3822

v6.16.2

07 Jan 00:40
034865e
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixes a bug with the RTE handling of links introduced in 6.16.1 #3828

v6.16.1

17 Dec 18:27
62252f4
Compare
Choose a tag to compare

v6.16.1

New Features and Improvements

  • introduce moderator "message" option to communicate with commenters without sending a warning #3757
  • enable pre-moderation across single sites #3803
  • introduce searchable list of sites in admin #3750
  • prevent invalid images from being embedded #3669
  • store and re-use detected words for more efficient moderate card highlighting #3724
  • allow configuration of comment download link #3752
  • strip anchor tags from pasted text #3780
  • add sub-menus to the configuration menu #3784
  • subscribe to comment edits #3772
  • update spacing in user drawer so text doesn't get cut off #3794
  • show list of who has reacted to a comment in the moderate card #3788

Bugfixes

  • Fix python install error #3778
  • ensure error messages are properly translated #3786
  • ensure access tokens are passed through to any links that require authentication #3787
  • fix staff badge tagging #3773

New index needed to support site search:

db.sites.createIndex({ tenantID: 1, "$**": "text", createdAt: -1 });

v6.16.0

17 Nov 17:16
5d76a4b
Compare
Choose a tag to compare

New Features

v6.16 introduces data archiving, which is an opt-in feature that allows comments on closed stories to be automatically moved to a secondary database. If you do not opt into this feature you will notice no change.

More details on the implementation in PR description, complete documentation to come #3754

v6.15.4

11 Nov 17:35
1204c46
Compare
Choose a tag to compare

Fixes

  • #3779 Fixes duplicate display of some comment replies

v6.15.3

19 Oct 17:39
7cfd71a
Compare
Choose a tag to compare

New features and improvements

  • adds FORCE_ADMIN_LOCAL_AUTH env var to force admin to accept local authentication #3737
  • add label to fieldset for accessibility #3735
  • add missing af/za translations #3739
  • Exclude users with deletedAt set when retrieving users to delete. #3740
  • Allow dumping of memory heap in prod for debugging #3743
  • fix bug with CommentSeen override #3747

v6.15.2

20 Sep 20:40
4751827
Compare
Choose a tag to compare

New Features

  • Fire webhooks on COMMENT_CREATED event #3649

Fixes and improvements

  • Fix slow dependency install #3711
  • Fix empty text for "next unread" button #3714
  • Add tablet support for mobile toolbar #3716
  • Fixes bug with autofocus in reply form #3715
  • Fix af/za translations #3712
  • Update links in docs #3654
  • Disable slow transitions on ios for improved performance #3722
  • Pass scrape_max_response_size to scrapers fetchOptions #3723
  • Don't start scheduled jobs if environment variable is set to false #3726
  • Fix duplicate reply notification emails #3719
  • Fix sign-in validation bug #3721

v6.15.1

10 Sep 15:50
1f068c7
Compare
Choose a tag to compare

Fixes

  • Fix CSS for in reply button #3705
  • Go to reply should focus the comment #3702

v6.15.0

08 Sep 21:18
377be30
Compare
Choose a tag to compare

New Features

  • navigate between comments in stream using keyboard shortcuts #3689
  • create links to original parent comments in replies, linking 'in reply to' text #3648

Fixes and improvements

  • nb-NO translations #3698
  • fix dependency timeouts in circle CI #3696
  • fix broken image in README #3686
  • prevent capturing unwanted keypress events 9aefbfb