-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into rewrite/marketplace-app-menu
- Loading branch information
Showing
112 changed files
with
1,574 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixes error `audio.pause() is not a function` and makes the continuous new room notification (livechat) respect the volume set in user preferences. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@rocket.chat/meteor': patch | ||
--- | ||
|
||
Deprecate muteUserInRoom and unmuteUserInRoom meteor methods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed wrong `Business hours` validations between different weeks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@rocket.chat/rest-typings': minor | ||
'@rocket.chat/meteor': minor | ||
--- | ||
|
||
Convert mute/unmute meteor methods to endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": minor | ||
--- | ||
|
||
Added a new notification provider in light of the old FCM API deprecation, now you can choose to use the new provider or the old via the `Push_UseLegacy` setting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@rocket.chat/meteor": patch | ||
--- | ||
|
||
Fixed a problem that caused `afterCreateUser` callback to be called without new user's roles inside. This caused Omnichannel Business Hour manager to ignore these users from assigning open business hours until the manager restarted or the business hour restarted. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,51 @@ | ||
# @rocket.chat/meteor | ||
|
||
## 6.7.1 | ||
|
||
### Patch Changes | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- Bump @rocket.chat/meteor version. | ||
|
||
- ([#32253](https://github.com/RocketChat/Rocket.Chat/pull/32253)) Increased the timeout between calls for the three remaining Omnichannel Agenda Jobs. This should make them happen less often and reduce the load on MongoDB | ||
|
||
- ([#32252](https://github.com/RocketChat/Rocket.Chat/pull/32252)) Fixes an issue that forces the focus on the last message when interacting by mouse on message list | ||
|
||
- ([#32256](https://github.com/RocketChat/Rocket.Chat/pull/32256)) Fixed open expanded view (galery mode) for image attachments sent by livechat widget | ||
|
||
- ([#32254](https://github.com/RocketChat/Rocket.Chat/pull/32254)) Fixed an issue where Rocket.Chat would ask admins to confirm fingerprint change (new workspace vs configuration update), even when `AUTO_ACCEPT_FINGERPRINT` environment variable set to `"true"`. | ||
|
||
- ([#32265](https://github.com/RocketChat/Rocket.Chat/pull/32265)) Fixed supported versions not being updated in airgapped environments | ||
|
||
- ([#32251](https://github.com/RocketChat/Rocket.Chat/pull/32251)) Fixes an issue where message reactions are vertically misaligned when zooming out | ||
|
||
- <details><summary>Updated dependencies []:</summary> | ||
|
||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
- @rocket.chat/[email protected] | ||
</details> | ||
|
||
## 6.7.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import '../lib/messageTypes'; | ||
import './voip'; | ||
import './ui'; | ||
import './startup/notifyUnreadRooms'; | ||
import './stylesheets/livechat.css'; | ||
import './externalFrame'; |
37 changes: 0 additions & 37 deletions
37
apps/meteor/app/livechat/client/startup/notifyUnreadRooms.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
apps/meteor/app/livechat/server/business-hour/filterBusinessHoursThatMustBeOpened.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
import { LivechatBusinessHourTypes } from '@rocket.chat/core-typings'; | ||
|
||
import { filterBusinessHoursThatMustBeOpened } from './filterBusinessHoursThatMustBeOpened'; | ||
|
||
describe('different timezones between server and business hours', () => { | ||
beforeEach(() => jest.useFakeTimers().setSystemTime(new Date('2024-04-20T20:10:11Z'))); | ||
afterEach(() => jest.useRealTimers()); | ||
it('should return a bh when the finish time resolves to a different day on server', async () => { | ||
const bh = await filterBusinessHoursThatMustBeOpened([ | ||
{ | ||
_id: '65c40fa9052d6750ae25df83', | ||
name: '', | ||
active: true, | ||
type: LivechatBusinessHourTypes.DEFAULT, | ||
workHours: [ | ||
{ | ||
day: 'Sunday', | ||
start: { | ||
time: '00:00', | ||
utc: { | ||
dayOfWeek: 'Saturday', | ||
time: '18:30', | ||
}, | ||
cron: { | ||
dayOfWeek: 'Saturday', | ||
time: '15:30', | ||
}, | ||
}, | ||
finish: { | ||
time: '23:59', | ||
utc: { | ||
dayOfWeek: 'Sunday', | ||
time: '18:29', | ||
}, | ||
cron: { | ||
dayOfWeek: 'Sunday', | ||
time: '15:29', | ||
}, | ||
}, | ||
open: true, | ||
code: '', | ||
}, | ||
], | ||
timezone: { | ||
name: 'Asia/Kolkata', | ||
utc: '+05:30', | ||
}, | ||
ts: new Date(), | ||
}, | ||
]); | ||
|
||
expect(bh.length).toEqual(1); | ||
}); | ||
}); |
Oops, something went wrong.