summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24592 from nextcloud/backport/23912/stable20Morris Jobke2021-01-075-5/+83
|\
| * use in objectstore copyRobin Appelman2020-12-075-5/+83
* | Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
* | Limit getIncomplete query to one rowDaniel Kesselberg2020-12-211-1/+2
|/
* Fix file size computation on 32bit platformsaler92020-12-021-5/+4
* Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-121-1/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-106-20/+88
* Merge pull request #23998 from nextcloud/backport/23937/stable20Morris Jobke2020-11-102-15/+37
|\
| * Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-092-15/+37
* | Merge pull request #23995 from nextcloud/backport/23741/stable20Morris Jobke2020-11-101-1/+7
|\ \
| * | Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-091-1/+7
| |/
* / Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
|/
* Use Query builder functionJoas Schilling2020-11-071-1/+1
* Fix order of GREATEST for OracleJoas Schilling2020-11-071-3/+3
* Merge pull request #22903 from nextcloud/techdebt/16696/no-need-to-get-full-p...Morris Jobke2020-09-171-1/+1
|\
| * Do not fetch the normalized full path again if it is already availableMorris Jobke2020-09-171-1/+1
* | Merge pull request #22867 from nextcloud/shared-storage-init-lessRoeland Jago Douma2020-09-172-11/+71
|\ \ | |/ |/|
| * optimize View::getPath if we already know the storage idRobin Appelman2020-09-162-14/+18
| * disable update checking for shared storagesRobin Appelman2020-09-151-0/+56
* | Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-163-6/+0
|/
* Merge pull request #22520 from nextcloud/normalize-path-invalid-utf8Roeland Jago Douma2020-09-091-1/+1
|\
| * dont use `false` as cache key for non utf8 path in normalizePathRobin Appelman2020-08-311-1/+1
* | Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-0/+5
* | Merge pull request #22657 from nextcloud/bugfix/noid/quota-trash-creationMorris Jobke2020-09-091-2/+9
|\ \
| * | Check if quota should be applied to path when creating directoriesJulius Härtl2020-09-081-2/+9
* | | Merge pull request #22729 from nextcloud/fix/object_storage_permissions_shortcutMorris Jobke2020-09-091-0/+10
|\ \ \
| * | | Run stat less often for objectstoragesRoeland Jago Douma2020-09-081-0/+10
* | | | Merge pull request #22646 from nextcloud/bugfix/mimetype-mappingRoeland Jago Douma2020-09-081-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Properly add both mimetypes to secure mimetype mappingJulius Härtl2020-09-071-1/+7
| |/ /
* / / Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-0/+2
|/ /
* | Merge pull request #22116 from nextcloud/bugfix/noid/transfer-ownership-share...Roeland Jago Douma2020-09-011-0/+5
|\ \
| * | Transfer shares of the transferred root nodeJulius Härtl2020-08-311-0/+5
* | | Merge pull request #16632 from nextcloud/bugfix/external-reshareRoeland Jago Douma2020-09-011-5/+1
|\ \ \
| * | | trim slashesRobin Appelman2020-08-281-1/+1
| * | | Set proper root path for single file shares originating from other storagesJulius Härtl2020-08-281-5/+1
| |/ /
* | | Merge pull request #22514 from nextcloud/fix/s3/only_delete_new_failedRoeland Jago Douma2020-08-311-7/+27
|\ \ \ | |_|/ |/| |
| * | Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
| * | Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
| |/
* / set the mount id before calling storage wrapperRobin Appelman2020-08-311-1/+1
|/
* Merge pull request #22393 from nextcloud/fix/license-headers-20Roeland Jago Douma2020-08-2417-6/+24
|\
| * Update the license headers for Nextcloud 20Christoph Wurst2020-08-2417-6/+24
* | Merge pull request #21894 from nextcloud/fix-file-quotaJoas Schilling2020-08-241-2/+2
|\ \ | |/ |/|
| * fix: file quota was not applied in all caseskorelstar2020-08-201-2/+2
* | Merge pull request #20891 from cuppett/cuppett/issue#19790Roeland Jago Douma2020-08-201-6/+38
|\ \
| * | Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett2020-08-201-6/+38
| |/
* / Make Cache::removeChildren non recursiveRobin Appelman2020-08-202-15/+38
|/
* Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s...Roeland Jago Douma2020-08-201-1/+1
|\
| * Allow writing empty content to new fileGeorg Ehrke2020-08-131-1/+1
* | Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-...Morris Jobke2020-08-191-1/+1
|\ \
| * | Cast float to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-1/+1