Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-18Add drop shadow again on icons in the topbar tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18Merge pull request #3600 from ↵Joas Schilling
nextcloud/add-documentation-about-testing-the-turn-server Add documentation about testing the TURN server
2020-05-18Merge pull request #3597 from nextcloud/dependabot/npm_and_yarn/vuex-3.4.0Joas Schilling
Bump vuex from 3.3.0 to 3.4.0
2020-05-18Merge pull request #3596 from ↵dependabot-preview[bot]
nextcloud/dependabot/npm_and_yarn/vue-browser-detect-plugin-0.1.13
2020-05-18[tx-robot] updated from transifexNextcloud bot
2020-05-18Add documentation about testing the TURN serverDaniel Calviño Sánchez
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-17[tx-robot] updated from transifexNextcloud bot
2020-05-17Bump vuex from 3.3.0 to 3.4.0dependabot-preview[bot]
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-17Bump vue-browser-detect-plugin from 0.1.8 to 0.1.13dependabot-preview[bot]
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-16[tx-robot] updated from transifexNextcloud bot
2020-05-15Merge pull request #3582 from nextcloud/bugfix/3551/dont-join-while-in-a-callJoas Schilling
Don't auto join a new conversation when you are in a call
2020-05-15Merge pull request #3580 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-parent-when-first-message Correctly pick the parent if it is index 0 of the messages
2020-05-15Merge pull request #3581 from nextcloud/techdebt/noid/add-docs-for-parent-itemJoas Schilling
Add docs for message.parent
2020-05-15Merge pull request #3579 from nextcloud/bugfix/noid/flow-send-messageJoas Schilling
Add empty referenceId when sending a message though flow
2020-05-15Don't auto join a new conversation when you are in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Add docs for message.parentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Correctly pick the parent if it is index 0 of the messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Add empty referenceId when sending a message though flowJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-15Merge pull request #3573 from ↵Joas Schilling
nextcloud/fix-talk-sidebar-in-public-share-pages-without-header-actions Fix Talk sidebar in public share pages without header actions
2020-05-15Merge pull request #3574 from ↵Joas Schilling
nextcloud/ignore-drag-and-drop-events-if-files-are-not-involved Ignore drag and drop events if files are not involved
2020-05-15Merge pull request #3575 from XenonOrion/patch-1Joas Schilling
Update TURN.md
2020-05-15Update TURN.mdXenon Orion
2020-05-14Ignore drag and drop events if files are not involvedDaniel Calviño Sánchez
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-14Fix Talk sidebar in public share pages without header actionsDaniel Calviño Sánchez
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-14Merge pull request #3563 from nextcloud/feature/noid/sidebar-callviewmarco
Fix the callview in sidebars
2020-05-14Merge pull request #3528 from ↵Joas Schilling
nextcloud/bugfix/3523/make-conversations-linked-in-activities Make activities link to the conversation
2020-05-14Merge pull request #3555 from ↵Joas Schilling
nextcloud/bugfix/3401/only-add-chat-reference-id-capability-when-it-exists Only add chat reference id capability when it exists
2020-05-14Merge pull request #3557 from nextcloud/techdebt/noid/remove-compile-check-codeJoas Schilling
Remove compile checker it should be a github action when enabling it …
2020-05-14Fix emptycontentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Remove unused propMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Merge pull request #3561 from nextcloud/bugfix/noid/use-new-initial-stateJoas Schilling
Use new initial state
2020-05-14Fix callview in sidebarsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Merge pull request #3558 from nextcloud/feature/noid/create-one-to-one-viewmarco
Create one to one view
2020-05-14Merge pull request #3547 from ↵marco
nextcloud/bugfix/3536/fix-moderator-options-for-one-to-one Bugfix/3536/fix moderator options for one to one
2020-05-14Fix callview overflowMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Use new initial stateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Move controls to the left for big videosMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Make grid again when mountedMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Remove compile checker it should be a github action when enabling it ever againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Only send the capability when the config is setJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Show localvideo in one to one promoted view callsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Hide stripe if there is only one videoMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-05-14Check in a background job for the reference id columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Merge pull request #3544 from ↵Joas Schilling
nextcloud/bugfix/3515/change-talk-hash-based-on-configs Take config settings into account when promoting an update
2020-05-14Make activities link to the conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14[tx-robot] updated from transifexNextcloud bot
2020-05-13Fix menu items appearanceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-13Merge pull request #3540 from nextcloud/techdebt/noid/the-future-is-nowJoas Schilling
Adjust version and requirement on master
2020-05-13Take config settings into account when promoting an updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-13Adjust version and requirement on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>