summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* adding test case for getDefaultEmailAddress() + fixing #1844 againThomas Mueller2013-03-041-0/+5
|
* Check resharing settingMichael Gapczynski2013-02-261-1/+4
|
* Merge pull request #1903 from owncloud/fix_version_checkBernhard Posselt2013-02-261-0/+8
|\ | | | | return true once one owncloud version number is bigger at any position
| * return true once one owncloud version number is bigger at any positionBernhard Posselt2013-02-251-0/+8
| |
* | Merge pull request #1706 from owncloud/master-sqlserverThomas Müller2013-02-251-3/+9
|\ \ | |/ |/| Microsoft SQL-Server support for ownCloud!
| * Merge branch 'master' into master-sqlserverThomas Mueller2013-02-202-0/+32
| |\ | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php
| * \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-182-0/+58
| |\ \
| * \ \ Merge branch 'master' into master-sqlserverThomas Mueller2013-02-142-1/+40
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php
| * | | | final adoptions for mssql connectivityThomas Mueller2013-02-141-3/+9
| | | | |
* | | | | more tests to fail the version checkBernhard Posselt2013-02-251-1/+15
| | | | |
* | | | | created unittests and factored out version test into seperate methodBernhard Posselt2013-02-251-0/+52
| |_|_|/ |/| | |
* | | | Merge pull request #1724 from owncloud/long-storage-idFrank Karlitschek2013-02-182-0/+32
|\ \ \ \ | |_|_|/ |/| | | Cache: hash long storage ids to ensure they fit in the database
| * | | Cache: hash long storage ids to ensure they fit in the databaseRobin Appelman2013-02-152-0/+32
| | |/ | |/|
* | | new test cases added to search in sub foldersThomas Mueller2013-02-151-0/+16
| | |
* | | folder should be created :-(Thomas Mueller2013-02-151-0/+2
| | |
* | | adding a new test class for mapped local using a dot in the datadir - ↵Thomas Mueller2013-02-151-0/+40
|/ / | | | | | | reflects the issue described in #1659
* | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-121-0/+40
|\ \ | | | | | | Mapped storage unit testing linux master
| * | make MappedLocal available and testable within Linux as wellThomas Müller2013-02-091-0/+40
| | |
* | | Merge pull request #1616 from owncloud/cache_fixes_rebaseThomas Müller2013-02-121-1/+0
|\ \ \ | |_|/ |/| | Cache: reuse known folder sizes when doing a shallow scan - rebase
| * | Cache: reuse known folder sizes when doing a shallow scanRobin Appelman2013-02-111-1/+0
| |/
* / Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-112-2/+2
|/
* initial version of a local storage implementation which will use unique ↵Thomas Mueller2013-02-061-4/+13
| | | | | | slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows.
* Merge pull request #1509 from owncloud/correct-public-contacts-testsLukas Reschke2013-02-061-4/+4
|\ | | | | Correct lib/public/contacts.php tests
| * Correct lib/public/contacts.php testsBart Visscher2013-02-061-4/+4
| |
* | Merge pull request #1438 from owncloud/phpunit-tests-win32-masterFrank Karlitschek2013-02-061-0/+347
|\ \ | |/ |/| PHPUnit support for Windows added
| * PHPUnit support for Windows addedThomas Mueller2013-02-041-0/+347
| |
* | uncomment failing calls to \OC\Files\Filesystem::file_put_contentsThomas Mueller2013-02-051-3/+3
| |
* | add phpunit configuration for autotest withou the json listener because this ↵Thomas Mueller2013-02-051-0/+14
| | | | | | | | pollutes the console
* | disable error handler while running phpunitThomas Mueller2013-02-051-0/+3
| |
* | reuse \OC_Helper::tmpFolder()Thomas Mueller2013-02-041-4/+1
|/
* Cache: use greaterEquals in tests cases to prevent failures due to race ↵Robin Appelman2013-01-301-3/+3
| | | | conditions
* add oc:// streamwrapper to provide access to ownCloud's virtual filesystemRobin Appelman2013-01-281-0/+19
|
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-38/+38
|
* Filesystem: return all matching mounts in Mount::findByIdRobin Appelman2013-01-281-2/+6
|
* Filesystem: add View->getPath to the cache apiRobin Appelman2013-01-271-0/+23
|
* Cache: add function to get storage id and internal path of a file by idRobin Appelman2013-01-271-0/+7
|
* Test cases for new mount managementRobin Appelman2013-01-271-0/+37
|
* Cache: port test cases to PHPUnitRobin Appelman2013-01-262-47/+47
|
* merge master into filesystemRobin Appelman2013-01-2616-156/+137
|\
| * drop SimpleTest compatibilityThomas Mueller2013-01-2417-176/+157
| |
* | merge master into filesystemRobin Appelman2013-01-221-4/+0
|\|
| * Merge pull request #1237 from owncloud/fix-template-testsicewind19912013-01-221-4/+0
| |\ | | | | | | Remove unnecessary ob_end_clean() from template tests
| | * Remove unnecessary ob_end_clean() from template testsMichael Gapczynski2013-01-191-4/+0
| | |
* | | Cache: make mounts overwrite existing folders, prevents duplicate entriesRobin Appelman2013-01-221-0/+12
| | |
* | | Cache: fix test case Updater::testRenameRobin Appelman2013-01-221-1/+1
| | |
* | | Add tests for mtime changes in folders - testRename is failing right nowMichael Gapczynski2013-01-221-0/+8
| | |
* | | Merge branch 'master' into filesystemRobin Appelman2013-01-221-1/+2
|\| |
| * | enable unittesting on appframework and apptemplateadvancedThomas Mueller2013-01-211-1/+2
| |/
* | merge master into filesytemRobin Appelman2013-01-201-0/+3
|\|
| * Add listener for VisualPHPUnitMichael Gapczynski2013-01-181-0/+3
| |