nextcloud-server/apps/files/lib/Command
Vincent Petry 67ebe75d0e
Move storage encoding compatibility warning logic
The encoding check for file names is now happening the Scanner, and an
event will be emitted only if the storage doesn't contain the encoding
compatibility wrapper.

The event is listened to by the occ scan command to be able to display a
warning in case of file name mismatches when they have NFD encoding.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-11-17 09:24:13 +07:00
..
DeleteOrphanedFiles.php Update php licenses 2021-06-04 22:02:41 +07:00
RepairTree.php Update php licenses 2021-06-04 22:02:41 +07:00
Scan.php Move storage encoding compatibility warning logic 2021-11-17 09:24:13 +07:00
ScanAppData.php Move storage encoding compatibility warning logic 2021-11-17 09:24:13 +07:00
TransferOwnership.php Added support for transfering incoming file shares. 2021-08-27 17:55:58 +07:00