Nextcloud bot
8978b51b14
[tx-robot] updated from transifex
5 years ago
marco
7c5855b505
Merge pull request #4084 from nextcloud/bugfix/noid/scroll-to-bottom-label
Fix scroll to bottom aria label
5 years ago
marco
1c1393d4d1
Merge pull request #4090 from nextcloud/bugfix/3011/fix-focus-state-after-pasting-something-into-the-chat
Fix focus state after pasting something into the chat input
5 years ago
Joas Schilling
b5a04c9e7d
Fix focus state after pasting something into the chat input
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
a3dcbfff68
[tx-robot] updated from transifex
5 years ago
Joas Schilling
2318d0c921
Merge pull request #4082 from nextcloud/bugfix/4078/show-other-persons-video-although-they-share-the-screen
Show other persons video when they share their screen
5 years ago
Joas Schilling
5d618d7257
Fix scroll to bottom aria label
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
e58453defb
Merge pull request #4064 from nextcloud/bugfix/noid/add-padding-to-ngc-tooltip
Use v-tooltip instead of popover for new group conversation's tooltip
5 years ago
Marco Ambrosini
843d84b527
Use v-tooltip for new group conversation's tooltip
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Nextcloud bot
f0561d0357
[tx-robot] updated from transifex
5 years ago
Joas Schilling
87545f8a45
Show other persons video when they share their screen
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
b9695a5548
Merge pull request #4081 from nextcloud/bugfix/noid/bright-primary-scroll-to-bottom-fix
Fix button color with bright primary color
5 years ago
Joas Schilling
93278cd3b3
Fix button color with bright primary color
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
7c3003fd7d
Merge pull request #3931 from nextcloud/feature/noid/add-scroll-to-bottom-button
Add scroll to bottom button
5 years ago
Marco Ambrosini
b88c2d18d0
Merge branch 'feature/noid/add-scroll-to-bottom-button' of https://github.com/nextcloud/spreed into feature/noid/add-scroll-to-bottom-button
5 years ago
Marco Ambrosini
7825b56799
Fix scrolltobottom button aria label
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
1fd469d18b
Make all icons decorative
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
f841523f4a
Add scroll to bottom button
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
d6934cb79c
Merge pull request #4071 from nextcloud/bugfix/noid/make-captions-bold
Make sidebars' captions bold
5 years ago
Joas Schilling
4786e8e846
Merge pull request #4074 from nextcloud/dependabot/npm_and_yarn/sass-loader-10.0.1
Bump sass-loader from 9.0.3 to 10.0.1
5 years ago
Daniel Calviño Sánchez
f3ec57a941
Merge pull request #4073 from nextcloud/dependabot/npm_and_yarn/webpack-node-externals-2.5.2
Bump webpack-node-externals from 2.5.1 to 2.5.2
5 years ago
Nextcloud bot
8294141c06
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
ecbff669f9
[tx-robot] updated from transifex
5 years ago
Nextcloud bot
3f1b88a4ee
[tx-robot] updated from transifex
5 years ago
dependabot-preview[bot]
86af45b42e
Bump sass-loader from 9.0.3 to 10.0.1
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 9.0.3 to 10.0.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v9.0.3...v10.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
723f2a5927
Bump webpack-node-externals from 2.5.1 to 2.5.2
Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/liady/webpack-node-externals/releases )
- [Commits](https://github.com/liady/webpack-node-externals/compare/v2.5.1...v2.5.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Marco Ambrosini
404106855b
Add scroll to bottom button
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
053c444496
Merge pull request #4068 from nextcloud/get-rid-of-hark-data-channel
Get rid of "hark" data channel
5 years ago
Marco Ambrosini
890bd1b0ec
Make sidebars' captions bold
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
d7f2e44831
Merge pull request #4067 from nextcloud/releasing/10.0.0-beta1
Add changelog for 10.0.0-beta.1
5 years ago
Joas Schilling
ca27a8d18f
Fix typo and extend changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
ca05a201ee
[tx-robot] updated from transifex
5 years ago
Daniel Calviño Sánchez
ff416fd370
Get rid of "hark" data channel
The Web UI sends "speaking" and "stoppedSpeaking" messages through the
"status" and "hark" data channels, but the messages are simply ignored
when received in the "hark" data channel. The Android and iOS apps do
not even use the "hark" data channel, neither for sending nor for
listening, so it can be fully removed.
Moreover, with latest Janus versions the peers receive all data channel
messages in the "JanusDataChannel" data channel, no matter on which data
channel they were originally sent. As the "speaking" and
"stoppedSpeaking" messages are sent through the "status" data channel
sending them too through the "hark" data channel caused the messages to
be handled twice.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years ago
Joas Schilling
1732e5287b
Add changelog for 10.0.0-beta.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Daniel Calviño Sánchez
65f83b992a
Merge pull request #3882 from vhristov/bugfix/3819/fix-channel-retransmit-infinite-loop
Prevent infinite loop in datachannel open re-transmission
5 years ago
dependabot-preview[bot]
18d61b68e5
Merge pull request #4043 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-2.0.0
5 years ago
Joas Schilling
a24eb65223
Update @nextcloud/dialogs to 2.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
5edeed2cf5
Import the style as required in 2.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
77e538b1cb
Fix permanent timeout
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
dependabot-preview[bot]
692d65b536
Bump @nextcloud/dialogs from 1.4.0 to 2.0.0
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs ) from 1.4.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.4.0...v2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Joas Schilling
cd197818db
Merge pull request #4041 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.8.1
Bump nextcloud-vue-collections from 0.7.2 to 0.8.1
5 years ago
Joas Schilling
8581d3bd24
Merge pull request #4063 from nextcloud/bugfix/noid/remove-status-from-new-group-conv-participants
Do not show the status in the new group conversation flow
5 years ago
Joas Schilling
f4fc7d5527
Fix conversation name position
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
9df075d9dd
Fix position of favorite icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
dependabot-preview[bot]
0ba7e34f6b
Bump nextcloud-vue-collections from 0.7.2 to 0.8.1
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections ) from 0.7.2 to 0.8.1.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases )
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.7.2...v0.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
Marco Ambrosini
b206aee94e
Do not show the status in the new group conversation flow
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
b1799bf8f8
Merge pull request #4062 from nextcloud/techdebt/noid/bump-vue-dashboard
Bump @nextcloud/vue-dashboard to 0.1.8
5 years ago
Joas Schilling
b8eeb9aa10
Merge pull request #4061 from nextcloud/bugfix/noid/fix-buttons
Bugfix/noid/fix buttons
5 years ago
Marco Ambrosini
0bbf4b46d6
Fix buttons
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
40a712f048
Bump @nextcloud/vue-dashboard to 0.1.8
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago