summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Sabre
Commit message (Expand)AuthorAgeFilesLines
* fix(trashbin): Truncate long filenamesChristopher Ng2023-06-012-3/+7
* fix(files_trashbin): set real filename on trashbin downloadJohn Molakvoæ2023-04-111-3/+20
* Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-072-1/+5
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0413-26/+14
* Remove trash items from other trash backends when deleting allJulius Härtl2021-03-031-0/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-5/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+0
* Remove unused importsChristoph Wurst2020-03-252-2/+0
* Update license headersChristoph Wurst2019-12-0513-13/+54
* Some php-cs fixesRoeland Jago Douma2019-11-225-1/+4
* allow trash backends to overwrite the tooltip for trash itemsRobin Appelman2019-10-053-0/+11
* store user for trashitem in the trashitemRobin Appelman2018-10-175-22/+10
* fix select statementRobin Appelman2018-10-1710-287/+209
* expose additional props from trashbin sabre endpointRobin Appelman2018-09-207-130/+114
* Support fileid propfind on trash endpointRoeland Jago Douma2018-05-116-0/+24
* Trashbin propfind respond to oc:sizeRoeland Jago Douma2018-05-104-0/+14
* Merge pull request #9427 from nextcloud/bugfix/noid/no_listing_if_not_in_debu...Roeland Jago Douma2018-05-101-1/+4
|\
| * If not in debug disable principal listingRoeland Jago Douma2018-05-081-1/+4
* | Propfind for deletion time of trash filesRoeland Jago Douma2018-05-086-3/+19
|/
* Add folder for trashbinRoeland Jago Douma2018-04-2510-74/+156
* Use getType to determine type of entryRoeland Jago Douma2018-04-253-6/+6
* Add propfind properties to trashbinRoeland Jago Douma2018-04-256-10/+126
* Add special restore folderRoeland Jago Douma2018-04-257-4/+141
* Emptry trashbinRoeland Jago Douma2018-04-251-1/+1
* List trashbin in DAVRoeland Jago Douma2018-04-256-0/+544