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

9854 Коммитов

Автор SHA1 Сообщение Дата
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
dependabot[bot] 33058e47c0
Bump @nextcloud/event-bus from 1.2.0 to 2.0.0
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 13:26:47 +00:00
Daniel Calviño Sánchez 3c8418e69e
Unify STUN and TURN server URLs
The "stunservers" parameter was a list of several elements each one with
a "url" parameter, which was a string. Now the "stunservers" parameter
is a list of several elements (although in practice there will be just
one) each one with a "urls" parameter, which is a list of strings.

The "turnservers" parameter was a list of several elements each one with
a "url" parameter and a "urls" parameter, which were both a list of a
single string. Now the "turnservers" parameter is a list of several
elements each one with a "urls" parameter, which is a list of strings.
Each element of "turnservers" contain too "username" and "credential"
parameters that apply to all the elements in the "urls" parameter.

The format resembles the RTCIceServer format, so the returned values can
be directly used by the WebUI like done until now. Mobile clients will
need to be adjusted, though.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-05-19 15:24:40 +02:00
Joas Schilling f821520095
Merge pull request #5465 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-2.0.0
Bump @nextcloud/router from 1.2.0 to 2.0.0
2021-05-19 15:24:09 +02:00
Joas Schilling 2c553092fb
Fix generateOcsUrl() calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-19 13:27:18 +02:00
dependabot[bot] 1617bb1404
Bump @nextcloud/router from 1.2.0 to 2.0.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/nextcloud/nextcloud-router/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 13:01:17 +02:00
Joas Schilling dc166302d0
Merge pull request #5636 from nextcloud/enh/regenerate_sessionid
Regenerate session id after entering password
2021-05-19 12:57:04 +02:00
Vincent Petry 276b2d4732
Merge pull request #5599 from nextcloud/test/noid/conversations
Add JS tests for conversation component
2021-05-19 10:45:49 +02:00
Vincent Petry a7e19ffe20
Add JS tests for Conversation.vue component
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-19 09:33:35 +02:00
Vincent Petry e6d4b02681
Merge pull request #5606 from nextcloud/techdebt/noid/use-the-store-luke
Remove service dependencies in Conversation component
2021-05-19 09:33:00 +02:00
Roeland Jago Douma 918ed621d4 Regenerate session id after entering password
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-19 09:27:51 +02:00
Joas Schilling 75661785fa
Merge pull request #5633 from nextcloud/bugfix/noid/reusable-user-ids-one-to-one-chats
Reusable user ids one to one chats
2021-05-19 09:09:58 +02:00
Nextcloud bot 09fdce5d72
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-19 03:36:35 +00:00
Joas Schilling 3e88db0678
Fix name and type of left one-to-one conversations so reused user ids can't join again
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-18 17:38:10 +02:00
Joas Schilling e8c5923111
Allow changing the room type away from one-to-one
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-18 17:38:10 +02:00
Joas Schilling 24f80d7984
Merge pull request #5634 from nextcloud/bugfix/noid/fix-expected-http-status-code-for-403
Fix expected HTTP status code for OCS 403
2021-05-18 17:37:50 +02:00
Joas Schilling b6a31c26e5
Fix expected HTTP status code for OCS 403
Ref https://github.com/nextcloud/server/pull/26679

Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-18 16:44:00 +02:00
Vincent Petry ec66b5581f
Merge pull request #5632 from nextcloud/bugfix/5631/fix-leftover-onroutechange
Remove leftover routeChange handlers
2021-05-18 14:45:43 +02:00
Vincent Petry 5daeffd083
Remove leftover routeChange handlers
Fixes a JS error due to missing handlers.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-18 13:27:30 +02:00
Joas Schilling 06f819e4d1
Merge pull request #5630 from nextcloud/dependabot/npm_and_yarn/stylelint-13.13.1
Bump stylelint from 13.13.0 to 13.13.1
2021-05-18 11:53:05 +02:00
dependabot[bot] c1f19ec724
Bump stylelint from 13.13.0 to 13.13.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.0 to 13.13.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.0...13.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 09:44:35 +00:00
Joas Schilling d7e31daf5d
Merge pull request #5629 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.7
Bump vue-loader from 15.9.6 to 15.9.7
2021-05-18 11:40:59 +02:00
Joas Schilling da1934bf6b
Merge pull request #5625 from nextcloud/dependabot/npm_and_yarn/eslint-import-resolver-webpack-0.13.1
Bump eslint-import-resolver-webpack from 0.13.0 to 0.13.1
2021-05-18 11:39:33 +02:00
Joas Schilling a4bcb3d675
Merge pull request #5608 from nextcloud/test/noid/leftsidebar
JS tests for LeftSidebar
2021-05-18 11:35:17 +02:00
Joas Schilling d5e261d63c
Merge pull request #5622 from nextcloud/dependabot/npm_and_yarn/webdav-4.5.0
Bump webdav from 4.3.0 to 4.5.0
2021-05-18 11:32:01 +02:00
dependabot[bot] ebd5132e9e
Bump vue-loader from 15.9.6 to 15.9.7
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.6 to 15.9.7.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.6...v15.9.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 09:23:55 +00:00
Joas Schilling 8340e70d56
Merge pull request #5627 from nextcloud/dependabot/npm_and_yarn/jest-localstorage-mock-2.4.12
Bump jest-localstorage-mock from 2.4.10 to 2.4.12
2021-05-18 11:20:24 +02:00
Joas Schilling ecbb853e76
Merge pull request #5626 from nextcloud/dependabot/npm_and_yarn/vue/cli-plugin-unit-jest-4.5.13
Bump @vue/cli-plugin-unit-jest from 4.5.12 to 4.5.13
2021-05-18 11:19:14 +02:00
Joas Schilling d3a75b70ff
Merge pull request #5624 from nextcloud/dependabot/npm_and_yarn/babel/core-7.14.3
Bump @babel/core from 7.14.0 to 7.14.3
2021-05-18 11:17:17 +02:00
dependabot[bot] af01a9f9b4
Bump eslint-import-resolver-webpack from 0.13.0 to 0.13.1
Bumps [eslint-import-resolver-webpack](https://github.com/benmosher/eslint-plugin-import) from 0.13.0 to 0.13.1.
- [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/v0.13.0...resolvers/webpack/v0.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 09:07:34 +00:00
Joas Schilling c629082987
Merge pull request #5621 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.7.0
Bump webpack-cli from 4.6.0 to 4.7.0
2021-05-18 11:01:55 +02:00
Joas Schilling 3bea37c90b
Merge pull request #5620 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-import-2.23.2
Bump eslint-plugin-import from 2.22.1 to 2.23.2
2021-05-18 11:00:50 +02:00
dependabot[bot] 47c352029f
Bump jest-localstorage-mock from 2.4.10 to 2.4.12
Bumps [jest-localstorage-mock](https://github.com/clarkbw/jest-localstorage-mock) from 2.4.10 to 2.4.12.
- [Release notes](https://github.com/clarkbw/jest-localstorage-mock/releases)
- [Commits](https://github.com/clarkbw/jest-localstorage-mock/compare/v2.4.10...v2.4.12)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 07:44:05 +00:00
Vincent Petry f36ad0b63a
JS tests for LeftSidebar
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-18 09:43:38 +02:00