| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back TokenCleanupJob to invalidate old temporary tokens | Thomas Citharel | 2022-08-25 | 1 | -0/+41 |
* | Do not update passwords if nothing changed | Julius Härtl | 2022-08-09 | 1 | -3/+6 |
* | Handle one time and large passwords | Carl Schwan | 2022-07-29 | 1 | -3/+6 |
* | Fix replacing external storage password during debug log | Christoph Wurst | 2022-06-13 | 1 | -1/+1 |
* | remove storage wrappers when deleting the user storage | Robin Appelman | 2022-06-10 | 1 | -0/+8 |
* | Fix user agent trimming on installation | Joas Schilling | 2022-05-16 | 1 | -1/+1 |
* | Log why the login token can't be used for credentials | Christoph Wurst | 2022-04-04 | 1 | -3/+3 |
* | Automatically cut the token name on the first level | Joas Schilling | 2022-03-23 | 2 | -3/+3 |
* | Limit the length of app password names | Joas Schilling | 2022-03-23 | 2 | -0/+8 |
* | Also cache non-existing to reuse it | Joas Schilling | 2022-02-16 | 1 | -0/+5 |
* | Merge pull request #30016 from nextcloud/techdebt/noid/remove-default-token-p... | Joas Schilling | 2021-12-02 | 7 | -831/+14 |
|\ |
|
| * | Remove default token which is deprecated since Nextcloud 13 | Joas Schilling | 2021-12-01 | 7 | -831/+14 |
* | | Only check the twofactor state once per request | Joas Schilling | 2021-12-01 | 1 | -1/+9 |
|/ |
|
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 2 | -2/+2 |
* | Prevent duplicate auth token activity updates | Christoph Wurst | 2021-10-22 | 2 | -2/+40 |
* | Type the autentication provider passwords as nullable strings | Christoph Wurst | 2021-10-13 | 3 | -13/+4 |
* | Tokens without password should not trigger changed password invalidation | Julius Härtl | 2021-10-07 | 1 | -1/+1 |
* | prevent the invalidation of pw based authn tokens on a pw less login | Tobias Assmann | 2021-07-16 | 2 | -0/+10 |
* | Properly cleanup entries of WebAuthn on user deletion | Morris Jobke | 2021-06-18 | 2 | -0/+63 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 69 | -162/+115 |
* | better cleanup of user files on user deletion | Robin Appelman | 2021-04-27 | 1 | -0/+73 |
* | Move 2fa backupscode to new registration | Roeland Jago Douma | 2021-04-20 | 1 | -1/+1 |
* | Move 2FA registration to IBootstrap | Roeland Jago Douma | 2021-04-20 | 1 | -1/+17 |
* | Use correct getSystemValue type | J0WI | 2021-04-12 | 1 | -1/+1 |
* | Add real events for enabled 2fa providers for users | Roeland Jago Douma | 2021-03-22 | 1 | -4/+16 |
* | Merge pull request #25544 from nextcloud/refactor/app-password-created-event | Christoph Wurst | 2021-03-02 | 1 | -0/+43 |
|\ |
|
| * | Move app_password_created to a typed event | Christoph Wurst | 2021-02-09 | 1 | -0/+43 |
* | | Always renew apppasswords on login | Roeland Jago Douma | 2021-02-10 | 1 | -5/+0 |
|/ |
|
* | Convert 2FA token type to string | Christoph Wurst | 2021-01-22 | 1 | -3/+3 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 11 | -1/+11 |
* | Type the authentication listeners | Christoph Wurst | 2020-10-15 | 7 | -0/+21 |
* | Use PSR logger in authentication | Joas Schilling | 2020-10-12 | 11 | -60/+54 |
* | Type some of the core mappers | Christoph Wurst | 2020-10-12 | 4 | -1/+10 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -2/+2 |
* | Allow configuring the activity update interval of token | Roeland Jago Douma | 2020-10-04 | 1 | -1/+5 |
* | Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-proper... | Roeland Jago Douma | 2020-09-08 | 1 | -2/+7 |
|\ |
|
| * | Fix undefined class property access after upgrade from 19 to 20 | Christoph Wurst | 2020-09-07 | 1 | -2/+7 |
* | | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 2 | -1/+3 |
|/ |
|
* | Fix app password updating out of bounds | Roeland Jago Douma | 2020-09-03 | 2 | -0/+55 |
* | Merge pull request #21288 from lmamane/master | Roeland Jago Douma | 2020-08-28 | 1 | -1/+1 |
|\ |
|
| * | Return correct loginname in credentials, | Lionel Elie Mamane | 2020-08-20 | 1 | -1/+1 |
* | | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -2/+4 |
|/ |
|
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 2 | -7/+7 |
* | Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-event | Morris Jobke | 2020-08-13 | 2 | -10/+34 |
|\ |
|
| * | Emit an event for every disabled 2FA provider during cleanup | Christoph Wurst | 2020-06-16 | 2 | -10/+34 |
* | | Discourage webauthn user interaction | Roeland Jago Douma | 2020-07-16 | 1 | -2/+7 |
|/ |
|
* | Clean up auth tokens when user is deleted | Christoph Wurst | 2020-06-15 | 1 | -0/+72 |
* | Improve traces of invalid token exceptions | Christoph Wurst | 2020-05-27 | 3 | -17/+20 |
* | Remember the webauthn name of devices | Roeland Jago Douma | 2020-05-07 | 1 | -1/+3 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 12 | -8/+22 |