Joas Schilling
|
ca6a7d9e6a
Run the license script
|
8 years ago |
Robin Appelman
|
06bfd58b2c
error out if a local storage isn't setup correctly
|
8 years ago |
Joas Schilling
|
d2c11a35b7
Correctly return an empty string for empty files
|
8 years ago |
Morris Jobke
|
7fdac35654
Fix PHP memory leak in file_get_contents()
|
8 years ago |
Vincent Petry
|
11f76b2918
Fix call to disk_free_space when a file is provided
|
8 years ago |
Thomas Müller
|
682821c71e
Happy new year!
|
9 years ago |
Morris Jobke
|
b945d71384
update licence headers via script
|
9 years ago |
Martin
|
491250320a
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
|
9 years ago |
Robin Appelman
|
da951ba059
Use the new IteratorDirectory instead of the fakedir wrapper
|
9 years ago |
Thomas Müller
|
d3ac73c0c9
Remove OC_Log
|
9 years ago |
Thomas Müller
|
f55aa856ad
Remove file mapper - was only use in Windows and never worked properly
|
9 years ago |
Morris Jobke
|
f63915d0c8
update license headers and authors
|
9 years ago |
Lukas Reschke
|
3d8ea96e55
Fix PHPDoc
|
9 years ago |
Robin Appelman
|
c4ec8fbeff
Make getSourcePath accessible for storage wrappers
|
10 years ago |
Robin Appelman
|
31e94708f8
Improve cross storage copy between local storages
|
10 years ago |
Robin Appelman
|
068c624b0d
fix copying folder across devices
|
9 years ago |
Jenkins for ownCloud
|
b585d87d9d
Update license headers
|
9 years ago |
Morris Jobke
|
06aef4e8b1
Revert "Updating license headers"
|
10 years ago |
Jenkins for ownCloud
|
6a1a4880f0
Updating license headers
|
10 years ago |
Robin Appelman
|
db3f7238dd
Clear statcache before getting the mtime from local storage backends
|
10 years ago |
Joas Schilling
|
20237fba47
Introduce getSourcePath() in Storage\Local to reduce the difference to MappedLocal
|
10 years ago |
Robin Appelman
|
283c10f010
Generate stable etags for local files
|
10 years ago |
Robin Appelman
|
d25a9a118f
Check if a folder is deletable before we try to recursively delete it
|
10 years ago |
Morris Jobke
|
b3b3354809
move to public namespace
|
10 years ago |
Stephan Peijnik
|
2df52e54d7
Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem.
|
10 years ago |
Clark Tomlinson
|
26af116fcd
Removing unnecessary switch statements in fopen methods.
|
10 years ago |
Tigran Mkrtchyan
|
03f422153d
files: storage: rename should check parent directories of old and new files
|
10 years ago |
Andreas Fischer
|
0417e52134
Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.
|
11 years ago |
Andreas Fischer
|
fb7ec2bb22
Only call $this->filesize() for files.
|
11 years ago |
Andreas Fischer
|
c8fa1fd687
Refactor Large File handling code.
|
11 years ago |