github RocketChat/Rocket.Chat 6.1.2

latest releases: 6.13.0-rc.0, 6.7.9, 6.8.7...
17 months ago

2023-04-13 · 4 🐛 · 3 🔍 · 11 👩‍💻👨‍💻

Engine versions

  • Node: 14.21.2
  • NPM: 6.14.17
  • MongoDB: 4.4, 5.0, 6.0
  • Apps-Engine: 1.38.1

🐛 Bug fixes

  • Add function to get installation source (#28806)

    There have been reports of problems regarding the missing information of installationSource in apps. The only scenario where this information could be missing is if migrations failed to run properly when upgrading to 6.0. We haven't been able to identify the root cause yet, so we decided to provide a workaround in the meanwhile

  • Fixed no role assign to manual registered users despite of Default Roles for Users settings (#28293 by @bhardwajdisha)

  • Quotes chain off by one error in quote chain limit settings (#28281 by @jayesh-jain252)

    Fixed off by one error in Quote Chain Limit. Now if a user sets Message_QuoteChainLimit (default is 2) the number of quotes chained matches the setting.
    Changes are made in apps/meteor/app/oembed/server/jumpToMessage.ts file

    With Message_QuoteChainLimit=2
    Before:
    quote_limit2_before

    After:
    quote_limit2_after

  • SMTP warnings on user form (#28832)

    Check for SMTP config on server side and then show warning on client side

🔍 Minor changes
  • Add rid to scope of create-invite-links permission check (#28241)

    This PR fixes a bug where users with the owner role can't create invites because the button isn't being displayed for him, to solve this issue the rid was added to the scope of the check.

  • bump apps-engine version to 1.38.1 (#28885)

  • Upgrade vm2 (#28860)

    It patches vm2.

👩‍💻👨‍💻 Contributors 😍

👩‍💻👨‍💻 Core Team 🤓

Don't miss a new Rocket.Chat release

NewReleases is sending notifications on new releases.