summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add additional check for read permissionsJulius Härtl2019-07-241-1/+2
| * | Check the if we can actually access the storage cache for recent filesJulius Härtl2019-07-241-0/+4
* | | Fix typo in commentMorris Jobke2019-07-291-1/+1
* | | Merge pull request #16570 from nextcloud/enh/supress_touch_errorRoeland Jago Douma2019-07-291-2/+2
|\ \ \
| * | | Supress warnings touch can generateRoeland Jago Douma2019-07-261-2/+2
* | | | Merge pull request #16558 from nextcloud/enh/less_verbose_locked_loggingRoeland Jago Douma2019-07-271-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Do not log all locked exceptionsRoeland Jago Douma2019-07-261-3/+3
| |/ /
* / / Remove deprecated searchByTagRoeland Jago Douma2019-07-264-74/+0
|/ /
* | Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contentsMorris Jobke2019-07-171-4/+4
|\ \
| * | Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
* | | Do not keep searching for recentRoeland Jago Douma2019-07-161-1/+6
|/ /
* | 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