summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix moving folders out of a cache jailRobin Appelman2017-07-131-1/+11
|/
* Fix propagating changes within jail wrapperRobin Appelman2017-07-112-0/+57
* improved logging of objectore errorsRobin Appelman2017-07-041-5/+21
* Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co...Michael Munger2017-06-131-1/+1
* Merge pull request #4792 from nextcloud/fix-storage-wrappers-on-scannerLukas Reschke2017-05-193-2/+10
|\
| * use unmasked permissions during scanningRobin Appelman2017-05-183-1/+6
| * Make sure we use the passed-in storage when there is oneJoas Schilling2017-05-101-1/+4
* | Revert "fix permissions of mountpoints - take 2"Morris Jobke2017-05-151-6/+2
* | Merge pull request #4685 from nextcloud/fix_4683Morris Jobke2017-05-151-2/+6
|\ \
| * | Revert "Revert "fix permissions of mountpoints""Roeland Jago Douma2017-05-041-2/+6
* | | Fix variable namesJoas Schilling2017-05-151-6/+6
* | | Fix order of parameter and escapingJoas Schilling2017-05-121-2/+2
* | | Actually we want to update the mimetype of all files ending with the suffixJoas Schilling2017-05-111-3/+4
* | | donĀ“t change folders with --repair-filecacheRello2017-05-111-0/+4
| |/ |/|
* | Proper exception for upload of .htaccess file via WebDAVMorris Jobke2017-05-081-1/+5
|/
* Revert "fix permissions of mountpoints"Morris Jobke2017-05-041-6/+2
* fix permissions of mountpointsRobin Appelman2017-05-011-2/+6
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+4
* Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-281-1/+1
|\
| * Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-261-1/+1