aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Auth/Password/LoginCredentials.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen5 days1-0/+1
* fix(files_external): Mark password fields for LoginCredentials and SessionCre...fix/files_external/hidden-password-fieldsprovokateurin2025-05-051-1/+3
* fix(files_external): Move definition parameter to the correct placefix/files_external/definition-parameterprovokateurin2025-02-251-0/+3
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-21/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-061-24/+3
* chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-021-0/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Merge pull request #26397 from nextcloud/external-storage-login-ldap-publicblizzz2021-06-071-3/+34
|\
| * allow using any ldap property as login name when using external storage login...Robin Appelman2021-06-031-3/+34
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
|/
* 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 the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+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-291-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-7/+7
* Remove unused import statementsMorris Jobke2018-02-141-3/+0
* Fix apps/Joas Schilling2016-07-211-2/+3
* Add "Login credentials" and "User Provided"Lukas Reschke2016-06-211-0/+92