Skip to content

Commit 484972b

Browse files
authored
Merge pull request #60615 from nextcloud/fix/move-notes
[stable32] fix(files): show proper information when a move will override the target
2 parents c80ee55 + 17aaae1 commit 484972b

307 files changed

Lines changed: 3038 additions & 3270 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/files/src/actions/moveOrCopyAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export async function * handleCopyMoveNodesTo(nodes: INode[], destination: IFold
136136
if (method === MoveCopyAction.MOVE) {
137137
// Let the user choose what to do with the conflicting files
138138
const content = otherNodes.filter((n) => conflicts.some((c) => c.basename === n.basename))
139-
const result = await openConflictPicker(destination.path, conflicts, content)
139+
const result = await openConflictPicker(destination.path, conflicts, content, { overwriting: true })
140140
if (!result) {
141141
// User cancelled
142142
return

core/css/server.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/server.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1023-1023.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This file is generated from multiple sources. Included packages:
2626
- version: 3.1.0
2727
- license: GPL-3.0-or-later
2828
- @nextcloud/vue
29-
- version: 8.38.0
29+
- version: 8.39.0
3030
- license: AGPL-3.0-or-later
3131
- @vueuse/core
3232
- version: 11.3.0

dist/1217-1217.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,43 +58,43 @@ This file is generated from multiple sources. Included packages:
5858
- version: 4.0.0
5959
- license: AGPL-3.0-or-later
6060
- @nextcloud/paths
61-
- version: 3.0.0
61+
- version: 3.1.0
6262
- license: GPL-3.0-or-later
6363
- @nextcloud/vue
64-
- version: 9.5.0
64+
- version: 9.8.0
6565
- license: AGPL-3.0-or-later
6666
- @vue/devtools-shared
67-
- version: 8.0.6
67+
- version: 8.1.2
6868
- license: MIT
6969
- @vueuse/core
70-
- version: 14.2.1
70+
- version: 14.3.0
7171
- license: MIT
7272
- @vueuse/shared
73-
- version: 14.2.1
73+
- version: 14.3.0
7474
- license: MIT
7575
- focus-trap
76-
- version: 8.0.0
76+
- version: 8.2.1
7777
- license: MIT
7878
- perfect-debounce
7979
- version: 2.1.0
8080
- license: MIT
8181
- @vue/devtools-api
82-
- version: 8.0.6
82+
- version: 8.1.2
8383
- license: MIT
8484
- @vue/devtools-kit
85-
- version: 8.0.6
85+
- version: 8.1.2
8686
- license: MIT
8787
- vue-router
88-
- version: 5.0.2
88+
- version: 5.0.7
8989
- license: MIT
9090
- vue
91-
- version: 3.5.28
91+
- version: 3.5.34
9292
- license: MIT
9393
- @nextcloud/dialogs
94-
- version: 7.3.0
94+
- version: 7.4.0
9595
- license: AGPL-3.0-or-later
9696
- semver
97-
- version: 7.7.2
97+
- version: 7.8.0
9898
- license: ISC
9999
- @nextcloud/event-bus
100100
- version: 3.3.3
@@ -112,16 +112,16 @@ This file is generated from multiple sources. Included packages:
112112
- version: 3.1.0
113113
- license: GPL-3.0-or-later
114114
- @vue/reactivity
115-
- version: 3.5.28
115+
- version: 3.5.34
116116
- license: MIT
117117
- @vue/runtime-core
118-
- version: 3.5.28
118+
- version: 3.5.34
119119
- license: MIT
120120
- @vue/runtime-dom
121-
- version: 3.5.28
121+
- version: 3.5.34
122122
- license: MIT
123123
- @vue/shared
124-
- version: 3.5.28
124+
- version: 3.5.34
125125
- license: MIT
126126
- base64-js
127127
- version: 1.5.1
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/1217-1217.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1217-1217.js.license

dist/1580-1580.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/1580-1580.js.map.license

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)