| Commit message (Expand) | Author | Age | Files | Lines |
* | Specify string as nullable for credentials password | Anna Larch | 2022-02-28 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 23 | -51/+23 |
* | Add real events for enabled 2fa providers for users | Roeland Jago Douma | 2021-03-22 | 2 | -0/+130 |
* | Deprecate all remaining event constants | Christoph Wurst | 2021-02-09 | 2 | -0/+12 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Merge pull request #22432 from nextcloud/enh/phpdoc | Roeland Jago Douma | 2020-08-26 | 1 | -1/+0 |
|\ |
|
| * | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 1 | -1/+0 |
* | | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 3 | -3/+7 |
|/ |
|
* | Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-event | Morris Jobke | 2020-08-13 | 1 | -0/+52 |
|\ |
|
| * | Emit an event for every disabled 2FA provider during cleanup | Christoph Wurst | 2020-06-16 | 1 | -0/+52 |
* | | Add PHP doc for events | Morris Jobke | 2020-08-10 | 1 | -3/+1 |
* | | Allow to register AlternativeLogin on RegistrationContext | Joas Schilling | 2020-07-16 | 1 | -0/+58 |
|/ |
|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 14 | -16/+0 |
* | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | [POC] Event for failed login attempts | Roeland Jago Douma | 2020-03-31 | 1 | -0/+58 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 18 | -32/+57 |
* | Add return type hint to credential store and make it strict | Christoph Wurst | 2019-11-25 | 1 | -4/+5 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -1/+2 |
* | Allow 2FA to be setup on first login | Roeland Jago Douma | 2019-05-17 | 3 | -0/+118 |
* | Fix activatable/deactivatable 2fa provider interface typos | Christoph Wurst | 2018-12-03 | 2 | -2/+2 |
* | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 2 | -0/+90 |
* | Let 2FA providers provide their custom icons (dark/light) | Christoph Wurst | 2018-10-01 | 1 | -0/+55 |
* | Emit event on enablign or disabling of 2FA provider | Roeland Jago Douma | 2018-10-01 | 2 | -0/+66 |
* | Only allow 2FA state changs if providers support the operation | Christoph Wurst | 2018-09-25 | 1 | -0/+15 |
* | Add public interfaces for activable/deactivable 2FA providers | Christoph Wurst | 2018-09-10 | 2 | -0/+102 |
* | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 1 | -0/+65 |
* | Strict 2FA | Roeland Jago Douma | 2018-03-26 | 3 | -8/+12 |
* | Dispatch event on twofactor failure and success | Roeland Jago Douma | 2018-01-25 | 1 | -0/+6 |
* | Update license headers | Morris Jobke | 2017-11-06 | 7 | -12/+12 |
* | Merge pull request #6177 from nextcloud/properly-add-slo-url | Morris Jobke | 2017-08-26 | 1 | -7/+6 |
|\ |
|
| * | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL | Lukas Reschke | 2017-08-18 | 1 | -7/+6 |
* | | Allow 2FA providers to specify their custom CSP | Christoph Wurst | 2017-08-26 | 1 | -0/+38 |
|/ |
|
* | Thows exception if password not available | Morris Jobke | 2017-05-12 | 2 | -0/+37 |
* | fix @since annotations (9.1->12) | Christoph Wurst | 2017-01-11 | 3 | -7/+7 |
* | add @since annotations and document methods | Christoph Wurst | 2017-01-11 | 2 | -0/+14 |
* | add login credential store | Christoph Wurst | 2017-01-11 | 3 | -0/+122 |
* | fix coding style and increase code coverage | Christoph Wurst | 2017-01-11 | 1 | -12/+13 |
* | Update TwoFactorException.php | Cornelius Kölbel | 2017-01-11 | 1 | -2/+2 |
* | Add a TwoFactorException | Cornelius Kölbel | 2017-01-11 | 1 | -0/+37 |
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -2/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+0 |
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+93 |
* | Move \OCP\Authentication to PSR-4 (#24632) | Roeland Douma | 2016-05-17 | 1 | -0/+64 |