summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
* Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
* forward object not found error in swift as dav 404Robin Appelman2018-11-192-8/+22
* Merge pull request #12376 from nextcloud/backport/12284/stable13Roeland Jago Douma2018-11-131-1/+1
|\
| * Properly search the root of a shared external storageRoeland Jago Douma2018-11-091-1/+1
* | Fix UniqueConstraintViolationException while insert into oc_filecacheMorris Jobke2018-11-131-7/+18
|/
* Actually return the root folder when traversing up the treeRoeland Jago Douma2018-10-261-1/+5
* tokens can't be valid local user namesRobin Appelman2018-08-271-11/+9
* more efficient way to detect added and removed mountsRobin Appelman2018-08-271-9/+23
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-0/+1
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-271-7/+18
* use more efficient method to find mountpoint for pathRobin Appelman2018-08-271-15/+16
* remove double loop for detecting changed mountsRobin Appelman2018-08-271-9/+12
* Use the path_hash instead of the path to query the filecacheMorris Jobke2018-08-201-1/+1
* Merge pull request #10620 from nextcloud/mimetype-insert-if-not-exists-13blizzz2018-08-131-14/+7
|\
| * use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
* | make file cache updates more robustBjoern Schiessle2018-08-081-2/+17
|/
* Do scan the root storage in background scanRobin Appelman2018-07-241-5/+0
* Request a valid property for DAV opendirRoeland Jago Douma2018-07-091-1/+1
* Merge pull request #10121 from nextcloud/stable13-allow-disable-encryptionMorris Jobke2018-07-091-2/+6
|\
| * allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* | Fix undefined variable - found by PhanMorris Jobke2018-05-291-1/+1
* | cleanup locks in scanner on errorRobin Appelman2018-05-231-9/+12
* | Merge pull request #9389 from nextcloud/log-lock-state-on-conflict-13Morris Jobke2018-05-071-3/+1
|\ \
| * | always log locking errorsRobin Appelman2018-05-041-3/+1
| |/
* / remove unneeded locks in getCacheEntryRobin Appelman2018-05-041-3/+1
|/
* Add more logging for the object storage during creation of the bucketsMorris Jobke2018-04-051-2/+3
* Fix proper permissions for multiple file accessRoeland Jago Douma2018-04-041-11/+10
* reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
* disable part files for object storesRobin Appelman2018-03-081-0/+4
* Hardening of SimpleFile getContentRoeland Jago Douma2018-03-021-1/+35
* Merge pull request #8102 from nextcloud/s3-uploader-13Morris Jobke2018-02-081-43/+2
|\
| * Use S3Client::upload instead of splitting single/multipart upload ourselvesRobin Appelman2018-01-291-43/+2
* | actually return stream from swiftRobin Appelman2018-02-081-1/+1
* | Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-051-0/+4
|/
* Support arbitrary number of arguments for d:or and d:and in search queriesRobin Appelman2018-01-161-2/+12
* add option to use legacy v2 auth with s3Robin Appelman2017-12-192-1/+220
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+3
* handle not found mounts when cleaning avatarsRobin Appelman2017-12-111-0/+6
* Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-9/+17
|\
| * Fallback to filename based detection if the remote dav server doesn't know th...Robin Appelman2017-09-281-9/+17
* | Merge pull request #7385 from nextcloud/shared-delay-rootMorris Jobke2017-12-061-9/+14
|\ \
| * | delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
* | | add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
|/ /
* | Use basename() instead of self implementationMorris Jobke2017-11-231-2/+2
* | Merge pull request #7137 from nextcloud/shared-jailed-source-rootMorris Jobke2017-11-231-0/+11
|\ \
| * | Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-0/+11
* | | only create the file cache entry after the empty file was created successfull...Bjoern Schiessle2017-11-171-14/+13
* | | Merge pull request #7113 from nextcloud/s3-download-stream-fixBjörn Schießle2017-11-142-3/+9
|\ \ \ | |/ / |/| |