0
Files
src/ui/file_manager
Aida Zolic f9f2348ac3 [skyvault] Allow delete with SkyVault
If local storage is disabled but some local files are still left on the
device, these can be uploaded to the configured cloud storage or even
left on the device, depending on the admin policies. While the files
are still on device, MyFiles is temporarily turned into a read-only
volume (in the FilesApp). However, the users need to be able to delete
these files, e.g. before they're moved to the corp cloud.

This CL modifies the conditions for enabling the delete command/button
to account for the special SkyVault case. Any other actions are still
prohibited (creating new folder, pasting into this location...).

Fixed: b/364850113
Change-Id: I036c2d709dbed6985510ab825c3baee2cdb19831
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5839679
Reviewed-by: Luciano Pacheco <lucmult@chromium.org>
Auto-Submit: Aida Zolic <aidazolic@chromium.org>
Commit-Queue: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1357917}
2024-09-20 00:06:14 +00:00
..
2024-09-13 04:30:30 +00:00

File Manager aka Files app

This directory contains the UI (HTML/JS/TS/CSS) for ChromeOS File Manager.

In this directory we find 2 apps:

  • Files app in ./file_manager/: Main code for Files app.
  • Image Loader in ./image_loader/: Auxiliary Chrome extension that tries to extract an image representation of a given file (image, raw image, video, pdf, etc).

Other relevant directories:

Other READMEs

See the following READMEs for more details on the sub-directories.

More info

[Internal only] Files app team maintains some more information in http://go/xf-site.