nextcloud/apps/files_sharing/src/views
fenn-cs 9c68799fd2 fix(ShareEntryLinkedList): Correctly propagate share data
`this.shares.unshift` mutates the share object for every component that uses
the share mixin.

Using the immutable approach changes the array reference which makes the mixin
lose track of the share object.

It would have been better to bubble up the share object but here we are :)

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-06-12 16:20:39 +01:00
..
CollaborationView.vue Lint fix 2021-03-17 13:03:38 +01:00
SharingDetailsTab.vue fix(files_sharing): Improve recursion in onNewLinShare 2024-05-14 09:32:54 +01:00
SharingInherited.vue chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
SharingLinkList.vue fix(ShareEntryLinkedList): Correctly propagate share data 2024-06-12 16:20:39 +01:00
SharingList.vue Improve sharing flow 2023-08-31 14:28:13 +02:00
SharingTab.vue Create element reference inside $nextTick() 2024-01-15 09:36:06 +01:00