Skip to content

Releases: boonex/rocket.chat

v.0.59.1

20 Oct 13:59

Choose a tag to compare

  • "Site name" setting was added
  • use display name instead of username for UNA OAuth package

IMPORTANT UPGRADE INFORMATION

Users' avatars are reset during the upgrade. Only avatars which were directly uploaded are migrated.

v.0.54.2

30 Mar 08:26

Choose a tag to compare

  • display link to profile for all users, not for admin only
  • use unified language keys for settings translations
  • bump package versions for UNA and Dolphin

IMPORTANT UPGRADE INFORMATION

Because some settings was renamed, then in some cases manual setting update is required.

So it's recommended to make sure that login form is enabled in Administration > Settings > Accounts > Show form-based Login: true, so after update is completed, you'll be able to login under admin and update Administration > Settings > OAuth > Dolphin > URL. After Dolphin URL is changed and OAuth login is working you can disable login form back.

If for some reason chat was updated and there is no way to login under admin to change the setting, you can do it manually via SSH:

  1. login to your server via SSH

  2. run the following command, so mongo shell will be opened:

mongo
  1. select current DB in the opened shell, the default db name is rocketchat:
use rocketchat;
  1. update new setting, make sure to replace http://dolphin-url.com/ with actual URL and path to the Dolphin in 2 places
db.rocketchat_settings.update({"_id": "Accounts_OAuth_Dolphin_URL"}, { $set: {"value": "http://dolphin-url.com/", "meteorSettingsValue": "http://dolphin-url.com/"}});
As the result you should see something like this: "WriteResult({ "nMatched" : 1, "nUpserted" : 0, "nModified" : 1 })"
  1. delete old setting, by typing the following in mongo shell:
db.rocketchat_settings.remove({"_id": "API_Dolphin_URL"});
As the result you should see something like this: "WriteResult({ "nRemoved" : 1 })"
  1. exit from mongo shell:
exit

v.0.45.0

17 Nov 10:39

Choose a tag to compare

  • UNA OAuth package added

v.0.43.0

15 Nov 05:01

Choose a tag to compare

IMPORTANT UPGRADE INFORMATION

make sure to run:

sudo n 4.5

v.0.35.0

24 Oct 03:26

Choose a tag to compare

#387 Styling options for login button

v.0.20.0

03 Mar 08:44

Choose a tag to compare

  • Trident Authentication
  • Stop script enhancements

v.0.19.0

26 Feb 03:56

Choose a tag to compare

v.0.19.0 start/init script corrections

v.0.13.0

25 Feb 06:15

Choose a tag to compare

Minor design changes