Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -404/+0 |
| | |||||
* | Merge pull request #23860 from owncloud/followup-23304-opening-empty-file | Thomas Müller | 2016-04-11 | 1 | -3/+9 |
|\ | | | | | Correctly return an empty string for empty files | ||||
| * | Correctly return an empty string for empty files | Joas Schilling | 2016-04-08 | 1 | -3/+9 |
| | | |||||
* | | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Fix PHP memory leak in file_get_contents() | Morris Jobke | 2016-04-04 | 1 | -1/+6 |
| | | | | | | | | | * ref https://bugs.php.net/bug.php?id=61961 * ref https://github.com/owncloud/core/issues/20261#issuecomment-180000256 * code is based on the proposal of @chriseqipe * fixes #20261 | ||||
* | Fix call to disk_free_space when a file is provided | Vincent Petry | 2016-03-07 | 1 | -1/+9 |
| | | | | | | | | | In the case of shared files, we have to call free_space() on the file name. This has the side-effect that when uploading to a local storage without quota set, it will call disk_free_space with the file name, which fails. This fix uses the parent folder in case the given path is a file. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -4/+1 |
| | |||||
* | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 1 | -1/+1 |
| | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | ||||
* | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 1 | -1/+0 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -3/+3 |
| | |||||
* | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 1 | -289/+282 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Fix PHPDoc | Lukas Reschke | 2015-05-22 | 1 | -0/+2 |
| | | | | Use correct parameters | ||||
* | Make getSourcePath accessible for storage wrappers | Robin Appelman | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Improve cross storage copy between local storages | Robin Appelman | 2015-04-13 | 1 | -0/+36 |
| | |||||
* | fix copying folder across devices | Robin Appelman | 2015-03-31 | 1 | -0/+13 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+31 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -31/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+31 |
| | |||||
* | Clear statcache before getting the mtime from local storage backends | Robin Appelman | 2014-12-02 | 1 | -0/+1 |
| | |||||
* | Introduce getSourcePath() in Storage\Local to reduce the difference to ↵ | Joas Schilling | 2014-11-27 | 1 | -31/+46 |
| | | | | MappedLocal | ||||
* | Generate stable etags for local files | Robin Appelman | 2014-10-24 | 1 | -0/+21 |
| | |||||
* | Check if a folder is deletable before we try to recursively delete it | Robin Appelman | 2014-09-17 | 1 | -0/+3 |
| | |||||
* | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Fix STORAGE_* constants usage by moving those constants into ↵ | Stephan Peijnik | 2014-08-19 | 1 | -1/+1 |
| | | | | | | | | | | \OC\Files\Filesystem. As constants not defined within a class cannot be automatically found by the autoloader moving those constants into a class makes them accessible to code which uses them. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> | ||||
* | Removing unnecessary switch statements in fopen methods. | Clark Tomlinson | 2014-07-31 | 1 | -16/+1 |
| | |||||
* | files: storage: rename should check parent directories of old and new files | Tigran Mkrtchyan | 2014-07-10 | 1 | -2/+11 |
| | | | | | | | as described by POSIX.1-2008 (see http://pubs.opengroup.org/onlinepubs/9699919799/functions/rename.html) Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | ||||
* | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. | Andreas Fischer | 2014-05-29 | 1 | -4/+1 |
| | |||||
* | Only call $this->filesize() for files. | Andreas Fischer | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | Refactor Large File handling code. | Andreas Fischer | 2014-05-29 | 1 | -90/+8 |
| | |||||
* | Cast to numeric instead of float, i.e. use an integer if possible. | Andreas Fischer | 2014-05-29 | 1 | -6/+6 |
| | |||||
* | Use CURL to get filesize on 32bit systems. | Andreas Fischer | 2014-05-29 | 1 | -11/+64 |
| | |||||
* | Fix LocalStorage->unlink to work on folder as expected | Robin Appelman | 2014-05-28 | 1 | -1/+8 |
| | |||||
* | re-use rescursive copy from common storage | Robin Appelman | 2014-05-28 | 1 | -16/+1 |
| | |||||
* | use \OC\Files\Filesystem::isIgnoredDir | Robin Appelman | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | add recursive copy to local storage backend | Robin Appelman | 2014-05-28 | 1 | -6/+20 |
| | |||||
* | fix recursive rename for local storage backend | Robin Appelman | 2014-05-28 | 1 | -2/+4 |
| | |||||
* | remove unneeded delTree | Robin Appelman | 2014-05-28 | 1 | -25/+1 |
| | |||||
* | refs #8376; added comment and applied patch on other files | Sjors van der Pluijm | 2014-04-28 | 1 | -0/+5 |
| | |||||
* | rewind iterator before iteration starts | Sjors van der Pluijm | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | fixes #8376 | Sjors van der Pluijm | 2014-04-28 | 1 | -1/+4 |
| | |||||
* | Prevent error from cache update on deleted files | Robin McCorkell | 2014-04-13 | 1 | -1/+5 |
| | |||||
* | Merge pull request #7824 from owncloud/hash-parameter-order | Thomas Müller | 2014-03-28 | 1 | -1/+1 |
|\ | | | | | Fix parameter order for Storage\Local::hash | ||||
| * | Fix parameter order for Storage\Local::hash | Robin Appelman | 2014-03-20 | 1 | -1/+1 |
| | | |||||
* | | Also make "regular" local storage's mkdir recursive | Robin Appelman | 2014-02-20 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+7 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | Added isLocal() method to storage, used for xsendfile | Vincent Petry | 2014-02-06 | 1 | -0/+7 |
| | | | | | | | | | | | | | | Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers. | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+9 |
|/ | |||||
* | Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free ↵ | Robin Appelman | 2014-01-02 | 1 | -1/+1 |
| | | | | space on a local storage |