aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Trash
Commit message (Expand)AuthorAgeFilesLines
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-041-1/+1
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-2/+1
* IFilesMetadataMaxence Lange2023-11-071-0/+10
* add IFileInfo::getParentIdRobin Appelman2023-09-041-0/+4
* fix(trashbin): Truncate long filenamesChristopher Ng2023-05-311-1/+2
* Show most recently deleted files first in trash canOrzu Ionut2021-11-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-14/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Remove unused importsChristoph Wurst2020-03-252-4/+0
* Update license headersChristoph Wurst2019-12-057-7/+21
* dont expose metadata etag for nowRobin Appelman2019-11-131-4/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+12
* allow trash backends to overwrite the tooltip for trash itemsRobin Appelman2019-10-052-0/+6
* prevent recursion when moving a file to the trashbinRobin Appelman2019-03-131-1/+4
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-3/+3
* add fallback for trashbin original locationRobin Appelman2019-01-291-1/+5
* Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
* store user for trashitem in the trashitemRobin Appelman2018-10-175-46/+40
* remove user parameter from `ITrashItem::getOriginalLocation`Robin Appelman2018-10-173-9/+8
* fix trashbin previews for modular apiRobin Appelman2018-10-173-6/+47
* fix select statementRobin Appelman2018-10-177-0/+635