summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Config
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-056-6/+12
| | | | 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>
* fixes terminology and allows to request an IUser instanceArthur Schiwon2019-08-021-6/+21
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Provide proper user context from initMountPointsJulius Härtl2019-08-022-1/+9
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* files_external: Make sure the correct user context is used in substitution ↵Julius Härtl2019-08-023-16/+71
| | | | | | of variables Signed-off-by: Julius Härtl <jus@bitgrid.net>
* typos in doc, no code changesArthur Schiwon2019-02-151-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* files_external: allow to register config handlers for flexible placeholdersArthur Schiwon2019-02-144-4/+180
| | | | | | | | * 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>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+30
| | | | Signed-off-by: Robin Appelman <robin@icewind.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