Skip to content

Commit

Permalink
Merge branch 'develop' into fix/after-create-user-roles
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman authored Apr 8, 2024
2 parents 4e8495e + 86bc4ca commit d1a19be
Show file tree
Hide file tree
Showing 3,374 changed files with 124,498 additions and 55,413 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .changeset/afraid-mugs-priest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/core-typings": patch
"@rocket.chat/livechat": patch
---

Fixes issue causing the setDepartment Livechat API overriding some triggers conditions
5 changes: 5 additions & 0 deletions .changeset/blue-files-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fix room name updation on admin edit room flow.
5 changes: 0 additions & 5 deletions .changeset/brave-snakes-scream.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/breezy-fireants-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue not allowing edit webhooks properly
5 changes: 5 additions & 0 deletions .changeset/bright-cycles-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

fix: Trigger `IPostLivechatRoomStarted` app event after inquiry is created. Previously, this event was fired after a room was created. This allowed to do some actions on rooms, but more elevated actions like transfering a room were not possible as at this point, an inquiry didn't exist.
8 changes: 0 additions & 8 deletions .changeset/brown-comics-cheat.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/brown-houses-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed a problem that caused Business Hours feature (Multiple) to make bot agents not available when turning on the feature, and not making them available after that. Now, Business Hours will ignore Bot users, allowing admins to decide manually if a bot should be or not be active during a period of time
5 changes: 5 additions & 0 deletions .changeset/calm-penguins-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Now we are considering channels with auto-join inside teams on user creation
9 changes: 9 additions & 0 deletions .changeset/chatty-horses-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@rocket.chat/meteor": patch
---

**Fixed enterprise settings value not being updated when license is removed or invalid**

Added a license callbacks `onRemoveLicense` and `onInvalidateLicense` to update enterprise settings values when a license is removed/invalid.
This solves a specific scenario where in case of a downgrade (license removal), `settings.get` would continue to return `value` for enterprise settings instead of `invalidValue` as it should.
This would remain the case until the workspace was restarted.
11 changes: 11 additions & 0 deletions .changeset/clean-cars-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/core-typings": minor
"@rocket.chat/livechat": minor
---

**Added the ability for premium workspaces to hide Rocket.Chat's watermark as well as change the Livechat widget's logo**

The new settings (named below) can be found in the Omnichannel workspace settings within the livechat section.
- Hide "powered by Rocket.Chat"
- Livechat widget logo (svg, png, jpg)
5 changes: 5 additions & 0 deletions .changeset/cmd_preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed message composer command preview for text type
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/changelog-git",
"changelog": ["@rocket.chat/release-changelog", { "repo": "RocketChat/Rocket.Chat" }],
"commit": false,
"fixed": [
["@rocket.chat/meteor", "@rocket.chat/core-typings", "@rocket.chat/rest-typings"]
Expand Down
5 changes: 0 additions & 5 deletions .changeset/cool-zoos-move.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/cuddly-rocks-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": minor
---

Deprecate `insertOrUpdateUser` Meteor method
5 changes: 5 additions & 0 deletions .changeset/curly-dodos-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue not allowing admin users to edit the room name
6 changes: 6 additions & 0 deletions .changeset/curly-impalas-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@rocket.chat/meteor': patch
---

fix: Fixes SAML Role mapping of custom roles
fixed: here https://github.com/RocketChat/Rocket.Chat/pull/31830
5 changes: 5 additions & 0 deletions .changeset/curly-years-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

fixed an issue with the composer losing its edit state and highlighted after resizing the window.
5 changes: 5 additions & 0 deletions .changeset/cyan-countries-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixed matrix homeserver domain setting not being visible in admin panel
6 changes: 6 additions & 0 deletions .changeset/cyan-shoes-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/livechat": minor
---

Added Livechat setting `Hide system messages` & API method `setHiddenSystemMessages`, to customize system message visibility within the widget.
5 changes: 5 additions & 0 deletions .changeset/dirty-islands-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

fixed some apps-engine bridges receiving data in a wrong format
5 changes: 0 additions & 5 deletions .changeset/dull-trainers-drive.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/eight-rice-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed issue with quote attachments still being displayed within the message even after removing link
5 changes: 0 additions & 5 deletions .changeset/eleven-gorillas-deliver.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/empty-hounds-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/ddp-client": patch
---

fix: livechat sdk reconnect not resubscribing
5 changes: 5 additions & 0 deletions .changeset/fair-triggers-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/livechat": patch
---

Allows the after-guest-registration trigger to run when starting a new chat after finishing a chat when the clear guest data when chat ended setting is set to false
5 changes: 5 additions & 0 deletions .changeset/five-dragons-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

Freezes the permission table's first column allowing the user to visualize the permission name when scrolling horizontally
5 changes: 5 additions & 0 deletions .changeset/flat-fishes-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fix notifications specially for DMs when preference is set to mentions.
6 changes: 6 additions & 0 deletions .changeset/flat-windows-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/web-ui-registration": patch
---

Fixed login email verification flow when a user tries to join with username
5 changes: 0 additions & 5 deletions .changeset/fluffy-monkeys-sing.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/funny-cooks-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed room owner specified on room import not being inserted as a room member or owner.
7 changes: 7 additions & 0 deletions .changeset/fuzzy-cherries-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@rocket.chat/meteor": major
---

Api login should not suggest which credential is wrong (password/username)

Failed login attemps will always return `Unauthorized` instead of the internal fail reason
16 changes: 16 additions & 0 deletions .changeset/fuzzy-vans-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/livechat": minor
---

Improved Livechat's theming capabilities


| Name (`setTheme`, `initialize`) | Workspace setting | Default value | Description |
|---------------------------------|----------------------------------------|---------------|-------------|
| `position` | Livechat widget position on the screen | `right` | Changes the widget position on the screen. Can be `left` or `right` |
| `background` | Livechat background | `N/A` | Changes the message list background. Accepts the same values as the CSS property [background](https://developer.mozilla.org/en-US/docs/Web/CSS/background) |
| `guestBubbleBackgroundColor` | `N/A` | `N/A` | Changes the guest's message bubble background color |
| `agentBubbleBackgroundColor` | `N/A` | `N/A` | Changes the agent's message bubble background color |
| `hideGuestAvatar` | `N/A` | `false` | Hides/shows the guest avatar |
| `hideAgentAvatar` | `N/A` | `true` | Hides/shows the agent avatar |
5 changes: 0 additions & 5 deletions .changeset/gentle-radios-relate.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/gold-tigers-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

fix: Jump to message only works once
13 changes: 13 additions & 0 deletions .changeset/good-baboons-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/rest-typings": minor
---

**Added Livechat's new theming settings to Appearance page (available for Premium workspaces)**

Newly added settings are:
- `Livechat widget position on the screen`: Changes the widget position between left or right of the viewport
- `Livechat background`: Changes the message list background. Receives the same value as the CSS's background property.
- `Hide system messages`: Changes the visibility of system messages displayed on the widget.
- `Hide "powered by Rocket.Chat"`: Changes the visibility of Rocket.Chat's watermark on the widget.

5 changes: 5 additions & 0 deletions .changeset/good-ghosts-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

Introduces a resizable Contextualbar allowing users to change the width just by dragging it
5 changes: 5 additions & 0 deletions .changeset/good-panthers-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

This fix allows links such as ones starting with "notes://" and other specific apps to be rendered in the User panel as they are in the messages
5 changes: 5 additions & 0 deletions .changeset/grumpy-eagles-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed Mail dryrun sending email to all users
5 changes: 5 additions & 0 deletions .changeset/happy-jars-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

fix: Corrected SVG image preview by setting correct format during thumbnail generation
6 changes: 6 additions & 0 deletions .changeset/happy-pillows-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": patch
"@rocket.chat/model-typings": patch
---

Changed logic that process custom fields from visitors when updating its data, making the process more reliable and faster.
5 changes: 0 additions & 5 deletions .changeset/heavy-ads-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-feet-dance.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changeset/khaki-oranges-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@rocket.chat/meteor": minor
"@rocket.chat/i18n": minor
---

Added a new formatter shortcut to add hyperlinks to a message
5 changes: 0 additions & 5 deletions .changeset/kind-books-love.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/kind-dragons-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': minor
---

feat: add a11y doc links
5 changes: 5 additions & 0 deletions .changeset/large-files-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Fixed mentions not working when mentioned user changes username.
5 changes: 0 additions & 5 deletions .changeset/large-pandas-beam.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/large-toys-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

fixed an issue with the user presence not updating automatically for other users.
5 changes: 5 additions & 0 deletions .changeset/long-phones-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

fixed a small issue that was causing the room layout to shift when loading apps messages
5 changes: 5 additions & 0 deletions .changeset/lovely-berries-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Allowed upload of `lst` files
5 changes: 5 additions & 0 deletions .changeset/lucky-ducks-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixed an issue where the login button for Custom OAuth services would not work if any non-custom login service was also available
5 changes: 0 additions & 5 deletions .changeset/lucky-vans-develop.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/mean-rabbits-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fix error on changing a discussion name
5 changes: 5 additions & 0 deletions .changeset/moody-cups-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue allowing only numbers, if trigger's condition is 'visitor time on site'
5 changes: 5 additions & 0 deletions .changeset/moody-ghosts-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Don't use the registration.yaml file to configure Matrix Federation anymore.
13 changes: 0 additions & 13 deletions .changeset/nice-chairs-add.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/nice-ducks-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixed auto-availability of reactivated livechat agents; they now stay 'Not Available' until manually set to 'Available'
5 changes: 5 additions & 0 deletions .changeset/nine-ads-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": minor
---

feat: show date on message's scroll
Loading

0 comments on commit d1a19be

Please sign in to comment.