aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13920 from owncloud/sharing_no_user_entry_for_group_sharesThomas Müller2015-04-091-0/+7
|\ | | | | only create a db entry for the user in case of a name conflict on group share
| * only create a db entry for the user in case of a name conflict on group shareBjoern Schiessle2015-04-091-0/+7
| |
* | Merge pull request #15511 from owncloud/fix-typosLukas Reschke2015-04-092-0/+4
|\ \ | | | | | | Fix typos and some other adjustments
| * | Fix mock object to return proper typeThomas Müller2015-04-091-0/+2
| | |
| * | Fix mock object to return proper typeThomas Müller2015-04-091-0/+2
| |/
* | Merge pull request #15496 from owncloud/enc-check-if-key-exists-before-deletingThomas Müller2015-04-091-0/+16
|\ \ | |/ |/| Check if the key exists, before trying to delete it
| * Check if the key exists, before trying to delete itJoas Schilling2015-04-091-0/+16
| |
* | Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-092-0/+1165
|\ \ | |/ |/| Add different trust levels to AppStore interface
| * Make user names clickableLukas Reschke2015-04-031-0/+3
| |
| * Add experimental applications switchLukas Reschke2015-04-032-0/+1162
| | | | | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-091-1/+102
|\ \ | | | | | | Limit file activities to favorites
| * | Make scrutinizer happyJoas Schilling2015-04-011-17/+10
| | |
| * | Add tests from getCurrentUserId() method and fix the constructorJoas Schilling2015-03-301-1/+109
| | |
* | | Merge pull request #14987 from rullzer/ocs_password_fix2Morris Jobke2015-04-081-0/+234
|\ \ \ | | | | | | | | OCS Fixes to allow setting of password without removing additional settings
| * | | Fix unit testRoeland Jago Douma2015-03-301-0/+4
| | | |
| * | | OCS Fixes to allow setting of password without removing additional settingsRoeland Jago Douma2015-03-301-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests
* | | | Replace originalStorage in tests with a proper teardownVincent Petry2015-04-0811-72/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* | | | Merge pull request #14879 from oparoz/fix-preview-cachingMorris Jobke2015-04-071-19/+71
|\ \ \ \ | | | | | | | | | | Introducing the maximum size preview
| * | | | Introducing the maximum size previewOlivier Paroz2015-04-071-19/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first time we're asked to generate a preview we'll generate one of the maximum dimension indicated in the configuration and all future resizing requests will be done on that preview in order to not waste time converting the same file over and over. One of the fixes required for #12465
* | | | | Merge pull request #14472 from owncloud/feature/wipencryptionappThomas Müller2015-04-0717-94/+453
|\ \ \ \ \ | |/ / / / |/| | | | encryption 2.0 app
| * | | | fixing unit test - expected value change due to different size being stored ↵Thomas Müller2015-04-072-2/+2
| | | | | | | | | | | | | | | | | | | | in cache table
| * | | | fixing unit test execution related to trashbinThomas Müller2015-04-072-0/+27
| | | | |
| * | | | fixing unit testsThomas Müller2015-04-071-1/+7
| | | | |
| * | | | fixing unit test execution - test dummy module was behaving wrongThomas Müller2015-04-072-2/+2
| | | | |
| * | | | fixing unit test executionThomas Müller2015-04-071-7/+12
| | | | |
| * | | | add unit tests to the keystorageBjoern Schiessle2015-04-071-40/+45
| | | | |
| * | | | implement webdav copyBjoern Schiessle2015-04-071-0/+76
| | | | |
| * | | | Properly set size and unencrypted size in the stream unit testsThomas Müller2015-04-071-9/+8
| | | | |
| * | | | Adding unit test for read and write of big fileThomas Müller2015-04-071-0/+16
| | | | |
| * | | | Fixing encryption storage wrapper testsThomas Müller2015-04-072-5/+66
| | | | |
| * | | | fixing unit tests for encryption stream wrapper seekThomas Müller2015-04-071-0/+13
| | | | |
| * | | | fixing unit tests for stream wrapperThomas Müller2015-04-071-10/+42
| | | | |
| * | | | update unit tests after ctor signature change of \OC\Encryption\UtilThomas Müller2015-04-072-2/+8
| | | | |
| * | | | kill OC_FileProxy :boom:Thomas Müller2015-04-074-14/+0
| | | | |
| * | | | Further cleanup of files_encryptionThomas Müller2015-04-071-1/+0
| | | | |
| * | | | Removing files_encryption left oversThomas Müller2015-04-073-23/+0
| | | | |
| * | | | remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-072-8/+5
| | | | |
| * | | | adding unit tests for stream wrapperThomas Müller2015-04-071-0/+41
| | | | |
| * | | | various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-072-4/+50
| | | | |
| * | | | fix unit test executionThomas Müller2015-04-071-5/+13
| | | | |
| * | | | Comment duplicate test methodsThomas Müller2015-04-071-57/+57
| | | | |
| * | | | enable encryption unit test executionThomas Müller2015-04-071-0/+1
| | | | |
| * | | | fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-1/+1
| | | | |
| * | | | Initial commitClark Tomlinson2015-04-071-0/+58
| | | | |
* | | | | Merge pull request #15426 from owncloud/issue/15420-remove-hardcoded-docs-linkMorris Jobke2015-04-071-3/+14
|\ \ \ \ \ | |/ / / / |/| | | | Remove hardcoded link to performance docs
| * | | | Remove hardcoded link to performance docsJoas Schilling2015-04-071-3/+14
| | | | |
* | | | | Select the timezone on the right timestamp and assert itJoas Schilling2015-04-071-8/+11
|/ / / /
* | | / Introducing media types for yml, yaml, cnf, confOlivier Paroz2015-04-021-4/+49
| |_|/ |/| |
* | | Adjust tests and check whether clear() is calledJoas Schilling2015-04-012-102/+82
| | |
* | | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-16/+18
| | |