aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1637-35/+44
* Merge pull request #24113 from nextcloud/extend-cache-eventsRoeland Jago Douma2020-12-023-6/+41
|\
| * code style and dispatchTypedRobin Appelman2020-12-021-2/+1
| * rename cache event to follow new naming standardsRobin Appelman2020-11-261-8/+22
| * extend cache eventsRobin Appelman2020-11-263-5/+27
* | Fix file size computation on 32bit platformsaler92020-12-021-5/+4
|/
* use in objectstore copyRobin Appelman2020-11-245-5/+83
* Empty string is returned as null, but empty string in file cache is the root ...Joas Schilling2020-11-101-1/+5
* Don't leave cursors open when tests failJoas Schilling2020-11-096-20/+88
* Merge pull request #23937 from nextcloud/bugfix/noid/files-ocdbJohn Molakvoæ2020-11-092-15/+37
|\
| * Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-092-15/+37
* | Merge pull request #23982 from nextcloud/fix/quota-storage-getsizeMorris Jobke2020-11-091-1/+4
|\ \
| * | Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
| |/
* | Merge pull request #23741 from Ashod/lock-leakMorris Jobke2020-11-091-1/+7
|\ \ | |/ |/|
| * Unlock when promoting to exclusive lock failsAshod Nakashian2020-11-071-1/+7
* | Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or...Roeland Jago Douma2020-11-071-4/+4
|\ \ | |/ |/|
| * Use Query builder functionJoas Schilling2020-11-061-1/+1
| * Fix order of GREATEST for OracleJoas Schilling2020-11-061-3/+3
* | Allow config to specify the bucket existsRoeland Jago Douma2020-11-061-1/+2
|/
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+0
* The file cache entry is array accessibleChristoph Wurst2020-10-131-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-9/+9
* 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
|\ \ | |/ |/|