aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Sabre/TrashbinPlugin.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_trashbin): check if there is enough space before restoringleftybournes/fix/files_trashbin_dont_restore_fullKent Delante2025-05-201-0/+48
| | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* feat(trashbin): Add backend dav propertyChristopher Ng2024-12-031-0/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-5/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(files_trashbin): Original name of the deleted files should be set as ↵Ferdinand Thiessen2024-08-051-0/+5
| | | | | | display name for DAV Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-021-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(trashbin): Add deleted by propertiesChristopher Ng2024-04-231-0/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(files_trashbin): set real filename on trashbin downloadJohn Molakvoæ2023-04-111-0/+130
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>