summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* kill unused require of MapperTestUtility.phpThomas Müller2014-07-171-4/+5
|
* fixing namespace of MapperTestUtilityThomas Müller2014-07-171-1/+1
| | | | and rename file to be lowercase
* Reenable proxies if a test failed to restore itVincent Petry2014-07-151-0/+2
|
* Merge pull request #9621 from owncloud/fix_logger_implementationThomas Müller2014-07-151-1/+1
|\ | | | | fix logger implementation
| * fix logger implementation and testJörn Friedrich Dreyer2014-07-151-1/+1
| |
* | remove dead codeArthur Schiwon2014-07-141-0/+101
| | | | | | | | | | | | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests
* | Merge pull request #9228 from owncloud/remove-routing-singular-issuesMorris Jobke2014-07-141-4/+4
|\ \ | |/ |/| Routing: Dont strip the s from the resource id to prevent possible weird behavior with irregular english plural nouns
| * use id instead of resourceIdBernhard Posselt2014-06-261-2/+2
| |
| * dont strip the s from the resourceBernhard Posselt2014-06-261-4/+4
| |
* | test class is already in preferences.phpArthur Schiwon2014-07-091-233/+0
| |
* | De-double class nameThomas Müller2014-07-091-1/+1
| |
* | Merge pull request #9507 from owncloud/fix-9302-masterThomas Müller2014-07-082-105/+46
|\ \ | | | | | | Upload abortion is now detected within the OC_Connector_Sabre_File::put...
| * | Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-082-105/+46
| | | | | | | | | | | | | | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort()
* | | Merge pull request #9412 from owncloud/public-api-activityThomas Müller2014-07-081-0/+202
|\ \ \ | | | | | | | | Public api activity
| * | | Adding new interface \OCP\Activity\IExtentsionThomas Müller2014-07-081-0/+202
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding method getNotificationTypes() Adding method filterNotificationTypes() Adding method getDefaultTypes() Adding method translate() and getTypeIcon() Adding method getGroupParameter() Adding method getNavigation() Adding method getNavigation() Adding method isFilterValid() and getQueryForFilter() Adding unit tests for \OC\ActivityManager
* | | port of #9500Arthur Schiwon2014-07-083-157/+524
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't trigger update from checkPassword, it is already called by userExists, this is enough. do not write to database when the value is the same add test cases. also split test classes in a file each, looks like only the first class is being executed also appconfig shall not write to database if the value is unchanged
* | | Add repair step to set MySQL collation to utf8_binRobin Appelman2014-07-081-0/+73
|/ / | | | | | | | | Set default collation of mysql connection to utf8_bin Set utf_bin as default collation for new tables
* | MySQL: adding repair step to convert MyIsam tables to InnoDBThomas Müller2014-07-071-0/+65
| |
* | Merge pull request #8308 from owncloud/case_insensitive_search_oracleJörn Friedrich Dreyer2014-07-041-0/+6
|\ \ | | | | | | use case insensitive linguistic sort and compare when connecting to oracle
| * | make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-031-0/+6
| | |
* | | Merge pull request #9338 from owncloud/fix-redirect-for-appframeworkVolkan Gezer2014-07-021-1/+3
|\ \ \ | | | | | | | | Redirect after session expiry to the previous loaded page
| * | | fix redirect URL unit testMorris Jobke2014-07-021-1/+3
| |/ /
* | | Merge pull request #9327 from owncloud/migrator-postgreskeywordtestVincent Petry2014-07-011-12/+32
|\ \ \ | | | | | | | | Added migrator test for reserved keyword
| * | | Added test for reserved keywordsVincent Petry2014-07-011-0/+22
| | | |
| * | | Fix migrator tests to use the correct migrator instancesVincent Petry2014-07-011-12/+10
| | | |
* | | | Merge pull request #9334 from owncloud/defaultappfixVincent Petry2014-07-011-0/+68
|\ \ \ \ | |_|/ / |/| | | Default app fix
| * | | Added unit test for default app URLVincent Petry2014-07-011-0/+68
| |/ /
* | | Merge pull request #9156 from owncloud/solve-8959blizzz2014-07-014-5/+65
|\ \ \ | |/ / |/| | search term for users and groups may occur anywhere in the name or displ...
| * | extend Dummy user and group implementation to pass testsArthur Schiwon2014-06-251-2/+6
| | |
| * | clean up created groups after testing, and correct parameter orderArthur Schiwon2014-06-242-11/+10
| | |
| * | add testsArthur Schiwon2014-06-233-1/+58
| | |
* | | Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-271-0/+106
|\ \ \ | | | | | | | | Object storage
| * | | update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-271-1/+24
| | | |
| * | | use common storage testJörn Friedrich Dreyer2014-06-231-197/+7
| | | |
| * | | change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-181-2/+7
| | | |
| * | | add autocreate config option for containers, implement autocreate and delete ↵Jörn Friedrich Dreyer2014-06-181-2/+6
| | | | | | | | | | | | | | | | of containers, use generated container names for tests
| * | | fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-181-1/+0
| | | |
| * | | add initial swift test with trystackJörn Friedrich Dreyer2014-06-181-0/+265
| | | |
* | | | Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-271-6/+12
|\ \ \ \ | | | | | | | | | | Breadcrumb width calculation fix
| * | | | Test runner now loads CSS and hides testAreaVincent Petry2014-06-241-6/+12
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | - serve CSS and font files properly to make sure that measurements are correct for the tests that need them (breadcrumb) - added opacity to testArea to make sure nothing is visible during testing
* | | | Merge pull request #9215 from owncloud/officemimetypesupdatefixVincent Petry2014-06-271-0/+207
|\ \ \ \ | |_|_|/ |/| | | Office mime types update fix
| * | | Add missing quotes for OracleVincent Petry2014-06-261-2/+2
| | | |
| * | | Fixed mime type repair stepVincent Petry2014-06-261-12/+66
| | | |
| * | | Added test case for when target mime types already existVincent Petry2014-06-251-0/+46
| | | |
| * | | Moved office mimetype update to a repair stepVincent Petry2014-06-251-0/+107
| | | |
* | | | Merge pull request #9123 from owncloud/webdav-move-permissionsicewind19912014-06-251-0/+4
|\ \ \ \ | |/ / / |/| | | Fix permissions check when moving a file to a different directory over webdav
| * | | Fix unit testsRobin Appelman2014-06-201-0/+4
| |/ /
* / / Added unit test for the helper's rmdirrVincent Petry2014-06-231-0/+24
|/ /
* | Merge pull request #9071 from owncloud/extstorage-list-unittestsMorris Jobke2014-06-191-0/+10
|\ \ | | | | | | Added JS unit tests for ext storage
| * | Added JS unit tests for ext storageVincent Petry2014-06-171-0/+10
| | | | | | | | | | | | Added JS unit tests for the external storage file list extension.