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

13977 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 8546530adc
Bump jest-mock-axios from 4.6.1 to 4.6.2
Bumps [jest-mock-axios](https://github.com/knee-cola/jest-mock-axios) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/knee-cola/jest-mock-axios/releases)
- [Changelog](https://github.com/knee-cola/jest-mock-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knee-cola/jest-mock-axios/compare/v4.6.1...v4.6.2)

---
updated-dependencies:
- dependency-name: jest-mock-axios
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 02:06:08 +00:00
dependabot[bot] 4506c44e23
Bump leaflet from 1.9.2 to 1.9.3
Bumps [leaflet](https://github.com/Leaflet/Leaflet) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/Leaflet/Leaflet/releases)
- [Changelog](https://github.com/Leaflet/Leaflet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Leaflet/Leaflet/compare/v1.9.2...v1.9.3)

---
updated-dependencies:
- dependency-name: leaflet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 02:05:08 +00:00
dependabot[bot] 2b251758b1
Bump @nextcloud/eslint-config from 8.1.3 to 8.1.4
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.3 to 8.1.4.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.3...v8.1.4)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 02:04:49 +00:00
dependabot[bot] 8507746a0f
Bump emoji-mart-vue-fast from 11.2.0 to 12.0.1
Bumps [emoji-mart-vue-fast](https://github.com/serebrov/emoji-mart-vue) from 11.2.0 to 12.0.1.
- [Release notes](https://github.com/serebrov/emoji-mart-vue/releases)
- [Commits](https://github.com/serebrov/emoji-mart-vue/compare/11.2.0...12.0.1)

---
updated-dependencies:
- dependency-name: emoji-mart-vue-fast
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-19 02:01:58 +00:00
Marco 91137ecead Update topbar buttons
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 16:06:22 +01:00
Joas Schilling d6f91d8034
Merge pull request #8260 from nextcloud/techdebt/7314/move-to-vue-component-dashboard-widget
Move to vue component DashboardWidget and DashboardWidgetItem
2022-11-18 15:53:30 +01:00
Marco f10e6147b5 Use real call start timestamp
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 14:41:28 +01:00
Joas Schilling c080f34237
Document all used app config values
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-18 14:19:37 +01:00
Marco 19e3bfac00 Open correct sidebar tabs when clicking the toggles
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco fe2f54ab44 Fix width for wide button
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco fcfc1e1ecf Fix call time position when not recording
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco e7f3388db7 Do not show descriptions in call
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco 0382d65043 Fix year
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco f162927250 Fix app navigation toggle alignment
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco f4f1c96bff Implement timer logic with dummy values
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco 3a7fadfcb4 Add call time
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco 2973e187c3 Add Participants button
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco 84c60c932c Show .topbar-header in calls
Signed-off-by: Marco <marcoambrosini@icloud.com>
2022-11-18 13:33:11 +01:00
Marco 81d2c57002
Merge pull request #8369 from nextcloud/bugfix/noid/add-call-start-time
Add callStartTime to room API
2022-11-18 13:32:16 +01:00
Joas Schilling 94602f3ec3
Merge pull request #8368 from nextcloud/bugfix/8356/make-sure-to-initialise-with-later-defaults
Make sure to initialise the in call flag with the default we use later…
2022-11-18 13:11:05 +01:00
Joas Schilling 7c7cfedf83
Add callStartTime to room API
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-18 12:32:57 +01:00
Joas Schilling a757ddd245
Make sure to initialise the Session object with defaults we use later as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-18 11:09:53 +01:00
Joas Schilling 353d68f33b
Remove old package
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-18 10:00:46 +01:00
Joas Schilling 07b6e73b85
Move to vue component DashboardWidget and DashboardWidgetItem
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-18 10:00:22 +01:00
Joas Schilling 94544748b1
Merge pull request #8213 from nextcloud/bugfix/noid/fix-link-and-password-option-of-new-conversations
Fix link and password option of new conversations
2022-11-18 09:58:03 +01:00
Joas Schilling 497f6c8a3a
Bump to beta1
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-18 09:07:01 +01:00
Joas Schilling 0823245617
Fix link and password option of new conversations
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-17 20:26:07 +01:00
Joas Schilling 2d3c1b2941
Merge pull request #8351 from nextcloud/bugfix/8342/remove-poll-data-on-deletion
Remove poll data when deleting the message
2022-11-17 06:24:32 +01:00
Joas Schilling 49b3c48c83
Merge pull request #8359 from nextcloud/deps/noid/bump-vue
Bump @nextcloud/vue to 7.1.0-beta.0
2022-11-16 16:36:34 +01:00
Joas Schilling 6bedf30770
Remove poll data when deleting the message
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-16 16:08:09 +01:00
Joas Schilling 9bfcf38a52
Bump @nextcloud/vue to 7.1.0-beta.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-16 15:50:40 +01:00
Joas Schilling cf15c7e16a
Merge pull request #8355 from nextcloud/dependabot/npm_and_yarn/loader-utils-1.4.2
Bump loader-utils from 1.4.1 to 1.4.2
2022-11-16 11:10:38 +01:00
dependabot[bot] a847206db9
Bump loader-utils from 1.4.1 to 1.4.2
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 09:24:03 +00:00
Joas Schilling f3de0a0409
Merge pull request #8352 from nextcloud/fix/package-json-webpack-scripts
Update webpack scripts
2022-11-16 10:22:47 +01:00
Joas Schilling d1aeb0aa45
Enable the cache again
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-16 09:55:42 +01:00
John Molakvoæ dc3f566f82
Rename webpack.js to webpack.config.js
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-11-16 09:48:43 +01:00
John Molakvoæ 56eddaedbe
Update webpack scripts
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2022-11-16 08:29:21 +01:00
Nextcloud bot 209e94da2b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-16 02:52:34 +00:00
Nextcloud bot 8e74649cb3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-15 02:53:10 +00:00
Nextcloud bot fd1c5dd3b6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-14 02:51:39 +00:00
Joas Schilling acb8e81e42
Merge pull request #8347 from nextcloud/dependabot/npm_and_yarn/jest-environment-jsdom-29.3.1
bump jest-environment-jsdom from 29.2.2 to 29.3.1
2022-11-13 07:28:50 +01:00
Joas Schilling bc8adbc4ff
Merge pull request #8345 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.1.3
Bump @nextcloud/eslint-config from 8.1.2 to 8.1.3
2022-11-13 07:28:25 +01:00
Joas Schilling 8da8a5c620
Merge pull request #8348 from nextcloud/automated/noid/master-update-nextcloud-ocp
[master] Update nextcloud/ocp dependency
2022-11-13 07:21:17 +01:00
nextcloud-command 578d7ede53 Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2022-11-13 04:38:41 +00:00
Joas Schilling 8814fbb307
Merge pull request #8343 from nextcloud/dependabot/composer/vendor-bin/psalm/vimeo/psalm-4.30.0
Bump vimeo/psalm from 4.29.0 to 4.30.0 in /vendor-bin/psalm
2022-11-12 08:16:26 +01:00
Joas Schilling 933456772d
Merge pull request #8346 from nextcloud/dependabot/npm_and_yarn/vue-and-vue-template-compiler-2.7.14
Bump vue and vue-template-compiler
2022-11-12 08:12:55 +01:00
dependabot[bot] 9bbe05405f
bump jest-environment-jsdom from 29.2.2 to 29.3.1
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-12 03:15:16 +00:00
dependabot[bot] 3813cda659
Bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.7.13 to 2.7.14
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.7.13 to 2.7.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.13...v2.7.14)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-12 03:08:13 +00:00
Nextcloud bot 4db3f9b9bb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-12 02:51:15 +00:00
dependabot[bot] a9da747e85
Bump @nextcloud/eslint-config from 8.1.2 to 8.1.3
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 8.1.2 to 8.1.3.
- [Release notes](https://github.com/nextcloud/eslint-config/releases)
- [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/eslint-config/compare/v8.1.2...v8.1.3)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-12 02:05:47 +00:00