summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typo in sftp public keyMartin2017-03-191-1/+1
* Update with robinJoas Schilling2016-07-215-5/+5
* Fix apps/Joas Schilling2016-07-215-9/+19
* Allow regular users to specify global credentials passwordLukas Reschke2016-06-271-3/+39
* Add "Global Auth" option to external storageRobin Appelman2016-06-211-1/+19
* Fix conversion issuesJuan Pablo Villafáñez2016-06-204-0/+6
* Change the default value to true instead of nullJuan Pablo Villafáñez2016-06-084-7/+7
* Rename variableJuan Pablo Villafáñez2016-06-074-14/+14
* Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-074-13/+17
* Update license headersLukas Reschke2016-05-264-0/+4
* Move remaining classes to PSR-4Joas Schilling2016-05-244-7/+7
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-245-0/+1009