aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-2/+13
* Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-281-15/+32
|\
| * Fix parameter order for Storage\Local::hashRobin Appelman2014-03-201-15/+32
* | Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-281-0/+51
|\ \
| * | Added unit tests for external cache folderVincent Petry2014-03-241-0/+51
* | | Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-251-5/+0
|\ \ \
| * \ \ Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-135-31/+104
| |\ \ \ | | | |/ | | |/|
| * | | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-5/+0
* | | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-251-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-111-0/+16
| |\ \ \ | | | |/ | | |/|
| * | | Remove assert since the root size of the home storage is no longer calculatedRobin Appelman2014-03-031-1/+0
* | | | Still return quota value when free space is unknownVincent Petry2014-03-191-0/+18
| |/ / |/| |
* | | Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+16
|/ /
* | initialize etags of temporary storageJörn Friedrich Dreyer2014-02-271-0/+1
* | use assertInternalType for typecheckingJörn Friedrich Dreyer2014-02-272-29/+71
* | use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-273-10/+24
|/
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-3/+22
|\
| * Add unit test for quote wrapper size rootRobin Appelman2014-02-041-3/+22
* | Fixed ext storage webdav path encodingVincent Petry2014-02-191-0/+19
* | Merge pull request #7274 from owncloud/scrutinizer-patch-1Morris Jobke2014-02-197-4/+18
|\ \
| * | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-197-4/+18
| |/
* | add unit tests for watcher policiesRobin Appelman2014-02-191-1/+55
* | Allow setting the frequency of which the file watcher checks for updatesRobin Appelman2014-02-181-0/+3
|/
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-0/+19
* Fix array access syntax for older PHPVincent Petry2014-01-171-2/+3
* Merge pull request #6768 from owncloud/scanner-use-storage-mtimeVincent Petry2014-01-153-2/+19
|\
| * update another testRobin Appelman2014-01-141-1/+1
| * use different value for mtime and storage_mtime in testRobin Appelman2014-01-141-1/+1
| * remove duplicate test classRobin Appelman2014-01-142-23/+17
| * Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-142-1/+24
* | Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-091-0/+45
|/
* Prevent deleting storage rootVincent Petry2014-01-081-0/+42
* Now also preventing to override "files" dir size with -1Vincent Petry2014-01-071-6/+12
* remove unneeded ; in commentRobin Appelman2013-12-121-1/+1
* Add test for having utf8 filenames in the cacheRobin Appelman2013-12-121-1/+31
* get rid of failing test that don't cause additional downloadsRobin Appelman2013-12-062-25/+25
* extend test case for etag preservationRobin Appelman2013-12-061-2/+2
* reuse etags when doing a background scanRobin Appelman2013-12-051-0/+79
* Added unit test for the test() methodVincent Petry2013-12-031-0/+7
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-1/+13
* Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+8
* Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry2013-11-261-1/+9
|\
| * Improved unit test for "overwrite on move"Vincent Petry2013-11-251-3/+5
| * Added unit test for "overwrite file on rename/move"Vincent Petry2013-11-251-0/+6
* | Updated unit tests for SMBVincent Petry2013-11-261-1/+2
|/
* Fixed SMB file deletion success detectionVincent Petry2013-11-191-2/+14
* Merge pull request #5927 from owncloud/quota-excludeextstorageMorris Jobke2013-11-181-0/+5
|\
| * External storage space is now not counted in total spaceVincent Petry2013-11-181-0/+5
* | Root size for home storage is now size of "files" subdirVincent Petry2013-11-181-0/+26
|/
* Added missing test with leading backslashVincent Petry2013-11-141-0/+2