Nextcloud bot
871bc72b7b
[tx-robot] updated from transifex
6 years ago
Nextcloud bot
d7a62e6159
[tx-robot] updated from transifex
6 years ago
Joas Schilling
2b9688568a
Merge pull request #3615 from nextcloud/bugfix/noid/changelog-update
Changelog update
6 years ago
Joas Schilling
dcaaa1b826
Fix version in changelog files
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
066354b928
Add changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
1decc81edd
Update screenshots
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
79890a3682
Add talk update messages for Talk 9
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
e730815e57
Merge pull request #3611 from nextcloud/bugfix/noid/fix-version-comparisons
Fix browser version comparison with Chromium
6 years ago
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
6 years ago
Joas Schilling
2cc3a434f4
Fix browser version comparison with Chromium
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Nextcloud bot
5c0d8929a8
[tx-robot] updated from transifex
6 years ago
Joas Schilling
fb4191e5bc
Merge pull request #3602 from nextcloud/bugfix/noid/better-browser-detection
Use a better lib for browser detection
6 years ago
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
6 years ago
Joas Schilling
d8e78bc95e
Add hover state to the topbar icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
e9b5e47192
Add drop shadow again on icons in the topbar too
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
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
6 years ago
Joas Schilling
0329779f04
Use a better lib for browser detection
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
90d882bf06
Add a tooltip for the disabled "Start call" button
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
d4ec6c04a0
Don't allow multiple HPB without clustering and add a cache warning
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
bf5b15a5a6
Merge pull request #3600 from nextcloud/add-documentation-about-testing-the-turn-server
Add documentation about testing the TURN server
6 years ago
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
6 years ago
dependabot-preview[bot]
04f207656b
Merge pull request #3596 from nextcloud/dependabot/npm_and_yarn/vue-browser-detect-plugin-0.1.13
6 years ago
Nextcloud bot
6c90360688
[tx-robot] updated from transifex
6 years ago
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>
6 years ago
Nextcloud bot
1fcce25ce3
[tx-robot] updated from transifex
6 years ago
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>
6 years ago
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>
6 years ago
Nextcloud bot
78b9a3f5af
[tx-robot] updated from transifex
6 years ago
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
6 years ago
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
6 years ago
Joas Schilling
528d76364e
Merge pull request #3581 from nextcloud/techdebt/noid/add-docs-for-parent-item
Add docs for message.parent
6 years ago
Joas Schilling
f4ce05ea63
Merge pull request #3579 from nextcloud/bugfix/noid/flow-send-message
Add empty referenceId when sending a message though flow
6 years ago
Joas Schilling
a71e4daaf5
Don't auto join a new conversation when you are in a call
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
ae0682a949
Add docs for message.parent
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
f8538f487b
Correctly pick the parent if it is index 0 of the messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Julius Härtl
cae12daac1
Add empty referenceId when sending a message though flow
Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago
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
6 years ago
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
6 years ago
Joas Schilling
fc3d6b961e
Merge pull request #3575 from XenonOrion/patch-1
Update TURN.md
6 years ago
Xenon Orion
e0169a7c17
Update TURN.md
6 years ago
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>
6 years ago
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>
6 years ago
marco
b598d6ea92
Merge pull request #3563 from nextcloud/feature/noid/sidebar-callview
Fix the callview in sidebars
6 years ago
Joas Schilling
da6bdf134f
Merge pull request #3528 from nextcloud/bugfix/3523/make-conversations-linked-in-activities
Make activities link to the conversation
6 years ago
Joas Schilling
86a3c175ac
Merge pull request #3555 from nextcloud/bugfix/3401/only-add-chat-reference-id-capability-when-it-exists
Only add chat reference id capability when it exists
6 years ago
Joas Schilling
5779eb50f1
Merge pull request #3557 from nextcloud/techdebt/noid/remove-compile-check-code
Remove compile checker it should be a github action when enabling it …
6 years ago
Marco Ambrosini
eb9dfbf9f6
Fix emptycontent
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
6 years ago
Marco Ambrosini
c964053eec
Remove unused prop
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
6 years ago
Joas Schilling
d68c742a63
Merge pull request #3561 from nextcloud/bugfix/noid/use-new-initial-state
Use new initial state
6 years ago
Marco Ambrosini
68f4edd713
Fix callview in sidebars
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
6 years ago