summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Use HTTP1.1 to read S3 objectsRoeland Jago Douma2019-07-101-0/+1
* Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-071-0/+6
|\
| * Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-291-0/+6
* | Merge pull request #16107 from nextcloud/local-check-pathRoeland Jago Douma2019-06-271-0/+21
|\ \
| * | verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
* | | Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma2019-06-251-2/+2
|\ \ \ | |/ / |/| |
| * | Fix full text search for groupfoldersMorris Jobke2019-06-171-2/+2
| |/
* / handle storage exceptions when trying to set mtimeRobin Appelman2019-06-061-1/+6
|/
* Merge pull request #15776 from nextcloud/get-by-id-shares-lastRoeland Jago Douma2019-05-291-0/+8
|\
| * search files by id in shared storages lastRobin Appelman2019-05-281-0/+8
* | Check for free space on touchJulius Härtl2019-05-282-3/+14
|/
* Merge pull request #15715 from nextcloud/s3-bucket-nameMorris Jobke2019-05-241-1/+4
|\
| * add method to get bucket name from s3 storageRobin Appelman2019-05-241-1/+4
* | make ObjectStoreStorage::getURN publicRobin Appelman2019-05-221-1/+1
|/
* add method to get the used object store from the storageRobin Appelman2019-05-211-0/+4
* remove extra param in cache update callRobin Appelman2019-05-071-2/+2
* take return of mkdir into account, throw exception on failureArthur Schiwon2019-04-291-1/+3
* Always use a temp file for swift writesRoeland Jago Douma2019-04-181-8/+3
* Harden appdata putcontentRoeland Jago Douma2019-04-081-2/+11
* Store user object later in the codeVlastimil Pecinka2019-03-211-1/+2
* 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
|/