summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-051-182/+0
|\
| * remove file locking - code will continue to live in it's own appThomas Müller2014-06-041-182/+0
* | - drop permissions table and related codeThomas Müller2014-06-053-25/+0
|/
* only lock if unlink is called for a fileBjoern Schiessle2014-06-041-1/+3
* name the storage wrapper to make sure that we don't apply the wrapper multipl...Bjoern Schiessle2014-06-041-2/+2
* Move Lock to private namespace, add interface. Update PHPDoc.ringmaster2014-06-041-2/+2
* Removed unused vars/declarations, update PHPDoc.ringmaster2014-06-041-1/+2
* Remove unused methods.ringmaster2014-06-041-14/+0
* Add actual locking and log changes necessary for debugging.ringmaster2014-06-041-2/+48
* Continued flock work.ringmaster2014-06-041-20/+14
* flock changes. Work in progress.ringmaster2014-06-042-0/+153
* Merge pull request #5365 from owncloud/filesize-improvements-32bitThomas Müller2014-05-302-84/+20
|\
| * Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-292-8/+2
| * Only call $this->filesize() for files.Andreas Fischer2014-05-292-2/+2
| * Refactor Large File handling code.Andreas Fischer2014-05-292-131/+20
| * Cast to numeric instead of float, i.e. use an integer if possible.Andreas Fischer2014-05-291-6/+6
| * Use CURL to get filesize on 32bit systems.Andreas Fischer2014-05-291-11/+64
* | Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-05-291-0/+11
* | Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-292-2/+22
|/
* Remove code duplicationRobin Appelman2014-05-281-20/+21
* Fix LocalStorage->unlink to work on folder as expectedRobin Appelman2014-05-281-1/+8
* re-use rescursive copy from common storageRobin Appelman2014-05-281-16/+1
* remove unneeded checkRobin Appelman2014-05-281-2/+2
* use \OC\Files\Filesystem::isIgnoredDirRobin Appelman2014-05-283-62/+86
* fix recursive copy and rename for common storage backendRobin Appelman2014-05-281-9/+38
* fix recursive copy and rename for mapped local storage backendRobin Appelman2014-05-281-10/+27
* add recursive copy to local storage backendRobin Appelman2014-05-281-6/+20
* fix recursive rename for local storage backendRobin Appelman2014-05-281-2/+4
* remove unneeded delTreeRobin Appelman2014-05-281-25/+1
* Merge pull request #8674 from owncloud/watch-policyFrank Karlitschek2014-05-261-0/+2
|\
| * Add a config option fro setting the filesystem watcher policyRobin Appelman2014-05-231-0/+2
* | allow admin to disable sharing for specific groups of usersBjoern Schiessle2014-05-221-0/+4
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-132-3/+3
* refs #8376; spaces=>tabsSjors van der Pluijm2014-04-281-1/+1
* refs #8376; added comment and applied patch on other filesSjors van der Pluijm2014-04-282-1/+15
* rewind iterator before iteration startsSjors van der Pluijm2014-04-281-0/+1
* fixes #8376Sjors van der Pluijm2014-04-281-1/+4
* Merge pull request #8222 from owncloud/type-hintingMorris Jobke2014-04-172-0/+6
|\
| * Fix PHPdoc in lib/privateBart Visscher2014-04-152-0/+6
* | Prevent error from cache update on deleted filesRobin McCorkell2014-04-131-1/+5
|/
* Merge pull request #7825 from owncloud/hash-streamVincent Petry2014-04-101-3/+5
|\
| * use binary safe readRobin Appelman2014-04-021-1/+1
| * Use streams when generating hashes of remote filesRobin Appelman2014-04-021-3/+5
* | Added missing fclose in file_get_contents and file_put_contentsVincent Petry2014-04-011-1/+4
* | Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-5/+2
|/
* Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-283-4/+3
|\
| * fix temporary file based common hashRobin Appelman2014-03-211-2/+1
| * Fix parameter order for Storage\Local::hashRobin Appelman2014-03-202-2/+2
* | Merge pull request #7325 from owncloud/recursive-mkdir-localThomas Müller2014-03-252-2/+2
|\ \