summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-121-3/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-112-2/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-082-10/+13
* ignore files that have no read permissions during scanningRobin Appelman2021-01-061-0/+4
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
* Update license headersChristoph Wurst2020-12-3010-0/+18
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-299-57/+78
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-225-70/+70
|\
| * Unify links to php.netJ0WI2020-09-175-70/+70
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-229-16/+20
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-218-15/+19
| * | files: Local#writeStream should use it's own file_put_contentsTigran Mkrtchyan2020-12-071-1/+1
* | | Merge pull request #24715 from nextcloud/bug/noid/limit-get-incomplete-to-1Roeland Jago Douma2020-12-211-1/+2
|\ \ \
| * | | Limit getIncomplete query to one rowDaniel Kesselberg2020-12-151-1/+2
| |/ /
* / / 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
|\ \ \ \ | |/ / / |/| | |