summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21734 from nextcloud/external-s3-no-touchMorris Jobke2020-08-201-17/+1
|\
| * disable touch to update mtime for external s3 storageRobin Appelman2020-07-071-17/+1
* | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-1/+1
* | Remove unused method uploadFileDaniel Kesselberg2020-08-131-9/+0
* | Merge pull request #21728 from nextcloud/bugfix/noid/s3-external-mtime-cacheMorris Jobke2020-07-151-0/+6
|\ \
| * | Reuse cache for directory mtime/size if filesystem changes can be ignoredJulius Härtl2020-07-071-0/+6
| |/
* / filter files containing a hash in the path for ftp storagesRobin Appelman2020-07-101-0/+17
|/
* Remove rescanDelay from directory mtimeJulius Härtl2020-06-221-6/+1
* normalize sftp path in read and write streamRobin Appelman2020-05-252-0/+6
* Update license headers for 19Christoph Wurst2020-04-294-1/+3
* Add option to check share ACL's when listing directoriesRobin Appelman2020-04-211-0/+34
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-8/+57
* Add visibility to all constantsChristoph Wurst2020-04-102-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-27/+12
* Use elseif instead of else ifChristoph Wurst2020-04-105-8/+8
* Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-092-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-0/+2
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-317-4/+19
* Merge pull request #20208 from nextcloud/smb-folder-contents-normalize-pathJohn Molakvoæ2020-03-301-1/+1
|\
| * normalize smb path while listing folder contentsRobin Appelman2020-03-271-1/+1
* | Use the short array syntax, everywhereChristoph Wurst2020-03-265-25/+25
|/
* faster implementation of SFTP write streamRobin Appelman2020-03-103-0/+184
* Faster implementation of sftp read streamRobin Appelman2020-03-062-0/+200
* Update license headersChristoph Wurst2019-12-057-12/+21
* Some php-cs fixesRoeland Jago Douma2019-11-222-1/+2
* Remove superfluous fcloseDaniel Kesselberg2019-10-211-1/+0
* Merge pull request #17258 from nextcloud/smb-timeout-configRoeland Jago Douma2019-09-271-1/+9
|\
| * add (hidden) option to configure smb timeoutRobin Appelman2019-09-251-1/+9
* | Use local variable for directory nameDaniel Kesselberg2019-09-231-2/+3
* | Don't strip path from directory prefixDaniel Kesselberg2019-09-231-1/+6
* | Fill directory cache from opendirDaniel Kesselberg2019-09-231-1/+3
* | Change visibility to private (from protected)Daniel Kesselberg2019-09-231-1/+1
* | Rename $location to $pathDaniel Kesselberg2019-09-231-7/+7
* | Add method to check if directory existsDaniel Kesselberg2019-09-231-2/+41
* | set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-5/+13
* | catch auth issues also when php-smbclient is in useArthur Schiwon2019-08-221-0/+8
|/
* Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
* add option to show hidden files in SMB sharesRobin Appelman2019-05-231-5/+13
* Convert timestamp key value of metadata in Swift files_externalMichael Zamot2019-03-011-1/+1
* Merge pull request #14211 from nextcloud/bugfix/prefix-path-to-filecache-s3Morris Jobke2019-02-191-2/+2
|\
| * Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-141-1/+1
| * Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-141-2/+2
* | add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-2/+0
|/
* Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-1/+2
* Remove value from cache on delete/clearDaniel Kesselberg2018-10-081-0/+2
* Use helper method for content length and last modifiedDaniel Kesselberg2018-10-011-11/+54