summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* always allow moving mountpoints inside the same mountpointRobin Appelman2019-03-191-11/+6
* Merge pull request #14689 from nextcloud/rename-moveable-mount-readonly-parentRoeland Jago Douma2019-03-151-1/+9
|\
| * allow renaming the root of a movable mount even if the parent folder is readonlyRobin Appelman2019-03-141-1/+9
* | Remove spaming debug logsJoas Schilling2019-03-151-1/+0
* | handle long etags from dav external storageRobin Appelman2019-03-141-1/+5
|/
* Merge pull request #14425 from cowai/fix-multiple-incomplete-foldersMorris Jobke2019-03-084-8/+32
|\
| * Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-064-8/+32
* | Merge pull request #14424 from nextcloud/fix/13554/swift_to_tmpRoeland Jago Douma2019-03-061-1/+10
|\ \
| * | Use a tmp file for swift writesRoeland Jago Douma2019-03-041-1/+10
| |/
* | Merge pull request #14175 from skydiablo/masterMorris Jobke2019-03-051-0/+1
|\ \ | |/ |/|
| * Update SwiftFactory.phpVolker2019-02-131-0/+1
* | Properly handle null as ownerId if file system access is denied by access tokenJulius Härtl2019-03-011-2/+6
* | Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-1/+1
* | Merge pull request #14254 from sparrowjack63/masterRoeland Jago Douma2019-03-011-4/+7
|\ \
| * | Bucket name - Alert in debug modeS. Cat2019-03-011-1/+1
| * | Correct code indentS. Cat2019-03-011-5/+5
| * | Warning on S3 not compatible DNS bucket nameS. Cat2019-03-011-4/+11
| * | Dont check Bucket Name in NextcloudSebastien Cat2019-03-011-4/+0
* | | add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-276-11/+25
* | | Merge pull request #14269 from nextcloud/cache-update-eventMorris Jobke2019-02-192-1/+75
|\ \ \
| * | | add event for cache updateRobin Appelman2019-02-182-1/+75
* | | | Merge pull request #14210 from nextcloud/fix/14192/fix_empty_uploadsRoeland Jago Douma2019-02-181-2/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix empty file uploads to S3Roeland Jago Douma2019-02-151-2/+23
| |/ /
* / / Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-152-67/+2
|/ /
* | Filter out versions and trashbinRoeland Jago Douma2019-02-131-0/+2
* | Loop for the recent searchRoeland Jago Douma2019-02-131-3/+26
* | We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-131-0/+4
|/
* Merge pull request #13748 from nextcloud/cache-insert-eventMorris Jobke2019-02-072-10/+18
|\
| * add event for inserting cache entriesRobin Appelman2019-02-072-10/+18
* | Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-051-1/+1
|/
* always use multipart uploader for s3 uploadsRobin Appelman2019-01-281-2/+5
* Merge pull request #13739 from nextcloud/cache-cleanup-changeMorris Jobke2019-01-221-1/+7
|\
| * cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
* | Merge pull request #13468 from rummatee/issue13276Morris Jobke2019-01-141-1/+0
|\ \
| * | don't close input stream when writing in encrypted fileFlorian Schunk2019-01-101-1/+0
| |/
* | Merge pull request #13032 from nextcloud/objectstore-write-existsMorris Jobke2019-01-145-5/+40
|\ \
| * | upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-5/+17
| * | Add objectExists to objectstore interfaceRobin Appelman2018-12-124-0/+23
* | | Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-132-17/+86
| |/ |/|
* | Followup 12833, gracefully handle the getting of /Roeland Jago Douma2018-12-211-2/+7
* | Merge pull request #12883 from nextcloud/appdata-performanceJoas Schilling2018-12-172-26/+69
|\ \ | |/ |/|
| * try to grab the appdata folder directly without going trough the whole treeRobin Appelman2018-12-062-26/+69
* | Merge pull request #12865 from nextcloud/fix/do_not_propogate_in_appdataMorris Jobke2018-12-062-4/+14
|\ \
| * | No need to propogate changes in appdataRoeland Jago Douma2018-12-052-4/+14
| |/
* | Merge pull request #12857 from nextcloud/fix/emit_write_update_once_on_touchMorris Jobke2018-12-051-1/+1
|\ \
| * | Emit write update only once on touchRoeland Jago Douma2018-12-051-1/+1
| |/
* / Only execute query in propagateChange onceRoeland Jago Douma2018-12-051-2/+2
|/
* Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-1/+1
* Merge pull request #12494 from nextcloud/cache-notfound-idMorris Jobke2018-11-201-0/+2
|\
| * return the correct value when trying to get a non existing item from cache by idRobin Appelman2018-11-161-0/+2