Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-15ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-07fixup tests for ftp limitationsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-07teardownRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-07add new ftp backendRobin Appelman
this uses the raw `ftp_` functions instead of the stream wrapper Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-10-07run ftp external storage tests against multiple ftp serversRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Remove trailing and in between spacesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-27Mode to modern phpunitRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-22Some php-cs fixesRoeland Jago Douma
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-14Add time between SMB test runs and properly log full changesetMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-13Wait up to 10 seconds for incoming changes from SMB notifierMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-02-19adjust swift external storage to new openstack sdkRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-22increase the time we wait for smb notifications in the testRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-12-11Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma
Fallback to filename based detection if the remote dav server doesn't…
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-09-28Fallback to filename based detection if the remote dav server doesn't know ↵Robin Appelman
the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-08-21Move GDrive external storage to a separate repoVincent Petry
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-16Bye bye Dropbox v1Vincent Petry
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-26Add new specific tests for SMBJuan Pablo Villafáñez
2017-04-12Update comments to NextcloudMorris Jobke
* based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-27add unit tests for smb notify backendRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-06-07Fix GDrive upload file which name might match the one of a folderVincent Petry
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"
2016-05-26Update license headersLukas Reschke
2016-05-24Fix the names of the tests so the script discovers them againJoas Schilling
2016-05-24Move Lib\Storage to PSR-4Joas Schilling