nextcloud-server/apps/files_trashbin/lib
Côme Chilliet 7e401c80f1 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-28 12:23:05 +07:00
..
AppInfo feat(files_trashbin): Allow preventing trash to be deleted permanently 2025-01-13 15:19:19 +07:00
BackgroundJob fix: Catch exceptions when expiring trashbin 2025-04-03 09:16:58 +07:00
Command fix(files_trashbin): Expire trashbin items when space is needed 2025-07-16 08:00:28 +07:00
Controller refactor(OpenAPI): Adjust scopes to match previous behavior 2025-01-06 14:30:40 +07:00
Events refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Exceptions chore: Add SPDX header 2024-06-02 20:00:00 +07:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Listeners feat(files_trashbin): Allow preventing trash to be deleted permanently 2025-01-13 15:19:19 +07:00
Migration feat(migrations): add metadata to existing migrations 2024-08-02 18:26:12 +07:00
Sabre fix(trashbin): Fix errors in the log on MOVE operations 2025-08-28 12:23:05 +07:00
Service feat(files_trashbin): Allow preventing trash to be deleted permanently 2025-01-13 15:19:19 +07:00
Trash chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
UserMigration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Capabilities.php feat(files_trashbin): Allow preventing trash to be deleted permanently 2025-01-13 15:19:19 +07:00
Expiration.php fix(files_trashbin): Expire trashbin items when space is needed 2025-07-16 08:00:28 +07:00
Helper.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
Storage.php feat: Support X-NC-Skip-Trashbin header 2025-01-24 17:58:14 +07:00
Trashbin.php chore(files_trashbin): Add user details in log from Trashbin 2025-04-07 15:39:42 +07:00