summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Added unit tests for external cache folderVincent Petry2014-03-241-0/+51
* 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
* Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-141-1/+54
* Now using HomeStorage for legacy home storage idsVincent Petry2013-11-122-2/+91
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-122-14/+136
* Fixed filesize issue in watchr testVincent Petry2013-11-051-0/+3
* Merge pull request #5652 from owncloud/front-port-5647-masterThomas Müller2013-11-011-15/+26
|\
| * extend unit test to directories starting or ending in whitespaceJörn Friedrich Dreyer2013-10-311-15/+26
* | Merge branch 'master' into home-storageThomas Müller2013-10-301-2/+50
|\|
| * Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-301-0/+18
| |\
| | * backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-0/+18
| * | update touch tests for updated behaviourRobin Appelman2013-10-291-2/+0