Commit Graph

784 Commits (24d84736415bb905a67c73ed5259e0e6cd75dcfd)

Author SHA1 Message Date
Robin Appelman d182043e83
explicitly set permissions on newly created folders 5 years ago
Johannes Leuker ac88bcbd5f Add 'allow Symlinks' as an option to config.php 5 years ago
Morris Jobke 24d436cb60
Remove unneeded casts that were found by Psalm 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Robin Appelman 205386b24e
ignore files that have no read permissions during scanning 5 years ago
Julius Härtl 98560c80ea
Properly handle result when copying with failure and throw in tests 5 years ago
Christoph Wurst 9ce3ea3368
Update license headers 5 years ago
Christoph Wurst 73c7d0dc81
Bump icewind/streams from 0.7.1 to 0.7.2 5 years ago
Tigran Mkrtchyan 4f2dc18f58 storage: update IStorage#file_put_contents docs to match usage 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Daniel Kesselberg e0e76bb784
Limit getIncomplete query to one row 5 years ago
Tigran Mkrtchyan f3513f3fe4 files: Local#writeStream should use it's own file_put_contents 5 years ago
Robin Appelman aef1cdba03
code style and dispatchTyped 5 years ago
aler9 ac0c7a8fe0 Fix file size computation on 32bit platforms 5 years ago
Robin Appelman 88f35d52d2
rename cache event to follow new naming standards 5 years ago
Robin Appelman 23fb497ff5
extend cache events 5 years ago
Robin Appelman 9d4848e863
use in objectstore copy 5 years ago
Joas Schilling cffad62771
Empty string is returned as null, but empty string in file cache is the root and exists 6 years ago
Joas Schilling 8027dcbc6f
Don't leave cursors open when tests fail 6 years ago
Joas Schilling c07720de77
Use query builder instead of OC_DB in OC\Files\* 6 years ago
John Molakvoæ (skjnldsv) 6a453ac184
Make sure root storage is valid before checking its size 6 years ago
Ashod Nakashian a66fb45c0b Unlock when promoting to exclusive lock fails 6 years ago
Joas Schilling 4b125d4402
Use Query builder function 6 years ago
Joas Schilling 3c027bd0cf
Fix order of GREATEST for Oracle 6 years ago
Roeland Jago Douma 65141d4864
Allow config to specify the bucket exists 6 years ago
Morris Jobke dc479aae2d
Improve CertificateManager to not be user context dependent 6 years ago
Christoph Wurst 0da89c0fa1
The file cache entry is array accessible 6 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 6 years ago
J0WI 68ce17e59b Unify links to php.net 6 years ago
Morris Jobke 063ac9d353
Do not fetch the normalized full path again if it is already available 6 years ago
Morris Jobke 99c9423766
Remove @suppress SqlInjectionChecker 6 years ago
Robin Appelman cfde74442c
optimize View::getPath if we already know the storage id 6 years ago
Robin Appelman 244fd6ae49
disable update checking for shared storages 6 years ago
Roeland Jago Douma bb06b6cce4
Fix reading empty files from objectstorage 6 years ago
Roeland Jago Douma 9fdeed8cc0
Run stat less often for objectstorages 6 years ago
Julius Härtl 87e5fd0d2c
Check if quota should be applied to path when creating directories 6 years ago
Julius Härtl 5e4303b1fe
Properly add both mimetypes to secure mimetype mapping 6 years ago
Christoph Wurst 1f7f93a695
Update license headers for Nextcloud 20 (again) 6 years ago
Robin Appelman a792a51dca
dont use `false` as cache key for non utf8 path in normalizePath 6 years ago
Robin Appelman 81c5aa9819
set the mount id before calling storage wrapper 6 years ago
Julius Härtl ac2999a26a
Transfer shares of the transferred root node 6 years ago
Roeland Jago Douma 789b33aba4
Only update the filecache entry once the file has been written to S3 6 years ago
Roeland Jago Douma 6ffd7173f9
Don't lose filecache entry on s3 overwrite error 6 years ago
Robin Appelman 2879472f81
trim slashes 6 years ago
Julius Härtl 7512dc2b34
Set proper root path for single file shares originating from other storages 6 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 6 years ago
korelstar d8a80cd45c
fix: file quota was not applied in all cases 6 years ago
Stephen Cuppett 5ef0f86ce7
Resolves #19790, Provides Support for IAM Credentials 6 years ago
Robin Appelman 5af7d921a9
Make Cache::removeChildren non recursive 6 years ago
Morris Jobke fedf9c69d9
Use matching parameter names form interfaces and implementations 6 years ago