dependabot[bot]
2c256fce52
Chore(deps): Bump @nextcloud/dialogs from 5.1.1 to 5.1.2
...
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 02:15:54 +00:00
dependabot[bot]
e8cdca07b2
Chore(deps): Bump @nextcloud/vue from 8.6.2 to 8.7.1
...
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue ) from 8.6.2 to 8.7.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.6.2...v8.7.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 02:15:33 +00:00
dependabot[bot]
a522f64a1c
Chore(deps-dev): Bump cypress from 13.6.4 to 13.6.6
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.6.4 to 13.6.6.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.6.4...v13.6.6 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 02:14:52 +00:00
Julius Härtl
9e0157fdce
Merge pull request #3490 from nextcloud/fix/wopi-settings-text-input
2024-02-23 10:32:45 +01:00
Julius Härtl
6d48310b9b
Merge pull request #3491 from nextcloud/fix/preview
2024-02-22 19:47:31 +01:00
Szymon Kłos
eed26e3395
Fixes #3492 joining after document is renamed inside editor
...
Bug:
1. Open document
2. Rename in Collabora Online using input in the title bar
3. In the new tab open the same document from file picker in NC
Result: 2 sessions are in different instances of the same document
getCallbackBaseUrl() puts "/" at the end, but WOPISrc was adding
additional one:
const wopiurl = getCallbackBaseUrl() + '/ ...
Then reconnected session after rename had single "/index.php"
but new session used "//index.php" what caused that COOL server
didn't consider both as the same identifier
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
2024-02-22 18:41:08 +01:00
Julius Härtl
6da08e6eb5
chore: Move to preview provider v2
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-21 13:47:05 +01:00
Julius Härtl
6623a4c1c7
fix: Preview url generation and cleanup
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-21 13:47:05 +01:00
Julius Härtl
1643d254ab
fix: Properly use input model in settings text fields
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-21 12:51:13 +01:00
Julius Härtl
3c583055e7
fix: Allow to unlock through separate endpoint for edit locally
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-21 12:50:38 +01:00
Julius Härtl
5570aa7b91
fix: Add config option to disable edit locally
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-21 12:31:41 +01:00
Julius Härtl
b784eeb24d
Merge pull request #3464 from nextcloud/perf/bundle-size
2024-02-21 12:15:25 +01:00
Julius Härtl
ffeee6a720
Merge pull request #3480 from vmiklos/iframe-allow-clipboard2
...
fix: emit allow attribute on all iframes for the clipboard (related t…
2024-02-20 10:32:22 +01:00
Miklos Vajna
1db78f974d
fix: emit allow attribute on all iframes for the clipboard (related to #3474 )
...
The unhandled cases were:
- read-only view
- view a past revision
- for completeness, also adapt the iframe in files.js
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
2024-02-20 09:26:38 +01:00
Szymon Kłos
292ba95162
Merge pull request #3475 from vmiklos/iframe-allow-clipboard
...
fix: emit allow attribute on iframe for the clipboard (fixes #3474 )
2024-02-19 15:40:39 +01:00
Miklos Vajna
2e9441c502
fix: emit allow attribute on iframe for the clipboard ( fixes #3474 )
...
As described at
<https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes >
newer Chrome requires explicit markup for code in an iframe to execute
JS that requires permissions, like clipboard.
If this markup is missing, then the user won't be even asked. Use the
wildcard syntax, because the COOL JS code in the iframe is not the
initial src attribute value of the iframe, it gets changed later.
With this, a permission popup on paste shows up in Chrome even if the
paste is perssed on the notebookbar, even if nextcloud is served from
one domain and COOL is served from an other domain.
This fixes the document edit case; possibly it should be also added at
all other places where the allowfullscreen attribute is used, which is
not done in this commit.
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
2024-02-19 08:20:51 +01:00
Nextcloud bot
1445fd8bfd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-19 01:27:05 +00:00
github-actions[bot]
ecff4e5f54
Merge pull request #3479 from nextcloud/automated/noid/main-update-nextcloud-ocp
...
[main] Update nextcloud/ocp dependency
2024-02-18 03:33:56 +00:00
nextcloud-command
b6b0c11d52
chore(dev-deps): Bump nextcloud/ocp package
...
Signed-off-by: GitHub <noreply@github.com>
2024-02-18 02:43:38 +00:00
Nextcloud bot
6ce283c717
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-18 01:28:09 +00:00
dependabot[bot]
6c970c1a90
Merge pull request #3478 from nextcloud/dependabot/npm_and_yarn/cypress-split-1.20.1
2024-02-17 03:33:17 +00:00
dependabot[bot]
8e4fe5defb
Chore(deps-dev): Bump cypress-split from 1.19.1 to 1.20.1
...
Bumps [cypress-split](https://github.com/bahmutov/cypress-split ) from 1.19.1 to 1.20.1.
- [Release notes](https://github.com/bahmutov/cypress-split/releases )
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.19.1...v1.20.1 )
---
updated-dependencies:
- dependency-name: cypress-split
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 02:54:26 +00:00
dependabot[bot]
181b57f522
Merge pull request #3477 from nextcloud/dependabot/composer/psalm/phar-5.22.1
2024-02-17 02:25:41 +00:00
dependabot[bot]
44849fa376
Chore(deps-dev): Bump psalm/phar from 5.21.1 to 5.22.1
...
Bumps [psalm/phar](https://github.com/psalm/phar ) from 5.21.1 to 5.22.1.
- [Release notes](https://github.com/psalm/phar/releases )
- [Commits](https://github.com/psalm/phar/compare/5.21.1...5.22.1 )
---
updated-dependencies:
- dependency-name: psalm/phar
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 02:13:03 +00:00
Nextcloud bot
a686dbe0dd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-17 01:30:09 +00:00
dependabot[bot]
24cc1ec714
Merge pull request #3476 from nextcloud/dependabot/npm_and_yarn/undici-5.28.3
2024-02-16 18:41:47 +00:00
dependabot[bot]
8c26f49801
Chore(deps-dev): Bump undici from 5.28.2 to 5.28.3
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 18:36:07 +00:00
dependabot[bot]
0850543c92
Merge pull request #3466 from nextcloud/dependabot/npm_and_yarn/cypress-split-1.19.1
2024-02-16 08:56:48 +00:00
Julius Härtl
65fbf49c40
perf: Change to individual dist imports to decrease loaded component impact
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-16 09:51:35 +01:00
dependabot[bot]
84f77ce044
Chore(deps-dev): Bump cypress-split from 1.19.0 to 1.19.1
...
Bumps [cypress-split](https://github.com/bahmutov/cypress-split ) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/bahmutov/cypress-split/releases )
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.19.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: cypress-split
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 09:51:29 +01:00
Julius Härtl
20b035b48c
Merge pull request #3469 from nextcloud/fix/cypress
2024-02-16 08:19:45 +01:00
Nextcloud bot
1505697767
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-15 01:33:22 +00:00
Nextcloud bot
3d9c5cbb9b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-14 01:28:01 +00:00
Julius Härtl
2ec8b734a8
fix: Drop use of deprecated jquery load
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-13 17:19:17 +01:00
Julius Härtl
116cec73cf
Merge pull request #3465 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.6.2
...
Chore(deps): Bump @nextcloud/vue from 8.6.1 to 8.6.2
2024-02-13 17:14:18 +01:00
Julius Härtl
dfa32f818f
Merge pull request #3467 from nextcloud/automated/noid/main-update-nextcloud-ocp
...
[main] Update nextcloud/ocp dependency
2024-02-13 17:13:49 +01:00
Nextcloud bot
f2ecd67d2f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-12 01:26:24 +00:00
nextcloud-command
adb7a16af9
chore(dev-deps): Bump nextcloud/ocp package
...
Signed-off-by: GitHub <noreply@github.com>
2024-02-11 02:40:10 +00:00
Nextcloud bot
a6b4a6cd38
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-11 01:28:10 +00:00
dependabot[bot]
6e6c3a1296
Chore(deps): Bump @nextcloud/vue from 8.6.1 to 8.6.2
...
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue ) from 8.6.1 to 8.6.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.6.1...v8.6.2 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-10 03:26:51 +00:00
Julius Härtl
5bd5e09473
style: Fix code style from nextcloud/coding-standard update
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-02-09 13:58:52 +01:00
Nextcloud bot
5746802cb8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-06 01:26:53 +00:00
github-actions[bot]
373975f876
Merge pull request #3457 from nextcloud/automated/noid/main-update-nextcloud-ocp
...
[main] Update nextcloud/ocp dependency
2024-02-04 03:50:19 +00:00
nextcloud-command
6350adeef7
chore(dev-deps): Bump nextcloud/ocp package
...
Signed-off-by: GitHub <noreply@github.com>
2024-02-04 02:46:13 +00:00
dependabot[bot]
17b664ca49
Merge pull request #3455 from nextcloud/dependabot/npm_and_yarn/nextcloud/webpack-vue-config-6.0.1
2024-02-03 09:45:19 +00:00
dependabot[bot]
dfebc655f8
Merge pull request #3450 from nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-5.3.0
2024-02-03 09:40:21 +00:00
dependabot[bot]
730d6e85a6
Merge pull request #3454 from nextcloud/dependabot/composer/psalm/phar-5.21.1
2024-02-03 08:47:20 +00:00
dependabot[bot]
a3f334d63c
Merge pull request #3453 from nextcloud/dependabot/composer/nextcloud/coding-standard-1.2.1
2024-02-03 08:43:24 +00:00
dependabot[bot]
b1af4a643b
Chore(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0
...
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases )
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/5.2.0...5.3.0 )
---
updated-dependencies:
- dependency-name: vue-material-design-icons
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 08:37:56 +00:00
dependabot[bot]
3a0a4b208f
Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.0.0 to 6.0.1
...
---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-03 08:37:00 +00:00