summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/node
Commit message (Expand)AuthorAgeFilesLines
* Fix namespaces and class names in tests/lib/files/Joas Schilling2016-05-191-1/+1
* properly use fileinfo objectsRobin Appelman2016-03-211-18/+63
* pass the fileinfo to the node if availableRobin Appelman2016-03-212-15/+8
* Fix more unit tests to pass a mock storage instead of null to FileInfoVincent Petry2015-12-083-3/+27
* Also add metadata for postDelete hooks triggered from the viewRobin Appelman2015-12-021-1/+21
* Add metadata to post delete hooksRobin Appelman2015-12-012-1/+4
* Adding more DB groups to test suitsThomas Müller2015-11-302-0/+14
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+7
* Add unit test for searching in storage rootRobin Appelman2015-10-061-0/+39
* remove unused useRobin Appelman2015-09-281-1/+0
* Add hook connector to connect view and node hooksRobin Appelman2015-09-281-0/+177
* Move dummy backend to Tests namespaceLukas Reschke2015-09-225-5/+5
* Use the view logic for getFolderContent for the node apiRobin Appelman2015-09-081-30/+7
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
* upda testsRobin Appelman2015-04-131-6/+1
* Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-9/+3
* Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+36
* Add unit testRobin Appelman2015-02-261-0/+15
* Add unit testRobin Appelman2015-01-281-1/+3
* Fix searchCommon to properly match path nameVincent Petry2015-01-121-0/+39
* Add getMountPoint to FileInfoRobin Appelman2014-12-174-4/+4
* Make $userId mandatory for searchByTagsVincent Petry2014-12-121-0/+39
* Add public api for mount configurationsRobin Appelman2014-12-041-6/+6
* make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman2014-12-044-46/+73
* Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling2014-12-031-1/+1
* Replace deprecated constant with new class constantJoas Schilling2014-11-253-24/+24
* Use base class to reset the file mapperJoas Schilling2014-11-195-10/+13
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+12
* return null instead of throwing an exceptionRobin Appelman2014-08-061-4/+2
* Fix Folder::getByIdRobin Appelman2014-08-051-0/+129
* - drop permissions table and related codeThomas Müller2014-06-051-8/+0
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-192-4/+0
* - giving the user a new id for each test run in order to prevent reuse of e.g...Thomas Müller2013-09-131-1/+2
* adjust test cases to namespace changesRobin Appelman2013-09-105-26/+26
* Provide an implementation of the fileapi for oc6 build on top of the old apiRobin Appelman2013-09-015-0/+1700