aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes
Commit message (Collapse)AuthorAgeFilesLines
* Unify webpack configJohn Molakvoæ (skjnldsv)2019-05-291-38/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-05-282-12/+50
|
* Merge pull request #15733 from nextcloud/dependabot/npm_and_yarn/webpack-4.32.2Roeland Jago Douma2019-05-272-5/+5
|\ | | | | Bump webpack from 4.31.0 to 4.32.2
| * Bump webpack from 4.31.0 to 4.32.2dependabot-preview[bot]2019-05-272-5/+5
| | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.31.0 to 4.32.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.31.0...v4.32.2) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-05-272-24/+48
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-262-6/+10
|/
* [tx-robot] updated from transifexNextcloud bot2019-05-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-05-202-6/+6
|
* Bump vuex from 3.1.0 to 3.1.1dependabot[bot]2019-05-132-11/+11
| | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-05-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-292-14/+60
|
* [tx-robot] updated from transifexNextcloud bot2019-04-282-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-242-2/+22
|
* Bump vue and vue-template-compilerdependabot[bot]2019-04-162-5/+5
| | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Updates `vue-template-compiler` from 2.6.8 to 2.6.10 - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.6.8...v2.6.10) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-04-102-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-04-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-04-016-14/+106
|
* [tx-robot] updated from transifexNextcloud bot2019-03-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-03-308-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-03-2910-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-03-2844-44/+44
|
* Use name from theme when downloading/printing twofactor backup codes.Joachim Bauch2019-03-264-7/+15
| | | | | Signed-off-by: Joachim Bauch <bauch@struktur.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-03-262-8/+8
|
* Use monospaced font when printing twofactor backup codes.Joachim Bauch2019-03-223-3/+3
| | | | | | | This helps differentiating similar characters like "I" / "1". Signed-off-by: Joachim Bauch <bauch@struktur.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-03-142-10/+10
|
* Do not send notification if no active 2faRoeland Jago Douma2019-03-052-2/+39
| | | | | | | If the job is still present we should also not fire it off if there is not a single active 2FA provider. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Clear backupcodes reminder if no 2FA is enabledRoeland Jago Douma2019-03-055-0/+184
| | | | | | | | | | Fixes #14125 Listen to 2FA disable event. If a provider is disabled for a user. We check if there are no more providers. If there are no more providers we Remove the backupcode reminder notification (if still present). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* BuildJohn Molakvoæ (skjnldsv)2019-03-042-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update assetsRoeland Jago Douma2019-02-282-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-02-2144-88/+88
|
* Update assetsRoeland Jago Douma2019-02-202-9/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma2019-02-206-5123/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a link to the notification to create the backup codesJoas Schilling2019-02-112-4/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-02-112-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2019-02-066-2/+14
|
* Add a key parameter to the new initial state APIChristoph Wurst2019-01-305-6/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Provide initial stateRoeland Jago Douma2019-01-296-19/+23
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-216-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2019-01-202-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-196-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-01-1812-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-01-1742-424/+424
|
* Bump dependenciesRoeland Jago Douma2019-01-154-542/+370
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update the git attributesRoeland Jago Douma2019-01-154-8/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump dependenciesRoeland Jago Douma2019-01-154-578/+681
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Provide initial state for backupcodes in templateRoeland Jago Douma2019-01-1511-38/+142
| | | | | | | This saves a direct request to the server when loading the backup codes. There is no need for this as the data is already known. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Switch to OCP background jobsRoeland Jago Douma2019-01-143-6/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Switch to QBMapperRoeland Jago Douma2019-01-141-8/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-122-2/+2
|