Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill unused require of MapperTestUtility.php | Thomas Müller | 2014-07-17 | 1 | -4/+5 |
| | |||||
* | fixing namespace of MapperTestUtility | Thomas Müller | 2014-07-17 | 1 | -1/+1 |
| | | | | and rename file to be lowercase | ||||
* | Reenable proxies if a test failed to restore it | Vincent Petry | 2014-07-15 | 1 | -0/+2 |
| | |||||
* | Merge pull request #9621 from owncloud/fix_logger_implementation | Thomas Müller | 2014-07-15 | 1 | -1/+1 |
|\ | | | | | fix logger implementation | ||||
| * | fix logger implementation and test | Jörn Friedrich Dreyer | 2014-07-15 | 1 | -1/+1 |
| | | |||||
* | | remove dead code | Arthur Schiwon | 2014-07-14 | 1 | -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-issues | Morris Jobke | 2014-07-14 | 1 | -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 resourceId | Bernhard Posselt | 2014-06-26 | 1 | -2/+2 |
| | | |||||
| * | dont strip the s from the resource | Bernhard Posselt | 2014-06-26 | 1 | -4/+4 |
| | | |||||
* | | test class is already in preferences.php | Arthur Schiwon | 2014-07-09 | 1 | -233/+0 |
| | | |||||
* | | De-double class name | Thomas Müller | 2014-07-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #9507 from owncloud/fix-9302-master | Thomas Müller | 2014-07-08 | 2 | -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üller | 2014-07-08 | 2 | -105/+46 |
| | | | | | | | | | | | | | | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort() | ||||
* | | | Merge pull request #9412 from owncloud/public-api-activity | Thomas Müller | 2014-07-08 | 1 | -0/+202 |
|\ \ \ | | | | | | | | | Public api activity | ||||
| * | | | Adding new interface \OCP\Activity\IExtentsion | Thomas Müller | 2014-07-08 | 1 | -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 #9500 | Arthur Schiwon | 2014-07-08 | 3 | -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_bin | Robin Appelman | 2014-07-08 | 1 | -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 InnoDB | Thomas Müller | 2014-07-07 | 1 | -0/+65 |
| | | |||||
* | | Merge pull request #8308 from owncloud/case_insensitive_search_oracle | Jörn Friedrich Dreyer | 2014-07-04 | 1 | -0/+6 |
|\ \ | | | | | | | use case insensitive linguistic sort and compare when connecting to oracle | ||||
| * | | make search case insensitive on postgres and oracle | Jörn Friedrich Dreyer | 2014-07-03 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #9338 from owncloud/fix-redirect-for-appframework | Volkan Gezer | 2014-07-02 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Redirect after session expiry to the previous loaded page | ||||
| * | | | fix redirect URL unit test | Morris Jobke | 2014-07-02 | 1 | -1/+3 |
| |/ / | |||||
* | | | Merge pull request #9327 from owncloud/migrator-postgreskeywordtest | Vincent Petry | 2014-07-01 | 1 | -12/+32 |
|\ \ \ | | | | | | | | | Added migrator test for reserved keyword | ||||
| * | | | Added test for reserved keywords | Vincent Petry | 2014-07-01 | 1 | -0/+22 |
| | | | | |||||
| * | | | Fix migrator tests to use the correct migrator instances | Vincent Petry | 2014-07-01 | 1 | -12/+10 |
| | | | | |||||
* | | | | Merge pull request #9334 from owncloud/defaultappfix | Vincent Petry | 2014-07-01 | 1 | -0/+68 |
|\ \ \ \ | |_|/ / |/| | | | Default app fix | ||||
| * | | | Added unit test for default app URL | Vincent Petry | 2014-07-01 | 1 | -0/+68 |
| |/ / | |||||
* | | | Merge pull request #9156 from owncloud/solve-8959 | blizzz | 2014-07-01 | 4 | -5/+65 |
|\ \ \ | |/ / |/| | | search term for users and groups may occur anywhere in the name or displ... | ||||
| * | | extend Dummy user and group implementation to pass tests | Arthur Schiwon | 2014-06-25 | 1 | -2/+6 |
| | | | |||||
| * | | clean up created groups after testing, and correct parameter order | Arthur Schiwon | 2014-06-24 | 2 | -11/+10 |
| | | | |||||
| * | | add tests | Arthur Schiwon | 2014-06-23 | 3 | -1/+58 |
| | | | |||||
* | | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 1 | -0/+106 |
|\ \ \ | | | | | | | | | Object storage | ||||
| * | | | update hasUpdated description, overwrtie testStat for objectstore test | Jörn Friedrich Dreyer | 2014-06-27 | 1 | -1/+24 |
| | | | | |||||
| * | | | use common storage test | Jörn Friedrich Dreyer | 2014-06-23 | 1 | -197/+7 |
| | | | | |||||
| * | | | change architecture from inheritance to composition | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+7 |
| | | | | |||||
| * | | | add autocreate config option for containers, implement autocreate and delete ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | of containers, use generated container names for tests | ||||
| * | | | fix unit test by always initializing the root of the storage in the constructor | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -1/+0 |
| | | | | |||||
| * | | | add initial swift test with trystack | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+265 |
| | | | | |||||
* | | | | Merge pull request #9174 from owncloud/breadcrumbfix | Jan-Christoph Borchardt | 2014-06-27 | 1 | -6/+12 |
|\ \ \ \ | | | | | | | | | | | Breadcrumb width calculation fix | ||||
| * | | | | Test runner now loads CSS and hides testArea | Vincent Petry | 2014-06-24 | 1 | -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/officemimetypesupdatefix | Vincent Petry | 2014-06-27 | 1 | -0/+207 |
|\ \ \ \ | |_|_|/ |/| | | | Office mime types update fix | ||||
| * | | | Add missing quotes for Oracle | Vincent Petry | 2014-06-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fixed mime type repair step | Vincent Petry | 2014-06-26 | 1 | -12/+66 |
| | | | | |||||
| * | | | Added test case for when target mime types already exist | Vincent Petry | 2014-06-25 | 1 | -0/+46 |
| | | | | |||||
| * | | | Moved office mimetype update to a repair step | Vincent Petry | 2014-06-25 | 1 | -0/+107 |
| | | | | |||||
* | | | | Merge pull request #9123 from owncloud/webdav-move-permissions | icewind1991 | 2014-06-25 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | Fix permissions check when moving a file to a different directory over webdav | ||||
| * | | | Fix unit tests | Robin Appelman | 2014-06-20 | 1 | -0/+4 |
| |/ / | |||||
* / / | Added unit test for the helper's rmdirr | Vincent Petry | 2014-06-23 | 1 | -0/+24 |
|/ / | |||||
* | | Merge pull request #9071 from owncloud/extstorage-list-unittests | Morris Jobke | 2014-06-19 | 1 | -0/+10 |
|\ \ | | | | | | | Added JS unit tests for ext storage | ||||
| * | | Added JS unit tests for ext storage | Vincent Petry | 2014-06-17 | 1 | -0/+10 |
| | | | | | | | | | | | | Added JS unit tests for the external storage file list extension. |