summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Auth
Commit message (Expand)AuthorAgeFilesLines
* Don't save credentials of another userJoas Schilling2021-01-201-0/+5
* Revert "allow using any ldap property as login name when using login credenti...blizzz2021-01-071-38/+2
* allow using any ldap property as login name when using external storage login...Robin Appelman2021-01-041-2/+38
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+3
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-2/+2
* Move event listener to dedicated classMorris Jobke2020-07-301-22/+3
* update saved credentials on password changeRobin Appelman2020-07-301-1/+27
* Only save login credentials in database once there is an external storage tha...Robin Appelman2020-07-301-23/+29
* Update license headers for 19Christoph Wurst2020-04-297-0/+7
* Fix issues with Keystone auth v3 in files_external appJulien Lutran2020-04-151-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-105-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1017-31/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use placeholder values for password fields in external storage webuiRobin Appelman2020-03-121-1/+0
* do not overwrite global user auth credentials with empty valuesArthur Schiwon2020-02-061-0/+5
* Update license headersChristoph Wurst2019-12-0520-22/+55
* Some php-cs fixesRoeland Jago Douma2019-11-2216-56/+57
* allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-091-1/+10
* Allow admin configured mounts to use user configured global credentialsRobin Appelman2019-09-091-0/+66
* Add support for using kerberos ticket to authenticate to smb serversRobin Appelman2018-06-222-0/+35
* Add SFTP auth mechanism to use a password and public key for SFTPRoeland Jago Douma2018-06-071-0/+65
* adjust external storage config format to the one used in primary storageRobin Appelman2018-02-261-1/+2
* add support for v3 swift authRobin Appelman2018-02-262-2/+50
* Remove unused import statementsMorris Jobke2018-02-143-5/+0
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-267-10/+10
* Update license headersMorris Jobke2017-11-065-2/+6
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-041-0/+44
* [files_external] Fix phpdocRoeland Jago Douma2017-08-011-1/+1
* Remove unused memberRoeland Jago Douma2017-06-301-2/+0
* Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-291-2/+7
* use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
* migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
* 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
* Add "Global Auth" option to external storageRobin Appelman2016-06-211-0/+88
* Move remaining classes to PSR-4Joas Schilling2016-05-242-3/+0
* Move Lib\Auth to PSR-4Joas Schilling2016-05-2412-0/+694