aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | explicitly sort files when using getFolderContentsRobin Appelman2012-11-231-7/+7
* | | don't throw fatal error in updater cache if setup failed for some reasonRobin Appelman2012-11-221-1/+3
* | | add Scanner->backgroundScanRobin Appelman2012-11-221-0/+22
* | | add Cache->getIncomplete for use in background scanningRobin Appelman2012-11-221-0/+17
* | | allow storage backends to implement custom permission managementRobin Appelman2012-11-154-21/+33
* | | merge master into filesystemRobin Appelman2012-11-155-73/+298
|\| |
| * | Don't use indexes in test data as postgres complains over duplicate keys.Thomas Tanghus2012-11-121-41/+0
| * | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-121-73/+73
| |\|
| | * Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-73/+73
| * | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-111-0/+2
| |\|
| | * Disable loading apps before starting testsBart Visscher2012-11-101-0/+2
| * | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-061-1/+1
| |\|
| * | Remove unused variable.Thomas Tanghus2012-11-051-1/+1
| * | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-0513-69/+69
| |\ \
| * | | Swap expected and actual.Thomas Tanghus2012-11-041-1/+1
| * | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-11-0410-107/+142
| |\ \ \
| * | | | VCategories: Swap expected and actual in unit tests.Thomas Tanghus2012-11-041-4/+4
| * | | | Switch expectation and result in unit tests.Thomas Tanghus2012-10-311-9/+12
| * | | | Added unit tests for OC_VCategories.Thomas Tanghus2012-10-311-0/+114
| * | | | Added unit test testinsertIfNotExistDontOverwrite.Thomas Tanghus2012-10-311-0/+37
| * | | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-311-0/+71
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-303-2/+37
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-191-0/+7
| |\ \ \ \ \ \
| * | | | | | | Added unit tests for OC_DB::insertIfNotExist()Thomas Tanghus2012-10-192-0/+110
* | | | | | | | add cache updaterRobin Appelman2012-11-081-0/+116
* | | | | | | | move correctFolderSize from Scanner to CacheRobin Appelman2012-11-081-1/+1
* | | | | | | | merge master into filesystemRobin Appelman2012-11-075-11/+11
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | fixes #266Thomas Mueller2012-11-051-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Style: Remove all the dangling white spacesFelix Moeller2012-11-044-10/+10
* | | | | | | merge master into filesystemRobin Appelman2012-11-0411-149/+149
|\| | | | | |
| * | | | | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-046-46/+46
| * | | | | | Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-045-13/+13
| | |_|_|_|/ | |/| | | |
| * | | | | check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman2012-11-031-0/+1
| * | | | | some tests for the file blacklistRobin Appelman2012-11-031-8/+42
| * | | | | Merge pull request #220 from fmms/checkstyle02Lukas Reschke2012-11-028-98/+98
| |\ \ \ \ \
| | * | | | | Checkstyle: many fixesFelix Moeller2012-11-028-98/+98
| | | |_|_|/ | | |/| | |
* | | | | | add Cache::moveRobin Appelman2012-11-021-0/+26
* | | | | | Merge branch 'master' into filesystemRobin Appelman2012-11-021-1/+1
|\| | | | |
| * | | | | fix inlude path for template testRobin Appelman2012-11-021-1/+1
| |/ / / /
* | | | | Merge branch 'master' into filesystemRobin Appelman2012-11-011-0/+71
|\| | | |
| * | | | fixing Test_TemplateFunctionsThomas Mueller2012-10-311-1/+1
| * | | | fixed copy paste error. 4th test will now test print_unescaped instead of pBernhard Posselt2012-10-301-2/+2
| * | | | splitted two tests with two assertions each into four tests with one assertionBernhard Posselt2012-10-301-4/+8
| * | | | assert in proper orderBernhard Posselt2012-10-291-4/+4
| * | | | added tests for p and print_unescapedBernhard Posselt2012-10-291-0/+67
| | |_|/ | |/| |
* | | | merge master into filesystemRobin Appelman2012-10-302-6/+4
|\| | |
| * | | disble breaking test cases for nowThomas Müller2012-10-281-4/+4
| * | | fix running app testsRobin Appelman2012-10-281-2/+0
* | | | check for changes when using the cache apiRobin Appelman2012-10-281-0/+17
* | | | add filesystem watcher to detect updatesRobin Appelman2012-10-282-0/+88