Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-27 | 2 | -12/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-23 | 6 | -6/+26 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-06 | 2 | -0/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-05 | 6 | -0/+32 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-04 | 12 | -0/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-03 | 10 | -0/+10 |
| | |||||
* | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 6 | -64/+29 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add job to check users for backup code reminders | Roeland Jago Douma | 2018-10-02 | 7 | -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-02 | 1 | -1/+7 |
|\ | | | | | | | | | nextcloud/enhancement/revamp-2fa-login-provider-selection Improve 2FA provider selection screen | ||||
| * | Restructure and redesign two-factor auth provider selection | Christoph Wurst | 2018-10-01 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-02 | 58 | -58/+80 |
|/ | |||||
* | Clear notification to generate backup code once codes are generated | Roeland Jago Douma | 2018-10-01 | 6 | -0/+151 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Generate backups code notification if not enable but 2fa is | Roeland Jago Douma | 2018-10-01 | 9 | -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 dependencies | John Molakvoæ (skjnldsv) | 2018-10-01 | 2 | -11/+9 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-10-01 | 4 | -0/+40 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-30 | 4 | -0/+26 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-29 | 6 | -0/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-28 | 58 | -174/+270 |
| | |||||
* | Fix generate button event and show regenerate button only when enabled | Christoph Wurst | 2018-09-27 | 3 | -27/+30 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump npm packages | Roeland Jago Douma | 2018-09-27 | 3 | -435/+314 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move to standard format | Roeland Jago Douma | 2018-09-27 | 15 | -43/+87 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Migrate backup codes settings to Vue | Christoph Wurst | 2018-09-27 | 13 | -223/+4955 |
| | | | | | | Fixes https://github.com/nextcloud/server/issues/11034. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-27 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-26 | 2 | -4/+4 |
| | |||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-01 | 2 | -0/+2 |
| | |||||
* | raise version to trigger migration | Morris Jobke | 2018-08-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix integration test execution on Dron | Christoph Wurst | 2018-08-21 | 2 | -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 values | Christoph Wurst | 2018-08-21 | 3 | -0/+53 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add an integration test that inserts long back codes values | Christoph Wurst | 2018-08-21 | 1 | -0/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-13 | 2 | -0/+2 |
| | |||||
* | Bump autoloaders | Roeland Jago Douma | 2018-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-08 | 2 | -0/+2 |
| | |||||
* | Fix state propragation of the backup codes provider | Christoph Wurst | 2018-08-01 | 12 | -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 transifex | Nextcloud bot | 2018-07-27 | 2 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-24 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-10 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-23 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-21 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-12 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-30 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-28 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-27 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-26 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-25 | 6 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-23 | 12 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-18 | 6 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-17 | 6 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-10 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-27 | 2 | -0/+2 |
| |