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

9887 Коммитов

Автор SHA1 Сообщение Дата
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
dependabot[bot] 68f641da78
Bump @vue/cli-plugin-unit-jest from 4.5.12 to 4.5.13
Bumps [@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest) from 4.5.12 to 4.5.13.
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.13/packages/@vue/cli-plugin-unit-jest)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 07:41:37 +00:00
dependabot[bot] 3f824743c2
Bump @babel/core from 7.14.0 to 7.14.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.0 to 7.14.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.3/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 07:39:32 +00:00
dependabot[bot] 8ce24ff290
Bump webdav from 4.3.0 to 4.5.0
Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.3.0 to 4.5.0.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.3.0...v4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 07:35:25 +00:00
dependabot[bot] 9f8370e92c
Bump webpack-cli from 4.6.0 to 4.7.0
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.6.0...webpack-cli@4.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 07:34:04 +00:00
dependabot[bot] 6804dcc0c2
Bump eslint-plugin-import from 2.22.1 to 2.23.2
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.2.
- [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.22.1...v2.23.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 07:33:16 +00:00
Joas Schilling 23d1fc70c5
Merge pull request #5612 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.14.2
Bump @babel/preset-env from 7.14.1 to 7.14.2
2021-05-18 09:29:52 +02:00
Nextcloud bot 31c0dae2ae
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-17 03:22:00 +00:00
Nextcloud bot 1608b69a69
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-16 03:23:52 +00:00
Nextcloud bot caebf28cc0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-15 03:26:54 +00:00
dependabot[bot] e06fb04e15
Bump @babel/preset-env from 7.14.1 to 7.14.2
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.1 to 7.14.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.2/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-15 01:07:04 +00:00
Nextcloud bot 17339fd51c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-14 03:17:04 +00:00
Nextcloud bot b993c07290
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-05-13 03:15:40 +00:00
marco 7963f84f5a
Merge pull request #5605 from nextcloud/feature/noid/improve-conversation-settings-dialog
Move description editor to conversation settings dialog
2021-05-12 13:30:57 +02:00
Vincent Petry 7e3616d447
Merge pull request #5490 from nextcloud/bugfix/5489/fix-future-nc-vue-compat
Fix compatibility with nextcloud-vue v4.0.0 alpha
2021-05-12 11:07:19 +02:00
Marco Ambrosini 24e5aad38b Move description editor to conversation settings
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2021-05-12 08:30:04 +01:00
Vincent Petry dd0482470d
Remove service dependencies in Conversation component
Move "removeCurrentUserFromConversation" to the participant store.
Move "setNotificationLevel" and "deleteConversation" to the conversations store.
Adjust usages accordingly to use the store instead of the services directly.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-05-11 17:16:39 +02:00
Joas Schilling 3d21819e28
Merge pull request #5602 from nextcloud/bugfix/noid/fix-guests-without-a-name-in-system-messages
Fix guests without a name in system messages
2021-05-11 16:50:47 +02:00