summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | Merge pull request #9068 from owncloud/trashbin_unittests_masterBjörn Schießle2014-06-181-0/+1
|\ \ \ | |_|/ |/| | fix trash bin expire operation and add unit tests
| * | fix trash bin expire operation and add unit testsBjoern Schiessle2014-06-171-0/+1
| | |
* | | Merge pull request #8399 from owncloud/server-server-sharingicewind19912014-06-171-1/+2
|\ \ \ | | | | | | | | Add server<->server sharing
| * | | Fix moving movablemount over webdavRobin Appelman2014-06-171-1/+2
| | | |
* | | | Merge pull request #9065 from owncloud/migrator-keepprimaryindexnameVincent Petry2014-06-171-0/+21
|\ \ \ \ | | | | | | | | | | Do not rename primary key index when renaming table
| * | | | Added unit test for checkMigrate with primary key + autoincVincent Petry2014-06-171-0/+21
| | |/ / | |/| | | | | | | | | | | | | | Added unit test to make sure that checkMigrate() works when adding a primary key and autoincrement column to a table schema.
* | | | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstoreGeorg Ehrke2014-06-164-1/+78
|\ \ \ \ | |/ / / |/| | | Make shipped apps updatable via appstore
| * | | Update preseed-config.phpGeorg Ehrke2014-06-131-1/+1
| | | |
| * | | Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-0519-192/+429
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * | | | fix unit testsThomas Müller2014-06-051-9/+15
| | | | |
| * | | | remove not needed unlink in installer testGeorg Ehrke2014-06-041-3/+0
| | | | |
| * | | | add unit testGeorg Ehrke2014-06-043-0/+74
| | | | |
* | | | | Merge pull request #8917 from owncloud/repair-routine-baseVincent Petry2014-06-161-0/+159
|\ \ \ \ \ | |_|_|/ / |/| | | | Add support for repair step classes
| * | | | Added RepairStep interface and default repair step listsVincent Petry2014-06-121-0/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updater is using "before update" repair steps and "regular" repair steps. The "regular" repair steps are also used by the CLI tool. Currently no steps exist but can be added later in the static methods in the \OC\Repair class. Added unit test to test messaging, error and exception cases.
* | | | | Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-2/+49
|\ \ \ \ \ | |/ / / / |/| | | | Repair broken parent link in the scanner
| * | | | Repair broken parent link in the scannerRobin Appelman2014-06-101-2/+49
| | | | |
* | | | | Merge pull request #9004 from owncloud/cleanup-storagesVincent Petry2014-06-121-0/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | | Added check and cleanup for storage/filecache
| * | | | Added check and cleanup for storage/filecacheVincent Petry2014-06-121-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some tests don't clean up the file cache and sometimes entries are reused by mistake in subsequent test suites. This cleans up the file cache and storage after every test suite and also shows an annoying warning.
* | | | | Merge pull request #8980 from owncloud/better-accept-headerVincent Petry2014-06-121-0/+32
|\ \ \ \ \ | |/ / / / |/| | | | handle http accept headers more gracefully
| * | | | also handle lowercase headersBernhard Posselt2014-06-111-0/+9
| | | | |