summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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-272-8/+28
* use more efficient method to find mountpoint for pathRobin Appelman2018-08-271-15/+15
* remove double loop for detecting changed mountsRobin Appelman2018-08-271-9/+12
* cleanup locks in scanner on errorRobin Appelman2018-05-231-9/+12
* disable part files for object storesRobin Appelman2018-03-081-0/+4
* Merge pull request #8101 from nextcloud/s3-uploader-12Morris 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-061-0/+4
|/
* add option to use legacy v2 auth with s3Robin Appelman2018-01-092-1/+220
* Allow getting the filepath when getting cached mounts by fileidRobin Appelman2017-12-122-2/+63
* Merge pull request #7409 from nextcloud/swift-retry-12Roeland Jago Douma2017-12-081-1/+2
|\
| * add retry wrapper when reading files from swiftRobin Appelman2017-12-061-1/+2
* | Merge pull request #7323 from nextcloud/shared-jailed-source-root-12Morris Jobke2017-12-082-9/+25
|\ \ | |/ |/|
| * delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
| * Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-281-0/+11
* | Merge pull request #7144 from nextcloud/rename-locks-stable12Morris Jobke2017-12-041-83/+86
|\ \ | |/ |/|
| * Unlock files even if an exception occurskorelstar2017-11-111-83/+86
* | only create the file cache entry after the empty file was created successfull...Bjoern Schiessle2017-11-171-14/+13
* | Use non empty files for object store touchRobin Appelman2017-11-151-2/+2
* | Fix contructing headers for s3 downloadRobin Appelman2017-11-151-1/+7
|/
* Improve performance of UserMountCache with external storage foldersDariusz Olszewski2017-11-091-1/+5
* Merge pull request #7082 from nextcloud/12-6974Morris Jobke2017-11-061-2/+22
|\
| * Fix seeking on object storageMorris Jobke2017-11-061-2/+22
* | Merge pull request #7081 from nextcloud/12-6958Morris Jobke2017-11-062-1/+13
|\ \
| * | Improve mimetype detection for object storagesMorris Jobke2017-11-062-1/+13
| |/
* / use fopen directly when reading objects from s3Robin Appelman2017-11-061-5/+8
|/
* Fix uninitialized variable $this->paramsWilliam Pain2017-10-251-2/+2
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* Merge pull request #6814 from nextcloud/upload-cache-path-12Roeland Jago Douma2017-10-151-1/+3
|\
| * also use configured 'cache_path' for new chunkingRobin Appelman2017-10-111-1/+3
* | set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
|/
* Add tests for multipart uploadRobin Appelman2017-10-091-2/+2
* only do multipart upload for large filesRobin Appelman2017-10-091-0/+24
* multipart upload for s3 object storageRobin Appelman2017-10-091-5/+22
* fix path styleRobin Appelman2017-10-031-3/+1
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-10-032-49/+83
* update aws sdk and move it to 3rdpartyRobin Appelman2017-10-032-40/+20
* Don't lock in the appdata_ directoryJoas Schilling2017-09-111-1/+1
* Still throw a locked exception when the path is not relative to $user/files/Joas Schilling2017-09-111-5/+12
* Fix copy from jailed storageRoeland Jago Douma2017-08-101-0/+6
* [Stable 12] Removed cast to integer in getSizeSebastian Kostka2017-07-291-1/+1
* Fix for mb strlenArtem Kochnev2017-07-221-1/+1
* Merge pull request #5757 from nextcloud/mount-rename-12Morris Jobke2017-07-211-8/+12
|\
| * non movable mounts can not be movedRobin Appelman2017-07-171-8/+12
* | Also repair storage id's when repairing invalid entriesRobin Appelman2017-07-191-1/+1
|/
* Merge pull request #5710 from nextcloud/nested-permissions-mask-12Morris Jobke2017-07-131-1/+1
|\
| * Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-1/+1