aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Controller/UserGlobalStoragesController.php
Commit message (Collapse)AuthorAgeFilesLines
* feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-281-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix: cs fix namespacefix/788/add-password-required-to-external-storagesyemkareems2024-10-181-1/+1
| | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* fix: add PasswordConfirmationRequired to the eternal storages mentioned in ↵yemkareems2024-10-181-0/+2
| | | | | | review Signed-off-by: yemkareems <yemkareems@gmail.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor(files_external): Replace security annotations with respective ↵provokateurin2024-08-141-6/+4
| | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-23/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* full uppercase constMaxence Lange2024-02-241-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-011-7/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-011-3/+3
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Add option to disallow creation of local storagesVincent Petry2021-12-151-2/+5
| | | | | | | 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>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-3/+3
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* dont offer to edit external config settings if we can't edit themRobin Appelman2021-01-081-9/+13
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
| | | | | | | | | | | | | | | 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>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-121-3/+3
| | | | | | | | | | This prevents the password from being sent to the webui. While an admin will always be able to retrieve the passwords (as they can do arbitrairy code execution by design) this prevents casual password snooping Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-8/+8
| | | | | | | | | | | * 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>
* allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-091-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix translationsJoas Schilling2017-04-181-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+4
|
* Fix conversion issuesJuan Pablo Villafáñez2016-06-201-0/+2
| | | | Change to phpdoc type for automatic conversion
* Change the default value to true instead of nullJuan Pablo Villafáñez2016-06-081-2/+2
|
* Rename variableJuan Pablo Villafáñez2016-06-071-4/+4
|
* Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-071-3/+4
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move remaining classes to PSR-4Joas Schilling2016-05-241-2/+2
|
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-241-0/+201