Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9762 from owncloud/owner-public | Robin Appelman | 2014-08-12 | 1 | -0/+6 |
|\ | | | | | Return the proper owner for home storages | ||||
| * | Add test for homestorage getOwner | Robin Appelman | 2014-07-22 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #10184 from owncloud/getbyid-node | Robin Appelman | 2014-08-07 | 1 | -0/+127 |
|\ \ | | | | | | | Fix Folder::getById | ||||
| * | | return null instead of throwing an exception | Robin Appelman | 2014-08-06 | 1 | -4/+2 |
| | | | |||||
| * | | Fix Folder::getById | Robin Appelman | 2014-08-05 | 1 | -0/+129 |
| | | | |||||
* | | | mark tests as skipped - TODO travis | Morris Jobke | 2014-08-05 | 2 | -0/+13 |
| | | | | | | | | | | | | * swift causes some timeouts and test failures | ||||
* | | | Minor fixes | Morris Jobke | 2014-08-05 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | * instanceof \OC\Files\View * fix misplaced paranthesis * remove misplaced character in comment | ||||
* | | | Don't rely on the sorting the database gives us for tests | Robin Appelman | 2014-08-05 | 2 | -5/+12 |
|/ / | |||||
* | | Merge pull request #9970 from owncloud/sharing_set_expire_date | Morris Jobke | 2014-07-30 | 1 | -0/+26 |
|\ \ | | | | | | | Sharing set expire date | ||||
| * | | add unit test | Bjoern Schiessle | 2014-07-28 | 1 | -0/+26 |
| | | | |||||
* | | | Merge pull request #10032 from owncloud/kill-swift-tests | Morris Jobke | 2014-07-30 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | only if the environment variable RUN_OBJECTSTORE_TESTS is set the object... | ||||
| * | | | only if the environment variable RUN_OBJECTSTORE_TESTS is set the object ↵ | Thomas Müller | 2014-07-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | store unit test will be executed | ||||
* | | | | Merge pull request #9888 from owncloud/mysql-tinyint-master | Thomas Müller | 2014-07-30 | 2 | -1/+40 |
|\ \ \ \ | |/ / / |/| | | | migration test for sqlite - adding type mapping for 'tinyint unsigned' | ||||
| * | | | migration test for sqlite - adding type mapping for 'tinyint unsigned' | Thomas Müller | 2014-07-29 | 2 | -1/+40 |
| | | | | |||||
* | | | | Merge pull request #9988 from owncloud/sharing_remove_share_permission | Björn Schießle | 2014-07-29 | 1 | -0/+33 |
|\ \ \ \ | |/ / / |/| | | | remove share permission if user is excluded from sharing | ||||
| * | | | remove share permission if user is excluded from sharing | Bjoern Schiessle | 2014-07-29 | 1 | -0/+33 |
| |/ / | |||||
* / / | function declaration did not match | Thomas Müller | 2014-07-29 | 1 | -5/+5 |
|/ / | |||||
* | | Merge pull request #9798 from owncloud/ocs_share_api_add_expire_date | Björn Schießle | 2014-07-28 | 1 | -11/+37 |
|\ \ | | | | | | | [share api] add OCS api call to set expire date for link shares | ||||
| * | | add OCS api call to set expire date for link shares | Bjoern Schiessle | 2014-07-25 | 1 | -11/+37 |
| |/ | |||||
* | | Merge pull request #9641 from owncloud/localuser-addressbook | Thomas Müller | 2014-07-28 | 1 | -0/+95 |
|\ \ | | | | | | | ownCloud users are exported as address book | ||||
| * | | ownCloud users are exported as address book | Thomas Müller | 2014-07-24 | 1 | -0/+95 |
| | | | |||||
* | | | Adding test which breaks because bit and/or enum datatypes are used | Thomas Müller | 2014-07-24 | 1 | -0/+39 |
| |/ |/| | |||||
* | | Merge pull request #9672 from owncloud/mysql-affectedrows | Andreas Fischer | 2014-07-20 | 2 | -0/+66 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make MySQL affected row count consistent with other DBMSes * owncloud/mysql-affectedrows: Added test of OCS privatedata to trigger key duplication Document why we have to check with defined() first. Make MySQL return "number of found rows" instead of number of "affected rows". | ||||
| * | | Added test of OCS privatedata to trigger key duplication | Vincent Petry | 2014-07-17 | 1 | -0/+25 |
| | | | |||||
| * | | Make MySQL return "number of found rows" instead of number of "affected rows". | Andreas Fischer | 2014-07-16 | 1 | -0/+41 |
| |/ | |||||
* | | 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 |
| | | | |