| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable30 | provokateurin | 2024-11-25 | 1 | -2/+1 |
* | refactor(twofactor_backupcodes): Replace security annotations with respective... | provokateurin | 2024-07-27 | 1 | -3/+4 |
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -2/+3 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 24 | -486/+48 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -3/+3 |
* | fix(twofactor_backupcodes): Mirate away from deprecated event | Côme Chilliet | 2024-01-30 | 3 | -9/+10 |
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 6 | -0/+6 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -13/+13 |
* | fix(2fa-backupcodes): Don't remember disabled and deleted users over and over... | Joas Schilling | 2023-11-17 | 2 | -0/+10 |
* | fix(backupcodes): Remove old notifications before creating a new reminder | Joas Schilling | 2023-11-14 | 1 | -1/+3 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -14/+6 |
* | Use the new option to signaling insensitivity | Joas Schilling | 2022-02-07 | 1 | -0/+2 |
* | Allow admins to disable 2FA backup codes via occ | Christoph Wurst | 2021-08-24 | 2 | -2/+10 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 24 | -47/+50 |
* | Move 2fa backupscode to new registration | Roeland Jago Douma | 2021-04-20 | 1 | -0/+4 |
* | Listen to proper UserDeletedEvent | Roeland Jago Douma | 2021-04-16 | 2 | -17/+54 |
* | Move over notification to new registration | Roeland Jago Douma | 2021-04-16 | 1 | -8/+2 |
* | Format header | J0WI | 2021-04-15 | 11 | -22/+0 |
* | 2FA backupcodes: add strict typing | J0WI | 2021-04-15 | 9 | -9/+37 |
* | Fix type error in CheckBackupCodes bg job | Roeland Jago Douma | 2021-03-11 | 1 | -1/+1 |
* | Type some of the core mappers | Christoph Wurst | 2020-10-12 | 1 | -0/+3 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -0/+2 |
* | Use dispatchTyped instead of dispatch on the new event dispatcher | Morris Jobke | 2020-08-18 | 1 | -1/+1 |
* | Adjust apps' code to use the ContainerInterface | Christoph Wurst | 2020-07-21 | 1 | -3/+2 |
* | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 2 | -7/+8 |
* | Migrate Two-Factor Backup Codes to new bootstrap mechanism | Christoph Wurst | 2020-06-17 | 1 | -24/+27 |
* | Add dedicated API for apps' bootstrapping process | Christoph Wurst | 2020-06-17 | 1 | -1/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -1/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 16 | -18/+0 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 3 | -3/+3 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 3 | -6/+0 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 23 | -35/+106 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 6 | -6/+6 |
* | Only human readbale backup chars | Roeland Jago Douma | 2019-10-22 | 1 | -1/+1 |
* | Remove unused backupscode function | Roeland Jago Douma | 2019-09-12 | 1 | -9/+0 |
* | Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notif... | Morris Jobke | 2019-07-17 | 2 | -11/+22 |
|\ |
|
| * | Keep the old method as a fallback and adjust the tests | Joas Schilling | 2019-07-16 | 1 | -1/+1 |
| * | Update twofactor_backupcodes Notifier | Joas Schilling | 2019-07-15 | 2 | -11/+22 |
* | | Add icon to twofactor_backupcodes notification | Jan-Christoph Borchardt | 2019-07-16 | 1 | -0/+3 |
* | | Fix wording of backupcodes notification | Jan-Christoph Borchardt | 2019-07-16 | 1 | -1/+1 |
|/ |
|
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 9 | -81/+40 |
* | Do not send notification if no active 2fa | Roeland Jago Douma | 2019-03-05 | 1 | -1/+9 |
* | Clear backupcodes reminder if no 2FA is enabled | Roeland Jago Douma | 2019-03-05 | 2 | -0/+72 |
* | Add a link to the notification to create the backup codes | Joas Schilling | 2019-02-11 | 1 | -1/+8 |
* | Add a key parameter to the new initial state API | Christoph Wurst | 2019-01-30 | 1 | -1/+1 |
* | Provide initial state | Roeland Jago Douma | 2019-01-29 | 2 | -13/+12 |
* | Provide initial state for backupcodes in template | Roeland Jago Douma | 2019-01-15 | 2 | -3/+12 |
* | Switch to OCP background jobs | Roeland Jago Douma | 2019-01-14 | 2 | -6/+6 |