summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/AppInfo
Commit message (Collapse)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-221-22/+22
| | | | | | | | | | | * 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 admin configured mounts to use user configured global credentialsRobin Appelman2019-09-091-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* delay sending event from app init to when they are neededArthur Schiwon2019-08-021-6/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-1/+2
| | | | | | | | * handler registered upon OCA\\Files_External::loadAdditionalBackends event as user_ldap is loaded before files_external * new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* files_external: allow to register config handlers for flexible placeholdersArthur Schiwon2019-02-141-1/+11
| | | | | | | | * 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>
* Add support for using kerberos ticket to authenticate to smb serversRobin Appelman2018-06-221-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma2018-06-071-0/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add support for v3 swift authRobin Appelman2018-02-261-2/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class statement instead of stringMorris Jobke2018-01-291-25/+49
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move GDrive external storage to a separate repoVincent Petry2017-08-211-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-161-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* move personal external storage settings to it's own sectionRobin Appelman2017-06-231-18/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix error when not logged inRobin Appelman2016-08-181-0/+4
|
* dont register personal files_external setting if it's emptyRobin Appelman2016-08-181-1/+8
|
* adjust files_externalArthur Schiwon2016-08-111-4/+0
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-3/+5
|
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-5/+2
| | | | * the setup check is still there
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-0/+4
|\
| * Quickfix: do not lazy load auth mechanisms for ext storagesVincent Petry2016-06-271-0/+4
| | | | | | | | | | Some auth mechanisms like SessionCredentials need to register hooks early, so they cannot be lazy loaded.
* | Add "Login credentials" and "User Provided"Lukas Reschke2016-06-211-0/+2
| | | | | | | | | | | | This adds the "Login Credentials" and "User Provided" option to the external storage implementation, it is basically done by reverting 176fb191b7ec1c742b70295ca2a315d8cc1f1ea0 from https://github.com/owncloud/core/pull/22432. This was taken from owncloud/core which is AGPL licensed.
* | Add "Global Auth" option to external storageRobin Appelman2016-06-211-0/+1
|/ | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png)
* Fix SMB backend registrationRobin McCorkell2016-05-301-4/+2
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-241-0/+135