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

9887 Коммитов

Автор SHA1 Сообщение Дата
Vincent Petry acf697daeb
Encode dav path segments for direct preview
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-27 17:24:16 +02:00
marco 4b2ef5c08a
Merge pull request #5668 from nextcloud/bugfix/5479/edit-description-no-click-outside
Don't cancel editing when clicking outside description
2021-05-27 09:30:23 +01:00
Vincent Petry 07508831a0
Don't cancel editing when clicking outside description
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-27 09:32:00 +02:00
Nextcloud bot a2ed156bf5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-27 03:23:40 +00:00
Nextcloud bot 19ed327e8b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-26 03:26:25 +00:00
marco 9f49501e27
Merge pull request #5653 from nextcloud/test/noid/filepreview
JS tests for FilePreview component
2021-05-25 11:29:02 +01:00
Joas Schilling 6e286f0fc4
Merge pull request #5664 from nextcloud/bugfix/noid/force-capability-documentation
Force capability documentation
2021-05-25 11:54:57 +02:00
Joas Schilling 90a860fdf1
Add missing documentation for capabilities
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-25 11:07:55 +02:00
Joas Schilling be033e9f5c
Check that configs and capabilities are documented
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-25 11:07:35 +02:00
Joas Schilling d15acc689d
Merge pull request #5658 from nextcloud/dependabot/npm_and_yarn/browserslist-4.16.6
Bump browserslist from 4.14.1 to 4.16.6
2021-05-25 10:48:07 +02:00
Joas Schilling 4b6889a069
Merge pull request #5656 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.23.3
Bump eslint-plugin-import from 2.23.2 to 2.23.3
2021-05-25 10:17:51 +02:00
Vincent Petry 12e97394d3
Merge pull request #5661 from nextcloud/fix-switching-devices-during-a-call-if-started-without-audio-nor-video
Fix switching devices during a call if started without audio nor video
2021-05-25 09:55:03 +02:00
dependabot[bot] c0fd067f88
Bump browserslist from 4.14.1 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.1...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25 04:34:49 +00:00
Nextcloud bot adfd6ae79e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-25 03:25:26 +00:00
Daniel Calviño Sánchez aac3602ac3 Do not show an error if explicitly joining a call without media
"TypeError" is thrown by "getUserMedia" when requesting media without
audio nor video. In that case no error message should be shown, as the
devices would have been explicitly disabled by the user.

That could also happen when audio was disabled and video was enabled but
failed. If the initial "getUserMedia" call done when starting a call
failed and video was requested it was retried again without video in all
cases. Now it is only retried if audio is also enabled, as otherwise it
would end requesting no audio and no video (and no error message would
be shown, as a "TypeError" would be thrown).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-24 21:31:35 +02:00
Daniel Calviño Sánchez 086e474060 Handle track changes when call was started without audio or video
When the call was started without audio nor video (either explicitly or
because there was an error when getting the media) the media device
changes were not listened to, so further device changes were ignored and
"localTrackReplaced" events were not emitted.

Moreover, "localTrackReplaced" events were handled by Peer objects to
replace or add tracks as needed, but if a call is started without media
some Peer objects will be missing (the ownPeer object if the HPB is
used, Peer objects for any other participant that is not sending media
when the HPB is not used). Therefore now a forced reconnection is
triggered when needed to establish the missing sender connections.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-24 21:31:35 +02:00
rakekniven a55563fa75
Merge pull request #5655 from nextcloud/Valdnet-patch-1
l10n: Spelling unification
2021-05-24 11:30:21 +02:00
Nextcloud bot 8cad62c18f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-23 03:22:57 +00:00
Nextcloud bot 0387913416
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-22 03:26:10 +00:00
dependabot[bot] 39f0c31207
Bump eslint-plugin-import from 2.23.2 to 2.23.3
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.23.2 to 2.23.3.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-22 01:09:27 +00:00
Valdnet 0421aaa28d
l10n: Spelling unification
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-21 20:58:32 +02:00
Vincent Petry babb4fa043
JS tests for FilePreview component
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-21 10:41:28 +02:00
marco 387691b32d
Merge pull request #5652 from nextcloud/bugfix/noid/fix-chatview
Fix chatview
2021-05-21 10:19:05 +02:00
Marco Ambrosini a9624e96a7 Fix chatview
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 09:43:45 +02:00
marco bc9ea3b463
Merge pull request #5596 from nextcloud/feature/noid/topbar
Add meaningful conversation info to topbar.
2021-05-21 09:34:34 +02:00
Vincent Petry 8fb6190703
Merge pull request #5649 from nextcloud/bugfix/noid/register-flow-via-new-events
Register flow operation via dedicated event
2021-05-21 08:33:44 +02:00
Marco Ambrosini e3e1b0ae4a Render links in description tooltip
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 08:27:21 +02:00
Marco Ambrosini 52cd0d9713 Add description tooltip
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 08:24:10 +02:00
Marco Ambrosini b3322ac5d4 Fix typo
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 08:24:10 +02:00
Marco Ambrosini e41f5ddc74 Fix callview
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 08:24:10 +02:00
Marco Ambrosini 7daf60f538 Fix MainView Layout
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 08:24:10 +02:00
Marco Ambrosini 944cf4fc44 Open conversation settings upon clicking on header
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 08:24:10 +02:00
Marco Ambrosini 9c3e468943 Add conversation avatar, name and description to topbar
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>

Add conversation name and dedscription to topbar

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-21 08:24:10 +02:00
Joas Schilling 7b3e45e926
Register flow operation via dedicated event
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-21 07:26:01 +02:00
Nextcloud bot 8d61c84e2b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-21 03:26:34 +00:00
marco 2f59f33d02
Merge pull request #5648 from nextcloud/test/noid/message-add-location
Add Message.vue test for passing in geo-location object
2021-05-20 18:43:56 +02:00
Vincent Petry 533d2dc477
Merge pull request #5637 from nextcloud/test/noid/participant
JS tests for Participant component
2021-05-20 16:46:40 +02:00
Vincent Petry bc039cd9c6
Add Message.vue test for passing in geo-location object
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-20 12:25:54 +02:00
Vincent Petry 7b8a07f66f
Merge pull request #5647 from nextcloud/add-missing-osm-attribution
Credit where credit is due
2021-05-20 12:22:20 +02:00
Joas Schilling 168128e3d1
Credit where credit is due
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-20 12:10:42 +02:00
Vincent Petry 1b96af147f
JS tests for Participant.vue
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-20 11:28:50 +02:00
Vincent Petry b0eee4fcd2
Add findActionButton helped globally for tests
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-20 11:28:50 +02:00
Joas Schilling db3e03fbfc
Merge pull request #5623 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-2.0.0
Bump @nextcloud/event-bus from 1.2.0 to 2.0.0
2021-05-20 11:17:45 +02:00
Joas Schilling db92d48428
Merge pull request #5645 from nextcloud/techdebt/noid/fix-participant-isself
Remove unused userId in Participant component
2021-05-20 11:15:46 +02:00
Joas Schilling 283f1a9afa
Merge pull request #5582 from nextcloud/unify-stun-and-turn-server-urls
Unify stun and turn server urls
2021-05-20 09:26:40 +02:00
Nextcloud bot f875800ab3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-20 03:33:34 +00:00
Daniel Calviño Sánchez 45c4226819 Remove previous versions for signaling endpoints
The mobile apps will need to adjust to the new version (note that only
the signaling settings endpoint actually changed), but they will not be
compatible with Talk < 12 anyway due to the changes in the conversation
endpoints.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-19 18:29:56 +02:00
Daniel Calviño Sánchez 2cb9d9625d Use signaling settings V3 in WebUI
The only change between V2 and V3 is the "stunservers" and "turnservers"
format, but both the old one and the new one are compatible with the
RTCIceServer dictionary and no changes are needed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-19 17:56:55 +02:00
Vincent Petry bf77c62526
Remove unused userId in Participant component
The method isSelf is relying on this.userId which never exists.
However, the method still works because of the session id array check
which works both for guests and logged in users.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-19 16:20:19 +02:00
Joas Schilling 0414e5ec69
Bump @nextcloud/browserlist-config
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-19 16:00:33 +02:00