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
2022-03-24Add missing event dispatcher in test constructorVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-24force full setup after external storage config changeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17add all storage config rows in one go on loadRobin Appelman
this prevents repeated reflows Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04simplify setup of circular SetupManager<->ManagerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04adjust tests to new fs setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20Add test for samba kerberos sso in ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-11Replace license information to SPDX expressionLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-12-15Add option to disallow creation of local storagesVincent Petry
Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
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-08-31Revert OC.linkToOCS() calls back to old behaviourJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-23Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-06-16remove depricated methods from MountConfigRobin 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>
2021-05-20Rename External storages to External storageszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-05-19better cleanup of filecache when deleting an external storageRobin Appelman
this way it can delete the cache entries even with per-user credentials Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-31Bump js licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-17Lint fixJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-01-08adjust testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-12-22Expose session based authentication through mount point typeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-13Bump jquery from 2.2.4 to 3.1.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-09Don't leave cursors open when tests failJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke
\PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-10Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in ↵Morris Jobke
files_external Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-04-29Update license headers for 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all constantsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10Add visibility to all methods and position of static keywordChristoph 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-09Use exactly one empty line after the namespace declarationChristoph Wurst
For PSR2 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-04-03allow setting tooltips for external storage config optionsRobin Appelman
allows explaining non-obvious config options a bit more Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
Remove unused imports
2020-03-26Use the short array syntax, everywhereChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-26Remove unused importsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-17Merge pull request #19932 from nextcloud/remove-placeholder-checkRoeland Jago Douma
remove the requirement that everything that looks like a placeholder …
2020-03-13fix external storage controller testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-03-13remove the requirement that everything that looks like a placeholder is ↵Robin Appelman
substituted While maybe not common, `$` is a valid option in config fields Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-27Fix external storagestestsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>