summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Storage
Commit message (Collapse)AuthorAgeFilesLines
* increase the time we wait for smb notifications in the testRobin Appelman2018-01-231-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-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 Appelman2017-09-281-1/+12
| | | | | | | | | | | | the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update license headersMorris Jobke2017-11-061-0/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move GDrive external storage to a separate repoVincent Petry2017-08-211-74/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-161-78/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add new specific tests for SMBJuan Pablo Villafáñez2017-04-261-0/+19
|
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
| | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add unit tests for smb notify backendRobin Appelman2017-01-271-0/+47
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update with robinJoas Schilling2016-07-218-8/+8
|
* Fix apps/Joas Schilling2016-07-2110-19/+30
|
* Fix GDrive upload file which name might match the one of a folderVincent Petry2016-06-071-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"
* Update license headersLukas Reschke2016-05-268-0/+8
|
* Fix the names of the tests so the script discovers them againJoas Schilling2016-05-246-11/+11
|
* Move Lib\Storage to PSR-4Joas Schilling2016-05-2410-0/+833