nextcloud/apps/files_sharing/src/services
nfebe a951010112 fix(files_sharing): Normalize dir type to folder for federated shares
The backend returns type 'dir' for folders (from FileInfo::TYPE_FOLDER),

but the frontend expects 'folder'. This mismatch caused federated shared

folders to display incorrectly as files in the "Shared with you" view.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-12-18 11:25:53 +01:00
..
ConfigService.ts fix(files_sharing): Implementation conditional federation placeholder 2025-08-20 00:25:35 +02:00
ExternalLinkActions.js feat(files_sharing): provide web-components based sidebar API 2025-09-20 13:07:04 +00:00
ExternalShareActions.js feat(files_sharing): provide web-components based sidebar API 2025-09-20 13:07:04 +00:00
GuestNameValidity.ts fix(files_sharing): show message when nickname is not valid 2025-06-05 08:56:17 +02:00
logger.ts chore: Add SPDX header 2024-06-06 22:53:41 +02:00
ShareSearch.js chore: Add SPDX header 2024-06-06 22:53:41 +02:00
SharingService.spec.ts fix(files_sharing): Normalize dir type to folder for federated shares 2025-12-18 11:25:53 +01:00
SharingService.ts fix(files_sharing): Normalize dir type to folder for federated shares 2025-12-18 11:25:53 +01:00
TabSections.js chore: Add SPDX header 2024-06-06 22:53:41 +02:00
TokenService.ts feat(sharing): Make it possible to customize share link tokens 2025-01-15 15:50:43 -08:00