Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 1 | -456/+0 |
| | |||||
* | 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 | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+28 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -27/+4 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -4/+27 |
| | |||||
* | also clear statcache in mapped local | Robin Appelman | 2014-12-02 | 1 | -0/+1 |
| | |||||
* | Also clearstatcache() in MappedLocal before using the stats | Joas Schilling | 2014-11-27 | 1 | -0/+1 |
| | | | | Local change 283c10f010f5da4ca0b6b7658ac1fa730b8858bf | ||||
* | Check whether file exists before trying to touch() it | Joas Schilling | 2014-11-27 | 1 | -0/+3 |
| | | | | | Local changes from d069ee8a8bce6a08d8b7921ad378c60af2a0439e and 258ad38fd3c1e3cdc4ec20238b166e78c334b814 | ||||
* | Check return of disk_free_space before returning it | Joas Schilling | 2014-11-27 | 1 | -1/+5 |
| | | | | | Local changes copied from ed8359737199a8a6640986e00df80d971aa6e1d7 and 25370fcb8235d2129cab0f8a5843c4784b3673d0 | ||||
* | Check file existance in MappedLocal in hasUpdated() | Joas Schilling | 2014-11-27 | 1 | -1/+5 |
| | | | | Only fixed in Local by eeee9eacea333035e22ef3ed938e36f56bc762cd | ||||
* | Make MappedLocal::isLocal() true like for Local | Joas Schilling | 2014-11-27 | 1 | -0/+7 |
| | | | | Missed in 788c8540aa6aac50795c37b088eeaa561d44b86c | ||||
* | Remove unused 2nd parameter of buildPath() and rename to getSourcePath() | Joas Schilling | 2014-11-27 | 1 | -32/+33 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -3/+0 |
| | |||||
* | Check if a folder is deletable before we try to recursively delete it | Robin Appelman | 2014-09-17 | 1 | -0/+3 |
| | |||||
* | Removing unnecessary switch statements in fopen methods. | Clark Tomlinson | 2014-07-31 | 1 | -21/+8 |
| | |||||
* | Fix renaming files in the root folder of a MappedLocal storage | Robin Appelman | 2014-07-16 | 1 | -2/+17 |
| | |||||
* | 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 | -41/+12 |
| | |||||
* | use \OC\Files\Filesystem::isIgnoredDir | Robin Appelman | 2014-05-28 | 1 | -60/+84 |
| | |||||
* | fix recursive copy and rename for mapped local storage backend | Robin Appelman | 2014-05-28 | 1 | -10/+27 |
| | |||||
* | refs #8376; spaces=>tabs | Sjors van der Pluijm | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | refs #8376; added comment and applied patch on other files | Sjors van der Pluijm | 2014-04-28 | 1 | -1/+10 |
| | |||||
* | Fix PHPdoc in lib/private | Bart Visscher | 2014-04-15 | 1 | -0/+3 |
| | | | | using scrutinizer patch | ||||
* | 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 |
| | | |||||
* | | Recursive mkdir fixes #7047 | Joshua Medeiros | 2014-02-20 | 1 | -1/+1 |
|/ | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+6 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+13 |
| | |||||
* | Change default mimetype detection for storage backends to only use filename | Robin Appelman | 2013-11-20 | 1 | -8/+0 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+365 |
Conflicts: lib/private/vcategories.php |