Skip to content

Commit 19692e7

Browse files
authored
Merge branch 'develop' into fix-38316-sidebar-tooltip
2 parents 388b9cc + 86af4e2 commit 19692e7

File tree

463 files changed

+7401
-5118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

463 files changed

+7401
-5118
lines changed

.changeset/blue-seals-leave.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@rocket.chat/meteor": patch
3+
"@rocket.chat/model-typings": patch
4+
"@rocket.chat/models": patch
5+
---
6+
7+
Fixes an authorization issue that allowed users to confirm uploads from other users
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket.chat/message-parser': patch
3+
---
4+
5+
Fixed blockquotes with empty lines between paragraphs not rendering as a single blockquote. Lines like `> ` or `>` (empty quote lines) are now treated as part of the surrounding blockquote rather than breaking it into separate quotes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket.chat/message-parser': patch
3+
---
4+
5+
Replaces wasteful `filter().shift()` with `find(Boolean)` in `extractFirstResult` to avoid allocating an intermediate filtered array just to get the first truthy element.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket.chat/meteor': patch
3+
---
4+
5+
Fixes wrong i18n key in RegisterWorkspace confirmation step so the text is translated instead of showing a missing key.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rocket.chat/message-parser": patch
3+
---
4+
5+
Fixes trailing punctuation (e.g. periods, exclamation marks) being incorrectly included in parsed URLs when they appear at the end of a message. For example, `go to https://www.google.com.` now correctly parses the URL as `https://www.google.com` without the trailing period.

.changeset/hungry-monkeys-hang.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@rocket.chat/meteor": minor
3+
"@rocket.chat/rest-typings": minor
4+
---
5+
6+
Add OpenAPI support for the Rocket.Chat autotranslate translateMessage API endpoints by migrating to a modern chained route definition syntax and utilizing shared AJV schemas for validation to enhance API documentation and ensure type safety through response validation

.changeset/little-eyes-kneel.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
'@rocket.chat/eslint-config': minor
3+
'@rocket.chat/server-cloud-communication': patch
4+
'@rocket.chat/omnichannel-services': patch
5+
'@rocket.chat/omnichannel-transcript': patch
6+
'@rocket.chat/authorization-service': patch
7+
'@rocket.chat/federation-matrix': patch
8+
'@rocket.chat/web-ui-registration': patch
9+
'@rocket.chat/network-broker': patch
10+
'@rocket.chat/password-policies': patch
11+
'@rocket.chat/release-changelog': patch
12+
'@rocket.chat/storybook-config': patch
13+
'@rocket.chat/presence-service': patch
14+
'@rocket.chat/omni-core-ee': patch
15+
'@rocket.chat/fuselage-ui-kit': patch
16+
'@rocket.chat/instance-status': patch
17+
'@rocket.chat/media-signaling': patch
18+
'@rocket.chat/patch-injection': patch
19+
'@rocket.chat/account-service': patch
20+
'@rocket.chat/media-calls': patch
21+
'@rocket.chat/message-parser': patch
22+
'@rocket.chat/mock-providers': patch
23+
'@rocket.chat/release-action': patch
24+
'@rocket.chat/pdf-worker': patch
25+
'@rocket.chat/ui-theming': patch
26+
'@rocket.chat/account-utils': patch
27+
'@rocket.chat/core-services': patch
28+
'@rocket.chat/message-types': patch
29+
'@rocket.chat/model-typings': patch
30+
'@rocket.chat/mongo-adapter': patch
31+
'@rocket.chat/ui-video-conf': patch
32+
'@rocket.chat/uikit-playground': patch
33+
'@rocket.chat/cas-validate': patch
34+
'@rocket.chat/core-typings': patch
35+
'@rocket.chat/jest-presets': patch
36+
'@rocket.chat/peggy-loader': patch
37+
'@rocket.chat/rest-typings': patch
38+
'@rocket.chat/server-fetch': patch
39+
'@rocket.chat/ddp-streamer': patch
40+
'@rocket.chat/queue-worker': patch
41+
'@rocket.chat/presence': patch
42+
'@rocket.chat/apps-engine': patch
43+
'@rocket.chat/desktop-api': patch
44+
'@rocket.chat/http-router': patch
45+
'@rocket.chat/poplib': patch
46+
'@rocket.chat/ui-composer': patch
47+
'@rocket.chat/ui-contexts': patch
48+
'@rocket.chat/license': patch
49+
'@rocket.chat/api-client': patch
50+
'@rocket.chat/ddp-client': patch
51+
'@rocket.chat/log-format': patch
52+
'@rocket.chat/gazzodown': patch
53+
'@rocket.chat/omni-core': patch
54+
'@rocket.chat/ui-avatar': patch
55+
'@rocket.chat/ui-client': patch
56+
'@rocket.chat/livechat': patch
57+
'@rocket.chat/abac': patch
58+
'@rocket.chat/favicon': patch
59+
'@rocket.chat/tracing': patch
60+
'@rocket.chat/ui-voip': patch
61+
'@rocket.chat/agenda': patch
62+
'@rocket.chat/base64': patch
63+
'@rocket.chat/logger': patch
64+
'@rocket.chat/models': patch
65+
'@rocket.chat/random': patch
66+
'@rocket.chat/sha256': patch
67+
'@rocket.chat/ui-kit': patch
68+
'@rocket.chat/tools': patch
69+
'@rocket.chat/apps': patch
70+
'@rocket.chat/cron': patch
71+
'@rocket.chat/i18n': patch
72+
'@rocket.chat/jwt': patch
73+
'@rocket.chat/meteor': patch
74+
---
75+
76+
chore(eslint): Upgrades ESLint and its configuration

.changeset/loud-weeks-protect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket.chat/message-parser': patch
3+
---
4+
5+
Fixes ordered list AST generation to preserve `number: 0` for list items that start at index `0`.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@rocket.chat/meteor': minor
3+
'@rocket.chat/rest-typings': minor
4+
---
5+
6+
Migrated rooms.leave endpoint to new OpenAPI pattern with AJV validation

.changeset/nasty-candles-invent.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@rocket.chat/web-ui-registration': patch
3+
'@rocket.chat/i18n': patch
4+
---
5+
6+
Fixes invalid email domain error not being displayed on the registration form.

0 commit comments

Comments
 (0)