Daniel Calviño Sánchez
ca53669f74
Merge pull request #3625 from nextcloud/bugfix/3539/double-scrollbar
...
Fix double scrollbar
2020-05-21 12:11:31 +02:00
Daniel Rudolf
ac41ca22a3
Remove --circle options from talk:room:create and talk:room:add commands
...
See https://github.com/nextcloud/spreed/pull/3505#issuecomment-631969201 for a reasoning
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-21 11:14:58 +02:00
Nextcloud bot
871bc72b7b
[tx-robot] updated from transifex
2020-05-21 03:00:59 +00:00
Marco Ambrosini
32386ea47a
Fix double scrollbar
...
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-20 17:09:51 +02:00
Nextcloud bot
d7a62e6159
[tx-robot] updated from transifex
2020-05-20 02:58:20 +00:00
Roeland Jago Douma
7fae444fda
If available creatae a cacheentry
...
Fixes #3440
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-19 21:10:08 +02:00
Joas Schilling
c9bc798a4f
Correctly trim user list on name generation
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19 13:24:43 +02:00
Joas Schilling
2b9688568a
Merge pull request #3615 from nextcloud/bugfix/noid/changelog-update
...
Changelog update
2020-05-19 10:38:53 +02:00
Joas Schilling
dcaaa1b826
Fix version in changelog files
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19 10:07:47 +02:00
Joas Schilling
066354b928
Add changelog
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19 09:50:24 +02:00
Joas Schilling
1decc81edd
Update screenshots
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19 09:33:02 +02:00
Joas Schilling
79890a3682
Add talk update messages for Talk 9
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19 09:26:02 +02:00
Joas Schilling
e730815e57
Merge pull request #3611 from nextcloud/bugfix/noid/fix-version-comparisons
...
Fix browser version comparison with Chromium
2020-05-19 09:25:33 +02:00
Joas Schilling
39ba02303d
Merge pull request #3559 from nextcloud/bugfix/noid/add-drop-shadows-to-icons
...
Add drop shadow again on icons in the topbar too
2020-05-19 08:58:28 +02:00
Joas Schilling
2cc3a434f4
Fix browser version comparison with Chromium
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-19 08:42:03 +02:00
Daniel Calviño Sánchez
fc79a724ca
Debounce refreshing the current conversation
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-19 05:40:23 +02:00
Daniel Calviño Sánchez
cb7e6d55f9
Do not fetch all conversations when joining or leaving a call
...
When the current user joins or leaves a call there is no need to fetch
all the conversations, but just the current conversation and the
participants. As when any user, including the current one, joins or
leaves a call a room participants update event is sent by the external
signaling server the current conversation and the participants are
already gotten, so it is not needed to add an explicit handling for
that.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-19 05:18:19 +02:00
Daniel Calviño Sánchez
533bd5fc04
Do not fetch all conversations on room participants update events
...
The room participants update events are sent by the external signaling
server:
-When a user resumes the session
-When an internal client joins or leaves the conversation
-When the BackendNotifier sends a "participants" event (that is, when
the type of a participant changes, when the name of a guest changes or
when guests are cleaned)
-When the BackendNotifier sends a "incall" event (that is, when a
participant joins or leaves the call)
In all those cases it is not really needed to fetch all the
conversations to get the updated state, but only the current
conversation. Note that it is not enough to fetch just the participants,
as for example when a call is started that modifies some attributes in
the conversation, like "hasCall".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-19 05:09:44 +02:00
Nextcloud bot
5c0d8929a8
[tx-robot] updated from transifex
2020-05-19 02:57:46 +00:00
Joas Schilling
fb4191e5bc
Merge pull request #3602 from nextcloud/bugfix/noid/better-browser-detection
...
Use a better lib for browser detection
2020-05-18 15:49:55 +02:00
Joas Schilling
3307c6a8d6
Merge pull request #3565 from nextcloud/bugfix/noid/hpb-multi-setup-protection
...
Don't allow multiple HPB without clustering and add a cache warning
2020-05-18 15:31:15 +02:00
Joas Schilling
d8e78bc95e
Add hover state to the topbar icons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18 15:30:25 +02:00
Joas Schilling
e9b5e47192
Add drop shadow again on icons in the topbar too
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18 14:00:04 +02:00
Joas Schilling
2543bc6513
Merge pull request #3525 from nextcloud/bugfix/3436/add-tooltip-for-blocked-start-call
...
Add a tooltip for the disabled "Start call" button
2020-05-18 13:41:26 +02:00
Joas Schilling
0329779f04
Use a better lib for browser detection
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18 13:27:19 +02:00
Joas Schilling
90d882bf06
Add a tooltip for the disabled "Start call" button
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18 12:13:33 +02:00
Joas Schilling
d4ec6c04a0
Don't allow multiple HPB without clustering and add a cache warning
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18 12:03:23 +02:00
Joas Schilling
bf5b15a5a6
Merge pull request #3600 from nextcloud/add-documentation-about-testing-the-turn-server
...
Add documentation about testing the TURN server
2020-05-18 09:55:52 +02:00
Joas Schilling
2ae495c6fe
Merge pull request #3597 from nextcloud/dependabot/npm_and_yarn/vuex-3.4.0
...
Bump vuex from 3.3.0 to 3.4.0
2020-05-18 09:55:23 +02:00
dependabot-preview[bot]
04f207656b
Merge pull request #3596 from nextcloud/dependabot/npm_and_yarn/vue-browser-detect-plugin-0.1.13
2020-05-18 07:54:59 +00:00
Nextcloud bot
6c90360688
[tx-robot] updated from transifex
2020-05-18 02:56:45 +00:00
Daniel Calviño Sánchez
b1cb811b9f
Add documentation about testing the TURN server
...
In order to know if a TURN server is working it is useful to actually
test the data transfer through the TURN server instead of just checking
if it generates relay candidates.
When an RTCPeerConnection is created an RTCConfiguration can be provided
to configure it. One of the values it accepts is "iceTransportPolicy",
which can be either set to "all" to gather all types of candidates or to
"relay" to only gather relay candidates.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-18 00:13:01 +02:00
Nextcloud bot
1fcce25ce3
[tx-robot] updated from transifex
2020-05-17 02:57:26 +00:00
dependabot-preview[bot]
4083f89632
Bump vuex from 3.3.0 to 3.4.0
...
Bumps [vuex](https://github.com/vuejs/vuex ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/vuejs/vuex/releases )
- [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vuex/compare/v3.3.0...v3.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-17 01:18:37 +00:00
dependabot-preview[bot]
a2318197bf
Bump vue-browser-detect-plugin from 0.1.8 to 0.1.13
...
Bumps [vue-browser-detect-plugin](https://github.com/ICJIA/vue-browser-detect-plugin ) from 0.1.8 to 0.1.13.
- [Release notes](https://github.com/ICJIA/vue-browser-detect-plugin/releases )
- [Changelog](https://github.com/ICJIA/vue-browser-detect-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ICJIA/vue-browser-detect-plugin/compare/0.1.8...0.1.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-17 01:17:43 +00:00
Nextcloud bot
78b9a3f5af
[tx-robot] updated from transifex
2020-05-16 02:57:56 +00:00
Joas Schilling
708c8980aa
Merge pull request #3582 from nextcloud/bugfix/3551/dont-join-while-in-a-call
...
Don't auto join a new conversation when you are in a call
2020-05-15 13:59:46 +02:00
Joas Schilling
97d113d46a
Merge pull request #3580 from nextcloud/bugfix/noid/fix-parent-when-first-message
...
Correctly pick the parent if it is index 0 of the messages
2020-05-15 13:38:06 +02:00
Joas Schilling
528d76364e
Merge pull request #3581 from nextcloud/techdebt/noid/add-docs-for-parent-item
...
Add docs for message.parent
2020-05-15 13:15:01 +02:00
Joas Schilling
f4ce05ea63
Merge pull request #3579 from nextcloud/bugfix/noid/flow-send-message
...
Add empty referenceId when sending a message though flow
2020-05-15 13:10:29 +02:00
Joas Schilling
a71e4daaf5
Don't auto join a new conversation when you are in a call
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15 10:54:07 +02:00
Joas Schilling
ae0682a949
Add docs for message.parent
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15 10:17:16 +02:00
Joas Schilling
f8538f487b
Correctly pick the parent if it is index 0 of the messages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15 09:31:07 +02:00
Julius Härtl
cae12daac1
Add empty referenceId when sending a message though flow
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-15 08:40:57 +02:00
Joas Schilling
eb9736a29f
Merge pull request #3573 from nextcloud/fix-talk-sidebar-in-public-share-pages-without-header-actions
...
Fix Talk sidebar in public share pages without header actions
2020-05-15 08:35:56 +02:00
Joas Schilling
ff8213dd2a
Merge pull request #3574 from nextcloud/ignore-drag-and-drop-events-if-files-are-not-involved
...
Ignore drag and drop events if files are not involved
2020-05-15 08:31:33 +02:00
Joas Schilling
fc3d6b961e
Merge pull request #3575 from XenonOrion/patch-1
...
Update TURN.md
2020-05-14 23:19:29 +02:00
Xenon Orion
e0169a7c17
Update TURN.md
2020-05-14 23:00:25 +02:00
Daniel Calviño Sánchez
1ab7ea33cb
Ignore drag and drop events if files are not involved
...
If a drag and drop events does not involve files the drop hint should
not be shown, and the drop event does not need to be handled either. The
drag event may not contain yet the files in its "dataTransfer.files"
property, but at least one of the types included in its
"dataTransfer.types" property will be "Files".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-14 21:58:30 +02:00
Daniel Calviño Sánchez
4da0ffc55d
Fix Talk sidebar in public share pages without header actions
...
The ".header-right" element may not exist in the public share page if
there are no header actions, for example, if the downloads of the share
are hidden. In that case the ".header-right" element needs to be
explicitly added.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-14 20:45:04 +02:00