Joas Schilling
a2ed72a7d2
feat(chat): Add the mention id to parameters for easier editing
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
f4c0d0ddd0
Merge pull request #14303 from nextcloud/feat/14285/let-bots-know-the-parents
feat(bots): Let bots know the parent message when it was a reply
9 months ago
Maksim Sukharev
773fe35395
Merge pull request #14306 from nextcloud/fix/14293/code-blocks
fix(Message): check for code block nodes on hover
9 months ago
Maksim Sukharev
4504958682
fix(Message): check for code block nodes on hover
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9 months ago
Nextcloud bot
374c043d07
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
Joas Schilling
275c5ece81
Merge pull request #14304 from nextcloud/bugfix/14288/no-absence-loop-or-break
fix(absence): Don't break when you are the absence or it's recursion
9 months ago
Joas Schilling
39b173553d
ci: Clean up psalm baseline
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
ca5ce19138
feat(bots): Let bots know the parent message when it was a reply
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
5931eade1c
fix(absence): Don't break when you are the absence or it's recursion
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
617f1f92d2
Merge pull request #14301 from nextcloud/backport/14299/main
[main] [stable31] fix(dashboard): Hide archived conversations from dashboard unless mentioned
9 months ago
Joas Schilling
7658094e1b
fix: Unsorted room list
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
e67e50a43f
Merge pull request #14286 from nextcloud/ci/noid/psalm6
ci: Update psalm to v6
9 months ago
Joas Schilling
aee336b4b2
ci: Fix installing dependencies before using them
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
20bd1c96d5
Merge pull request #14297 from nextcloud/bugfix/13378/archive-testing
fix(dashboard): Hide archived conversations from dashboard unless mentioned
9 months ago
Joas Schilling
b41adeec29
fix(dashboard): Hide archived conversations from dashboard unless mentioned
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Nextcloud bot
66117e0741
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
Joas Schilling
ded6eb003d
ci: Readd roave
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
6cf64dadb0
ci(psalm): Update psalm action
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
97495841ed
fix: Adjust exclusions for psalm6 for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
ab26981e32
ci: Remove not applicable skips from the past
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
0c8f972c24
ci: Update psalm to v6
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
a10955b6b6
Merge pull request #14289 from nextcloud/empty-iceservers-url-handling-fix
Empty iceServers.urls handling fix (reloaded)
9 months ago
Nextcloud bot
1b4038df86
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
Pawel Boguslawski
858ba1dfb3
fix: Empty iceServers.urls handling fix
According to https://www.w3.org/TR/webrtc/#set-the-configuration browser
should throw SyntaxError when starting call with `iceServers` defined
with empty `urls`.
Talk may call `RTCPeerConnection` with empty `iceServers[0].urls` when
no STUN nor TURN servers are configured (tested with HPB) what makes
Firefox to throw errors like
`RTCPeerConnection constructor passed invalid RTCConfiguration - urls is empty SyntaxError`.
With this fix Talk will no longer generate STUN and TURN server settings
with empty (or invalid) `urls`.
Author-Change-Id: IB#1125985
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 years ago
Nextcloud bot
2657e8bf25
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
Joas Schilling
4e841de6ea
Merge pull request #14255 from nextcloud/fix/14243/zoom-on-click
fix(Screen): change double-click behaviour for screenshare panzoom
9 months ago
Nextcloud bot
bc9a1f0f57
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
Nextcloud bot
92e7546ceb
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
dependabot[bot]
7cf0095352
Merge pull request #14274 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.11.19
9 months ago
dependabot[bot]
2f82c954de
Merge pull request #14273 from nextcloud/dependabot/npm_and_yarn/openapi-typescript-7.6.0
9 months ago
dependabot[bot]
f17543c53a
build(deps): Bump libphonenumber-js from 1.11.18 to 1.11.19
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js ) from 1.11.18 to 1.11.19.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.18...v1.11.19 )
---
updated-dependencies:
- dependency-name: libphonenumber-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
dependabot[bot]
3ae7c9a2f5
build(deps-dev): Bump openapi-typescript from 7.5.2 to 7.6.0
Bumps [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript ) from 7.5.2 to 7.6.0.
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases )
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md )
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.6.0/packages/openapi-typescript )
---
updated-dependencies:
- dependency-name: openapi-typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Nextcloud bot
10f389cbfa
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
Maksim Sukharev
3598a06aa6
Merge pull request #14272 from nextcloud/fix/i18n/loading-title
fix(i18n): minor string fixes
9 months ago
Maksim Sukharev
9c3bb1c86e
fix(i18n): minor string fixes
- Loading should be with ellipsis
- 'Log in': action, 'Login': noun
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9 months ago
Maksim Sukharev
da3d011df8
fix(Screen): change double-click behaviour for screenshare panzoom
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9 months ago
Maksim Sukharev
b5fedb1575
Merge pull request #14266 from nextcloud/fix/noid/message-list-sticky
9 months ago
Maksim Sukharev
6be69f23e0
fix(jest): move ResizeObserver mock to global setup
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9 months ago
Maksim Sukharev
3fff20c3af
fix(MessagesList): keep chat at the bottom when list height is changing
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9 months ago
Dorra
765a05824a
Merge pull request #14264 from nextcloud/fix/noid/chat-view-styles
fix(ChatView): adjust dragover position
9 months ago
Dorra Jaouad
a06f5f47b5
fix(ChatView): adjust .messages-list-dragover-wrapper styles so new message input can expand
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
9 months ago
Nextcloud bot
d769d94112
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
9 months ago
Joas Schilling
f28b1f87a3
Merge pull request #14262 from nextcloud/changelog/21.0.0-rc.2
chore(release): Changelog 21.0.0-rc.2
9 months ago
Joas Schilling
1728643160
chore(release): Changelog 21.0.0-rc.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Joas Schilling
57ac9b6cdb
Merge pull request #14242 from nextcloud/feat/12036/team-mentions-frontend
fix(team): support team mentions on frontend
9 months ago
Joas Schilling
1d4e4e4c2c
Merge pull request #14204 from nextcloud/feat/12036/allow-team-mentions
feat(mentions): allow teams to be mentioned
9 months ago
Joas Schilling
5eb233cb2d
test: Fix federation test
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 months ago
Anna Larch
e193de59f6
feat(mentions): allow teams to be mentioned
Signed-off-by: Anna Larch <anna@nextcloud.com>
10 months ago
Maksim Sukharev
97d8cdb5a5
fix(team): support team mentions on frontend
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9 months ago
Maksim Sukharev
3125abe1d0
fix(LeftSidebar): define size property for groups and teams
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
9 months ago