aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Collapse)AuthorAgeFilesLines
...
* | verify the file name length not to exceed 255 characters + verify path ↵Thomas Müller2015-03-121-0/+10
|/ | | | during rename
* no translation service in common storage classThomas Müller2015-03-091-6/+3
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-0/+226
|
* Add a test for ObjectStore\NoopScannerJoas Schilling2015-03-041-0/+76
|
* add some tests for disabled updaterRobin Appelman2015-02-271-0/+30
|
* Fix cache update when doing a rename that overwrites the targetRobin Appelman2015-02-271-0/+13
|
* Merge pull request #14437 from owncloud/node-check-fileinfoThomas Müller2015-02-271-0/+15
|\ | | | | Check if we have a proper fileinfo
| * Add unit testRobin Appelman2015-02-261-0/+15
| |
* | Merge pull request #14503 from owncloud/quota-preventdatalossforfailedmoveLukas Reschke2015-02-262-0/+73
|\ \ | | | | | | Fix file move/copy when storage space is not enough
| * | Delete target file for unsuccessful copy/renameVincent Petry2015-02-261-0/+51
| | |
| * | Properly detect streamCopy errorsVincent Petry2015-02-251-0/+22
| |/ | | | | | | Now checking whether the written bytes match the number of read bytes.
* / Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-251-2/+0
|/
* Prevent directory traversals in ctr of \OC\Files\ViewLukas Reschke2015-02-181-0/+17
| | | | This prevents a misusage of \OC\Files\View by calling it with user-supplied input. In such cases an exception is now thrown.
* update testRobin Appelman2015-02-131-0/+2
|
* Dont lower the mtime of a folder when propagating changesRobin Appelman2015-02-131-2/+25
|
* Normalize before processingLukas Reschke2015-02-062-0/+31
|
* detect root of mountpoint also if the trailing slash is missedBjoern Schiessle2015-02-041-0/+22
|
* Dont remove a file from cache if the delete operation failedRobin Appelman2015-01-291-0/+23
|
* Fix resolving paths for views rooted in a fileRobin Appelman2015-01-291-0/+16
|
* Add unit testRobin Appelman2015-01-281-1/+3
|
* Merge pull request #13717 from owncloud/storage-donotwrapnullstorageMorris Jobke2015-01-281-0/+69
|\ | | | | Prevent wrapping null storage
| * Prevent wrapping null storageVincent Petry2015-01-271-0/+69
| | | | | | | | | | | | Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage())
* | Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-1/+28
|/
* Additional unit test for recursive removeRobin Appelman2015-01-151-0/+19
|
* Merge pull request #13317 from owncloud/partfile-fileinfoThomas Müller2015-01-141-0/+14
|\ | | | | Return valid fileinfo objects for part files
| * Return valid fileinfo objects for part filesRobin Appelman2015-01-131-0/+14
| |
* | Fix searchCommon to properly match path nameVincent Petry2015-01-121-0/+39
|/ | | | | | | The internal path was matched without the last "/" which caused "files_trashbin" to also match when the internal path was "files". This adds the missing slash for the comparison.
* Simplify isValidPath and add unit testsLukas Reschke2015-01-101-0/+33
| | | | | | The check for invalid paths is actually over-complicated and performed twice resulting in a performance penalty. Additionally, I decided to add unit-tests to that function. Part of https://github.com/owncloud/core/issues/13221
* Trim leading or trailing slashes in file cache pathsVincent Petry2015-01-081-0/+36
|
* Merge pull request #11810 from owncloud/hhvm-autotestThomas Müller2014-12-221-1/+2
|\ | | | | Adding autotest-hhvm.sh [WIP]
| * HHVM sets stream meta datum wrapper_type to 'File' instead of 'user-space'.Andreas Fischer2014-12-191-1/+2
| |
* | Add getMountPoint to FileInfoRobin Appelman2014-12-174-4/+4
|/
* Sort results to make sure assert work on consistent orderVincent Petry2014-12-151-2/+6
|
* Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-122-0/+96
|\ | | | | Added searchByTags to view, storage and cache
| * Make $userId mandatory for searchByTagsVincent Petry2014-12-121-0/+39
| | | | | | | | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View)
| * Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+57
| |
* | Merge pull request #12746 from owncloud/skip-longpath-test-againThomas Müller2014-12-101-1/+1
|\ \ | |/ |/| skip testLongPath()
| * skip testLongPath()Thomas Müller2014-12-101-1/+1
| |
* | Fix numeric storage id for cache wrapperVincent Petry2014-12-101-0/+4
|/
* Add public api for mount configurationsRobin Appelman2014-12-044-22/+22
|
* Merge pull request #12616 from owncloud/node-fileinfoMorris Jobke2014-12-044-46/+73
|\ | | | | make \OC\Files\Node\Node implement the FileInfo interface
| * make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman2014-12-044-46/+73
| |
* | Remove last traces of travis integrationMorris Jobke2014-12-041-5/+1
|/
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-034-9/+9
|
* Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-272-0/+199
|
* Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-273-4/+126
|
* Replace deprecated constant with new class constantJoas Schilling2014-11-253-24/+24
|
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
|
* Use base class to reset the file mapperJoas Schilling2014-11-1929-56/+106
|
* Merge pull request #12234 from owncloud/normalizepath-absolute-testsLukas Reschke2014-11-181-61/+102
|\ | | | | Add tests for normalizePath() with absolute paths on windows