Граф коммитов

7777 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling 93278cd3b3
Fix button color with bright primary color
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-31 14:38:13 +02:00
Joas Schilling 7c3003fd7d
Merge pull request #3931 from nextcloud/feature/noid/add-scroll-to-bottom-button
Add scroll to bottom button
2020-08-31 14:30:03 +02:00
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 2020-08-31 14:18:30 +02:00
Marco Ambrosini 7825b56799 Fix scrolltobottom button aria label
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-31 14:09:26 +02:00
Marco Ambrosini 1fd469d18b Make all icons decorative
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-31 14:09:26 +02:00
Marco Ambrosini f841523f4a Add scroll to bottom button
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-31 14:09:26 +02:00
Joas Schilling d6934cb79c
Merge pull request #4071 from nextcloud/bugfix/noid/make-captions-bold
Make sidebars' captions bold
2020-08-31 13:24:37 +02:00
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
2020-08-31 13:23:07 +02:00
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
2020-08-31 11:49:56 +02:00
Nextcloud bot 8294141c06
[tx-robot] updated from transifex 2020-08-31 02:59:15 +00:00
Nextcloud bot ecbff669f9
[tx-robot] updated from transifex 2020-08-30 02:58:06 +00:00
Nextcloud bot 3f1b88a4ee
[tx-robot] updated from transifex 2020-08-29 03:00:17 +00:00
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>
2020-08-29 01:19:55 +00:00
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>
2020-08-29 01:18:36 +00:00
Marco Ambrosini 404106855b Add scroll to bottom button
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-28 13:46:48 +02:00
Joas Schilling 053c444496
Merge pull request #4068 from nextcloud/get-rid-of-hark-data-channel
Get rid of "hark" data channel
2020-08-28 13:09:18 +02:00
Marco Ambrosini 890bd1b0ec Make sidebars' captions bold
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-28 12:46:01 +02:00
Joas Schilling d7f2e44831
Merge pull request #4067 from nextcloud/releasing/10.0.0-beta1
Add changelog for 10.0.0-beta.1
2020-08-28 12:00:24 +02:00
Joas Schilling ca27a8d18f
Fix typo and extend changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28 07:11:24 +02:00
Nextcloud bot ca05a201ee
[tx-robot] updated from transifex 2020-08-28 03:00:16 +00:00
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>
2020-08-27 17:30:24 +02:00
Joas Schilling 1732e5287b
Add changelog for 10.0.0-beta.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27 15:02:27 +02:00
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
2020-08-27 14:02:43 +02:00
dependabot-preview[bot] 18d61b68e5
Merge pull request #4043 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-2.0.0 2020-08-27 11:45:50 +00:00
Joas Schilling a24eb65223
Update @nextcloud/dialogs to 2.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27 13:42:57 +02:00
Joas Schilling 5edeed2cf5
Import the style as required in 2.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27 13:13:41 +02:00
Joas Schilling 77e538b1cb
Fix permanent timeout
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27 13:13:41 +02:00
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>
2020-08-27 09:39:46 +00:00
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
2020-08-27 11:36:41 +02:00
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
2020-08-27 11:22:41 +02:00
Joas Schilling f4fc7d5527
Fix conversation name position
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27 11:20:00 +02:00
Joas Schilling 9df075d9dd
Fix position of favorite icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27 11:19:49 +02:00
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>
2020-08-27 11:19:28 +02:00
Marco Ambrosini b206aee94e Do not show the status in the new group conversation flow
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-27 11:00:32 +02:00
Joas Schilling b1799bf8f8
Merge pull request #4062 from nextcloud/techdebt/noid/bump-vue-dashboard
Bump @nextcloud/vue-dashboard to 0.1.8
2020-08-27 10:53:29 +02:00
Joas Schilling b8eeb9aa10
Merge pull request #4061 from nextcloud/bugfix/noid/fix-buttons
Bugfix/noid/fix buttons
2020-08-27 10:52:13 +02:00
Marco Ambrosini 0bbf4b46d6 Fix buttons
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-27 10:50:02 +02:00
Joas Schilling 40a712f048
Bump @nextcloud/vue-dashboard to 0.1.8
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-27 10:47:42 +02:00
Joas Schilling 8bc00eedf7
Merge pull request #4016 from nextcloud/bugfix/noid/ease-status-load
Show the status on avatars
2020-08-27 09:56:40 +02:00
Marco Ambrosini 9bc1e7005a Bump @nextcloud/vue
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-27 09:53:54 +02:00
Nextcloud bot d149b70a3f
[tx-robot] updated from transifex 2020-08-27 03:02:25 +00:00
Vladislav Hristov ec68348cd3 Prevent infinite loop in datachanel open re-transmission
As there could be two data channels with the same name (created by the
remote and local side) and they will be connected at different time, it
is possible to get an onopen event while the other connection is still
in connecting state.

When the above situation happens, pendingMessages cannot be resent
because the check is on the remote-to-local connection, which is still
in "connecting" state, while the onopen is called for local-to-remote.

At this moment the sendDirectly function will queue the message again
and the loop will try to re-transmit the message again on the next
iteration where it will be queue again, and so on.

To prevent this infinite loop, a copy of the pendingMessages queue is
created and resend happens on this "new" list. This way in case the
channel is already opened the transmission will happen, and in case
the channel is not yet opened it will be re-queued for the next onopen
when the other connection is established.

Signed-off-by: Vladislav Hristov <vvtthristov@gmail.com>
2020-08-26 17:33:07 +03:00
Joas Schilling 8a0f7878b7
Merge pull request #4060 from nextcloud/Valdnet-patch-1
l10n: Add a period at the end of the sentence
2020-08-26 15:14:00 +02:00
Marco Ambrosini 1c378c4da9 Disable status in ContactSelectionBubble
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26 14:38:28 +02:00
Valdnet c7ec7e51d4
l10n: Add a period at the end of the sentence 2020-08-26 14:23:17 +02:00
Marco Ambrosini 19d29aa2c2 Fix callIcon placement
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26 14:01:04 +02:00
Marco Ambrosini b957475cf8 Merge branch 'bugfix/noid/ease-status-load' of https://github.com/nextcloud/spreed into bugfix/noid/ease-status-load 2020-08-26 14:00:46 +02:00
Marco Ambrosini 0c05b3c069 Disable tooltip in messagegroup's avatar
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26 13:54:26 +02:00
Marco Ambrosini 9bb57bc428 Disable tooltip on participant's avatar
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-08-26 13:53:08 +02:00
Joas Schilling 602dacdeb4
No status in the call view
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-26 13:38:19 +02:00