aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Auth
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused import statementsMorris Jobke2018-02-143-5/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-267-10/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-065-2/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-041-0/+44
| | | | | | | | Keep mount point visible and also ext storage config visible when dealing with configs relating to storage backends or auth mechanisms that were provided by an app that is currently disabled. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [files_external] Fix phpdocRoeland Jago Douma2017-08-011-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused memberRoeland Jago Douma2017-06-301-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-291-2/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
| | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix casing of external storage appMorris Jobke2016-08-171-1/+1
|
* Update with robinJoas Schilling2016-07-213-3/+3
|
* Fix apps/Joas Schilling2016-07-2115-17/+32
|
* Add "Login credentials" and "User Provided"Lukas Reschke2016-06-212-0/+180
| | | | | | 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/+88
| | | | | | | | 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)
* Move remaining classes to PSR-4Joas Schilling2016-05-242-3/+0
|
* Move Lib\Auth to PSR-4Joas Schilling2016-05-2412-0/+694