nextcloud/apps/files_sharing
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
..
appinfo add command do delete orphan shares 2023-07-10 11:26:32 +00:00
composer optimize builtin storage wrappers 2023-11-09 15:41:01 +01:00
css Compress SASS output 2023-01-11 17:46:32 +00:00
img fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
js fix: Hide download action in shares view 2024-05-22 11:11:12 -07:00
l10n Fix(l10n): Update translations from Transifex 2024-06-05 09:56:34 +00:00
lib fix(sharing): Don't change the type of the controller argument 2024-06-11 14:17:57 +01:00
src fix(ShareEntryLinkedList): Correctly propagate share data 2024-06-12 16:20:39 +01:00
templates make sure to show download button only one time 2023-06-14 15:35:01 +02:00
tests refactor(shareApiController): use contrusctor property promotion & DI logger 2024-06-11 14:17:57 +01:00
.l10nignore Remove legacy build files 2022-01-11 17:16:05 +01:00
list.php Remove redundant events 2022-08-15 19:20:42 +02:00
openapi.json fix(shareManager): Respect empty expireDate in server 2024-05-24 15:30:49 +01:00
public.php Update php licenses 2021-06-04 22:02:41 +02:00