aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Config/ConfigAdapter.php
Commit message (Collapse)AuthorAgeFilesLines
* add marker interface to mark system mount points for encryptionRobin Appelman2022-08-251-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove old legacy external storage migration logicRobin Appelman2022-02-091-9/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Expose session based authentication through mount point typeJulius Härtl2020-12-211-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* set mountid for personal external storage mountsRobin Appelman2020-12-021-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in ↵Morris Jobke2020-07-101-1/+1
| | | | | | files_external Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-7/+7
| | | | | | | | | | | * 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>
* Provide proper user context from initMountPointsJulius Härtl2019-08-021-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* files_external: allow to register config handlers for flexible placeholdersArthur Schiwon2019-02-141-4/+2
| | | | | | | | * BackendService (directly accessable via \OC_Server) offers registerConfigHandler * SimpleSubstitutionTrait brings reusable logic for simple string replacments * internal $user replacement mechanism was migrated Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly set the mount type for external storagesRoeland Jago Douma2018-02-201-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* more efficient querying of numeric storage idsRobin Appelman2016-09-071-23/+32
|
* get files_external mounts more efficientlyRobin Appelman2016-09-051-29/+20
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-1/+2
|
* Update license headersLukas Reschke2016-05-261-0/+2
|
* Move Config to PSR-4Joas Schilling2016-05-241-0/+183