nextcloud/apps/files_trashbin/lib/Sabre
Côme Chilliet 5c9c2fe5e2
fix(trashbin): Fix errors in the log on MOVE operations
dirname will return '.' for files at the root, which will cause an
 Exception that gets logged.
Instead use \Sabre\Uri\split like other sabre plugins, to get an empty
 string for root directory.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-25 16:36:55 +02:00
..
AbstractTrash.php feat(files_trashbin): Allow preventing trash to be deleted permanently 2025-01-13 15:19:19 +01:00
AbstractTrashFile.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
AbstractTrashFolder.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
ITrash.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
RestoreFolder.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
RootCollection.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +01:00
TrashbinPlugin.php fix(trashbin): Fix errors in the log on MOVE operations 2025-08-25 16:36:55 +02:00
TrashFile.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
TrashFolder.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
TrashFolderFile.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
TrashFolderFolder.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
TrashHome.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
TrashRoot.php feat(files_trashbin): Allow preventing trash to be deleted permanently 2025-01-13 15:19:19 +01:00