aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(files_external): cast storage id intbackport/49218/stable30skjnldsv2024-11-121-2/+2
* fix: add PasswordConfirmationRequired to saveGlobalCredentialsbackport/48992/stable30yemkareems2024-10-301-0/+2
* fix: cs fix namespacebackport/48788/stable30yemkareems2024-10-291-1/+1
* fix: add PasswordConfirmationRequired to the eternal storages mentioned in re...yemkareems2024-10-293-0/+7
* fix: add PasswordConfirmationRequired to update and delete methodyemkareems2024-10-181-0/+2
* fix: add PasswordConfirmationRequired to create user storages endpointyemkareems2024-10-181-0/+2
* fix(files_external): broken credentials dialogJohn Molakvoæ (skjnldsv)2024-09-131-28/+0
* refactor(files_external): Replace security annotations with respective attrib...provokateurin2024-08-144-24/+16
* fix: allows admin to edit global credentialsBenjamin Gaussorgues2024-06-241-3/+9
* chore: Add SPDX headerAndy Scherzinger2024-06-066-145/+18
* full uppercase constMaxence Lange2024-02-242-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-6/+5
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-021-3/+3
* fix(files_external): basic auth user storage triggerJohn Molakvoæ2023-10-101-0/+1
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* admin have no special rights on users' entriesMaxence Lange2023-09-011-1/+1
* files_external: Fix OpenAPIjld31032023-08-071-1/+3
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-015-50/+48
* Migrate files external to PSR LoggerInterfaceBenjamin Gaussorgues2023-08-014-59/+18
* files_external: Add OpenAPI specjld31032023-07-111-3/+8
* Force cast getCode to intCarl Schwan2022-10-161-2/+2
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Add option to disallow creation of local storagesVincent Petry2021-12-154-7/+54
* move files_external to IBootstrapRobin Appelman2021-06-161-2/+0
* remove depricated methods from MountConfigRobin Appelman2021-06-161-17/+36
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-8/+3
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-114-15/+15
* dont offer to edit external config settings if we can't edit themRobin Appelman2021-01-084-22/+53
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-4/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-102-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-9/+1
* Use php keywords in lowercaseChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-315-0/+5
* Use the short array syntax, everywhereChristoph Wurst2020-03-265-10/+10
* Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-124-34/+58
* Update license headersChristoph Wurst2019-12-056-8/+12
* Some php-cs fixesRoeland Jago Douma2019-11-225-38/+37
* allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-091-1/+2
* Remove unused import statementsMorris Jobke2018-02-141-2/+0
* Simplify ternary operator statementsMorris Jobke2018-01-261-3/+1
* [files_external] OCS endpoint to proper OCSControllerRoeland Jago Douma2018-01-181-0/+108
* Update license headersMorris Jobke2017-11-061-0/+2
* Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-291-4/+6
* Fix translationsJoas Schilling2017-04-184-7/+7
* Allow using '/' as external storage rootRobin Appelman2017-03-231-1/+1