mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
Pending and deleted shares are not mounted into the user's filesystem, so generic file operations like delete or download produced a misleading "file is not available" error. These shares now carry no permissions, so every permission-aware action hides itself automatically, without the files app having to special-case each view. Conversion additionally requires read permission, matching the server-side readability check. Signed-off-by: nfebe <fenn25.fn@gmail.com> |
||
|---|---|---|
| .. | ||
| ConfigService.ts | ||
| ExternalShareActions.js | ||
| FileInfo.ts | ||
| GuestNameValidity.ts | ||
| logger.ts | ||
| ShareSearch.js | ||
| SharingService.spec.ts | ||
| SharingService.ts | ||
| TabSections.js | ||
| TokenService.ts | ||