Robin Appelman
|
cb51564356
trigger a rescan when trying to fopen a file that exists in cache but not on disk
|
2 years ago |
Tigran Mkrtchyan
|
f41209a061
config: add a switch to control truncate before update
|
2 years ago |
Tigran Mkrtchyan
|
8fc4cf67f1
files: remove destination file before copying new content (WORM)
|
2 years ago |
Tigran Mkrtchyan
|
b6065a236f
files: make OC\Files\Storage\Local WORM friendly
|
4 years ago |
Martin Brugnara
|
7409569994
Expose umask override value as config parameter: localstorage.umask
|
2 years ago |
Côme Chilliet
|
23f7a37c03
Remove ILogger usages in lib/private/Files/Storage
|
2 years ago |
Robin Appelman
|
468d6a9cf1
ignore forbidden files while scanning local storage
|
2 years ago |
Robin Appelman
|
84f464550a
some file scanner performance improvements
|
2 years ago |
acsfer
|
152e2bfdaa
Check for `disk_free_space`
|
3 years ago |
Carl Schwan
|
9408f8ae69
Fix security issues when copying groupfolder with advanced ACL
|
3 years ago |
John Molakvoæ
|
a1c8b6e9eb
Merge pull request #28768 from nextcloud/check-file-exists
|
3 years ago |
acsfer
|
98eac0fc05
Simplify :)
|
3 years ago |
acsfer
|
8a8df49bc0
Replace `file_exists()` method by `is_file()`
|
3 years ago |
acsfer
|
3a25183b66
Get `filesize()` if `file_exists()`
|
3 years ago |
Daniel Kesselberg
|
e60a829b42
explicitly close source stream on local storage
|
3 years ago |
Rid
|
0469acfb20
Fix scanner mistaking socket files for directories
|
3 years ago |
John Molakvoæ (skjnldsv)
|
215aef3cbd
Update php licenses
|
3 years ago |
Roeland Jago Douma
|
f3738eeff7
Merge pull request #25280 from nextcloud/explicit-file-permissions
|
3 years ago |
Robin Appelman
|
aee4caed07
show better error messages when a file with a forbidden path is encountered
|
4 years ago |
Robin Appelman
|
e5dc1a8085
Set umask before operations that create local files
|
3 years ago |
Robin Appelman
|
d182043e83
explicitly set permissions on newly created folders
|
3 years ago |
Johannes Leuker
|
ac88bcbd5f
Add 'allow Symlinks' as an option to config.php
|
3 years ago |
Julius Härtl
|
5094e29ebd
Merge pull request #24594 from kofemann/dcache
|
3 years ago |
Christoph Wurst
|
d89a75be0b
Update all license headers for Nextcloud 21
|
3 years ago |
Tigran Mkrtchyan
|
f3513f3fe4
files: Local#writeStream should use it's own file_put_contents
|
4 years ago |
aler9
|
ac0c7a8fe0
Fix file size computation on 32bit platforms
|
4 years ago |
Christoph Wurst
|
2a054e6c04
Update the license headers for Nextcloud 20
|
4 years ago |
Morris Jobke
|
ae9ecd521f
Merge pull request #21677 from J0WI/clearstatcache-on-rmdir
|
4 years ago |
Robin Appelman
|
ad7798f9c9
use exceptions for error signaling in writeStream
|
4 years ago |
J0WI
|
356bc50420
Only clear the realpath cache
|
4 years ago |