nextcloud/apps/files_sharing/src
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
..
components fix(files_sharing): Improve recursion in onNewLinShare 2024-05-14 09:32:54 +01:00
lib Improve sharing flow 2023-08-31 14:28:13 +02:00
mixins refactor(ShareDetails): Prevent undefined errors for share.permissions 2024-05-14 09:32:54 +01:00
models fix(files_sharing): Create passwords when enforced for mail shares 2024-04-03 18:47:24 +02:00
services Use @nextcloud/capabilities to obtain share api defaults 2024-02-04 11:44:15 +01:00
style Adjust breadcrumb navigation structure to the navigation list 2023-04-04 12:16:45 +02:00
utils Improve sharing flow 2023-08-31 14:28:13 +02:00
views fix(ShareEntryLinkedList): Correctly propagate share data 2024-06-12 16:20:39 +01:00
additionalScripts.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
collaborationresources.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
collaborationresourceshandler.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
files_sharing.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
files_sharing_tab.js chore(eslint): replace node/no-missing-import by n/no-missing-import 2023-03-23 07:31:33 +01:00
index.js Add SHARE_TYPE_SCIENCEMESH 2023-03-08 16:46:55 +01:00
personal-settings.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
share.js fix: Keep download action for files and hide only for relevant files 2024-05-22 11:10:50 -07:00
sharebreadcrumbview.js Use @nextcloud/sharing in files and files_sharing 2022-01-26 17:58:43 +01:00