aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-10-272-12/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-10-236-6/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-10-062-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-10-056-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-10-0412-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2018-10-0310-0/+10
|
* Consolidate personal two-factor provider settingsChristoph Wurst2018-10-026-64/+29
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add job to check users for backup code remindersRoeland Jago Douma2018-10-027-1/+323
| | | | | | | | | Now that we can enforce 2FA we also should notify users that have enabled 2FA but do not yet have backup codes generated. This adds a repair step that inserts a background job to do this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #11500 from ↵John Molakvoæ2018-10-021-1/+7
|\ | | | | | | | | nextcloud/enhancement/revamp-2fa-login-provider-selection Improve 2FA provider selection screen
| * Restructure and redesign two-factor auth provider selectionChristoph Wurst2018-10-011-1/+7
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2018-10-0258-58/+80
|/
* Clear notification to generate backup code once codes are generatedRoeland Jago Douma2018-10-016-0/+151
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Generate backups code notification if not enable but 2fa isRoeland Jago Douma2018-10-019-0/+631
| | | | | | | | | | | | Generate a notification to generate backup codes if you enable an other 2FA provider but backup codes are not yet generated. * Add event listner * Insert background job * Background job tests and emits notification every 2 weeks * If the backup codes are generated the next run will remove the job Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unwanted dependenciesJohn Molakvoæ (skjnldsv)2018-10-012-11/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-10-014-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2018-09-304-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-09-296-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-09-2858-174/+270
|
* Fix generate button event and show regenerate button only when enabledChristoph Wurst2018-09-273-27/+30
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump npm packagesRoeland Jago Douma2018-09-273-435/+314
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to standard formatRoeland Jago Douma2018-09-2715-43/+87
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Migrate backup codes settings to VueChristoph Wurst2018-09-2713-223/+4955
| | | | | | Fixes https://github.com/nextcloud/server/issues/11034. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-09-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-262-4/+4
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+2
|
* raise version to trigger migrationMorris Jobke2018-08-211-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix integration test execution on DronChristoph Wurst2018-08-212-2/+2
| | | | | | | | | Apparently the Nextcloud server ignores tests that have `Integration` in their fully-qualified class name, hence the backup codes integration tests were removed. This moves them up one directory (out of `Integration`) to fix that. Real unit tests remain in the `Unit` directory. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix backup codes column length to fix Argon2 hash valuesChristoph Wurst2018-08-213-0/+53
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add an integration test that inserts long back codes valuesChristoph Wurst2018-08-211-0/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-08-132-0/+2
|
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-08-082-0/+2
|
* Fix state propragation of the backup codes providerChristoph Wurst2018-08-0112-79/+463
| | | | | | | | | | | | Starting with Nextcloud 14, the server knows the enabled/disabled state of 2fa providers. While it will query that information if it's unknown (on first use), it won't notice any changes. Thus, providers have to propagate that information themselves. Ref https://github.com/nextcloud/twofactor_totp/pull/263 Ref https://github.com/nextcloud/twofactor_u2f/pull/210 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-07-272-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-07-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-214-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-304-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-262-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-256-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2312-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-186-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-176-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-102-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-272-0/+2
|