summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4Joas Schilling2016-05-251-203/+0
* Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-231-0/+203
|\
| * Fixes for encoding wrapperVincent Petry2016-05-201-0/+49
| * Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+154
* | Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-2045-12279/+0
|/
* Fix deprecated private methodJoas Schilling2016-05-191-2/+2
* Fix namespaces and class names in tests/lib/files/Joas Schilling2016-05-198-13/+13
* Prevent concurrent availability checksRobin McCorkell2016-04-261-2/+5
* Merge pull request #24246 from owncloud/local-invalidLukas Reschke2016-04-261-0/+14
|\
| * add testsRobin Appelman2016-04-261-0/+14
* | triger the propagator from the command line scannerRobin Appelman2016-04-251-0/+24
|/
* Mark $usersSetup only if user was found in initMountPointsVincent Petry2016-04-221-0/+22
* Throw NoUserException when attempting to init mount point for null userVincent Petry2016-04-221-0/+22
* Merge pull request #24098 from owncloud/fix_23782Thomas Müller2016-04-201-0/+20
|\
| * When the scanner detects a file is changed clear checksumRoeland Jago Douma2016-04-191-0/+20
* | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-152-5/+6
|/
* tests: Fix typos (found by codespell)Stefan Weil2016-04-061-2/+2
* Merge pull request #23707 from owncloud/make-sure-that-encrypted-version-is-setFrank Karlitschek2016-03-311-5/+19
|\
| * Make sure that the encrypted version is setLukas Reschke2016-03-311-5/+19
* | fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-312-14/+37
|/
* properly use fileinfo objectsRobin Appelman2016-03-211-18/+63
* pass the fileinfo to the node if availableRobin Appelman2016-03-212-15/+8
* Ensure that stored version is at least 1 for cross-storage copyLukas Reschke2016-03-161-0/+42
* Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke2016-03-031-6/+21
* recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-231-1/+157
* fix getNodeForPath for non existing part filesRobin Appelman2016-02-111-0/+6
* fixing unit testsBjörn Schießle2016-02-091-0/+1
* remove unused Storage->getLocalFolderRobin Appelman2016-02-052-15/+0
* Merge pull request #21956 from owncloud/cross-cache-moveThomas Müller2016-01-292-2/+33
|\
| * Add fallback moveFromCache implementationRobin Appelman2016-01-292-2/+33
* | Fix failing oracle and postgres testsJoas Schilling2016-01-271-2/+2
* | add IUserMountCache->getMountsForFileIdRobin Appelman2016-01-271-7/+125
|/
* multiple minor fiesRobin Appelman2016-01-201-11/+1
* sort in testsRobin Appelman2016-01-201-1/+18
* log duplicatesRobin Appelman2016-01-201-1/+2
* cache mountpoints in the dbRobin Appelman2016-01-201-0/+249
* fix quota wrapperRobin Appelman2016-01-141-1/+3
* fix testsRobin Appelman2016-01-142-2/+4
* Merge pull request #21216 from owncloud/fopen-statcacheThomas Müller2015-12-281-0/+13
|\
| * test for statcache after fopenRobin Appelman2015-12-151-0/+13
* | Use TempManager instead of tmpFileMorris Jobke2015-12-181-1/+1
* | Use TempManager instead of tmpFolderMorris Jobke2015-12-189-10/+10
* | Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-175-10/+22
* | Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-175-9/+9
|/
* Fix more unit tests to pass a mock storage instead of null to FileInfoVincent Petry2015-12-083-3/+27
* Merge pull request #20904 from owncloud/view-mime-filterThomas Müller2015-12-071-0/+35
|\
| * Fix mimetype filter in getDirectoryContentRobin Appelman2015-12-031-0/+35
* | last change of OC_Config to the proper interface in tests/Morris Jobke2015-12-031-3/+4
* | Reduce OC_Config usage in tests/Morris Jobke2015-12-031-5/+5
* | Replace OC_Config in tests with IConfig callsMorris Jobke2015-12-031-3/+4