summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/LoginCredentials
Commit message (Expand)AuthorAgeFilesLines
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-111-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* Fix replacing external storage password during debug logChristoph Wurst2022-06-011-1/+1
* Log why the login token can't be used for credentialsChristoph Wurst2022-04-041-3/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Use PSR logger in authenticationJoas Schilling2020-10-121-8/+5
* Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-proper...Roeland Jago Douma2020-09-081-2/+7
|\
| * Fix undefined class property access after upgrade from 19 to 20Christoph Wurst2020-09-071-2/+7
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
|/
* Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Update license headersChristoph Wurst2019-12-052-5/+7
* Add return type hint to credential store and make it strictChristoph Wurst2019-11-251-3/+4
* Update license headersMorris Jobke2017-11-062-4/+2
* do not hard-require the token providerChristoph Wurst2017-01-111-6/+10
* use login hook credentials as fallbackChristoph Wurst2017-01-111-0/+21
* fix @since annotations (9.1->12)Christoph Wurst2017-01-111-1/+1
* replace session implementation if it changes at runtimeChristoph Wurst2017-01-111-0/+9
* add login credential storeChristoph Wurst2017-01-112-0/+158