summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Common.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[stable26] handle not being able to write file for notify sel...John Molakvoæ2023-04-141-0/+3
* Revert "[stable26] handle not being able to write file for notify self-test"John Molakvoæ2023-04-131-3/+0
* handle not being able to write file for notify self-testRobin Appelman2023-04-131-0/+3
* Adapt types of subclassesCôme Chilliet2023-04-011-1/+1
* Respect OCP interface in private classesCôme Chilliet2023-02-071-1/+1
* Fix psalm errors related to filesizesCôme Chilliet2023-02-071-2/+2
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-15/+15
* Merge pull request #31475 from nextcloud/kofemann-patch-1blizzz2022-06-211-0/+1
|\
| * files: close open directory file descriptor on error pathTiramisu Mokka2022-03-071-0/+1
* | Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-261-11/+17
* | some file scanner performance improvementsRobin Appelman2022-03-171-1/+6
|/
* Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
* Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-08-131-0/+1
* Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* better cleanup of user files on user deletionRobin Appelman2021-04-271-1/+1
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-2/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* use exceptions for error signaling in writeStreamRobin Appelman2020-07-231-4/+12
* fix moving files from external storage to object store trashbinRobin Appelman2020-07-231-9/+6
* filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-1/+4
* add proper paths to locking exceptionsRobin Appelman2020-06-301-1/+1
* increase log level for storage self-testRobin Appelman2020-06-081-2/+2
* filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-2/+16
* Merge pull request #20361 from nextcloud/write-stream-close-on-exceptionChristoph Wurst2020-04-151-3/+6
|\
| * Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-081-3/+6
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+3
* | Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
|/
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+3
* fix filename size, add commentGreta Doci2019-12-041-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-251-1/+29
* Do not log all locked exceptionsRoeland Jago Douma2019-07-261-3/+3
* No need to propogate changes in appdataRoeland Jago Douma2018-12-051-1/+2
* fix writeStream for jail wrapperRobin Appelman2018-10-311-0/+3
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-1/+18
* always log locking errorsRobin Appelman2018-05-041-3/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
* External storage test: log exceptionsRoland Tapken2018-02-111-0/+3
* additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+3
* Update license headersMorris Jobke2017-11-061-0/+1
* Replace wrong PHPDocsLukas Reschke2017-08-011-4/+5
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-0/+7
|\