Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Roeland Jago Douma | 2018-05-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | fixup! Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-27 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | fixup! Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-27 | 1 | -20/+20 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-02-27 | 1 | -3/+10 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | adjust swift external storage to new openstack sdk | Robin Appelman | 2018-02-19 | 1 | -6/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -13/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | increase the time we wait for smb notifications in the test | Robin Appelman | 2018-01-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #6682 from nextcloud/dav-mimetype-fallback | Roeland Jago Douma | 2017-12-11 | 1 | -1/+12 |
|\ | | | | | Fallback to filename based detection if the remote dav server doesn't… | ||||
| * | Fallback to filename based detection if the remote dav server doesn't know ↵ | Robin Appelman | 2017-09-28 | 1 | -1/+12 |
| | | | | | | | | | | | | the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 17 | -0/+21 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 8 | -26/+43 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | adjust tests to new failed storage handling | Robin Appelman | 2017-09-06 | 1 | -8/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move GDrive external storage to a separate repo | Vincent Petry | 2017-08-21 | 2 | -81/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 2 | -87/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add new specific tests for SMB | Juan Pablo Villafáñez | 2017-04-26 | 1 | -0/+19 |
| | |||||
* | Fix sinon.stub deprecation warnings | Christoph Wurst | 2017-04-24 | 1 | -1/+1 |
| | | | | | | | | | | Calls to `sinon.stub(obj, 'meth', fn)` are deprecated and therefore replaced by `sinon.stub(obj, 'meth).callsFake(fn)` as instructed by the deprecation warning. This makes the js unit testing output readable again. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 4 | -7/+7 |
| | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | replace autosave with a save button for external storage configuration | Robin Appelman | 2017-03-22 | 1 | -8/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #2044 from nextcloud/login-credential-store | Morris Jobke | 2017-01-30 | 1 | -6/+9 |
|\ | | | | | Login credential store | ||||
| * | fix constructor params in failing test | Christoph Wurst | 2017-01-11 | 1 | -6/+9 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | add unit tests for smb notify backend | Robin Appelman | 2017-01-27 | 1 | -0/+47 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix test mocks | Morris Jobke | 2017-01-20 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add files_external webdav apache tests | Roeland Jago Douma | 2016-12-29 | 2 | -0/+40 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add SMB tests and execute files_external tests | Lukas Reschke | 2016-12-20 | 7 | -261/+81 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use OCP\\IL10N in tests too | Morris Jobke | 2016-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix getMock files_external | Roeland Jago Douma | 2016-09-06 | 10 | -34/+59 |
| | |||||
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 2 | -5/+5 |
| | | | | CI uses an older PHPUnit | ||||
* | Add unit tests | Lukas Reschke | 2016-08-15 | 2 | -0/+171 |
| | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 23 | -23/+23 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 35 | -56/+93 |
| | |||||
* | Added storage tests for fopen with special chars | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
| | | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names. | ||||
* | Allow regular users to specify global credentials password | Lukas Reschke | 2016-06-27 | 1 | -0/+177 |
| | | | | | | | | | While the UI is existent the feature simply doesn't work because admin privileges are required for the controller. This adds proper permission checks and also unit tests. To test this: 1. Enable external storage 2. Login as non-admin user 3. Go to personal page and try to change global credentials | ||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 2 | -0/+15 |
|\ | |||||
| * | Add option to `occ files_external:list` to show all configured mounts | Robin Appelman | 2016-06-23 | 1 | -0/+10 |
| | | |||||
| * | Wait for port being accessible in addition to the notify socket | Thomas Müller | 2016-06-17 | 1 | -0/+5 |
| | | |||||
* | | Add "Global Auth" option to external storage | Robin Appelman | 2016-06-21 | 1 | -0/+117 |
|/ | | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png) | ||||
* | Update start-swift-ceph.sh (#25109) | Jürgen Weigert | 2016-06-15 | 1 | -0/+3 |
| | | | fix failing https://ci.owncloud.org/job/server-master-linux-externals/database=sqlite,external=swift-ceph,label=SLAVE/ | ||||
* | Merge pull request #25008 from owncloud/externals_test_with_origin | Vincent Petry | 2016-06-09 | 1 | -1/+2 |
|\ | | | | | Add support to know where the storage test comes from | ||||
| * | Fix test | Juan Pablo Villafáñez | 2016-06-07 | 1 | -1/+2 |
| | | |||||
* | | Fix GDrive upload file which name might match the one of a folder | Vincent Petry | 2016-06-07 | 1 | -0/+9 |
|/ | | | | | | | | | | Whenever a file is uploaded to GDrive, there is a check for that file with and without extension, due to Google Docs files having no extension. This logic now only kicks in whenever the detected extensionless file is really a Google Doc file, not a folder. This makes it possible again to upload a file "test.txt" in a folder that also has a folder called "test" | ||||
* | Fix webdav test env scripts to also work on CI | Vincent Petry | 2016-05-30 | 2 | -7/+24 |
| | |||||
* | Add morrisjobke/webdav docker container for external storage tests | Vincent Petry | 2016-05-30 | 2 | -0/+110 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 19 | -1/+20 |
| | |||||
* | Fix missing use statements in ext. str. tests | Joas Schilling | 2016-05-25 | 2 | -0/+2 |
| | |||||
* | Fix the names of the tests so the script discovers them again | Joas Schilling | 2016-05-24 | 6 | -11/+11 |
| | |||||
* | Move remaining classes to PSR-4 | Joas Schilling | 2016-05-24 | 13 | -18/+18 |
| | |||||
* | Move Lib\Storage to PSR-4 | Joas Schilling | 2016-05-24 | 10 | -0/+0 |
| | |||||
* | Move Lib\Backend to PSR-4 | Joas Schilling | 2016-05-24 | 2 | -0/+0 |
| | |||||
* | Move Lib\Auth to PSR-4 | Joas Schilling | 2016-05-24 | 1 | -0/+0 |
| | |||||
* | Move stuff from outside lib/ to PSR-4 | Joas Schilling | 2016-05-24 | 12 | -38/+27 |
| |