summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [tx-robot] updated from transifexNextcloud bot2018-03-282-0/+2
|
* Make 2FA backupcodes strictRoeland Jago Douma2018-03-261-8/+10
| | | | | | * and follow the interface again Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-092-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-044-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-024-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-182-0/+2
|
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-10/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-02-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-02-136-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2018-02-1220-0/+20
|
* Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-261-2/+1
|\ | | | | Return value immediately instead of assigning to a one-time variable
| * Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix the type hints of migrations and correctly inject the wrapped schema ↵Joas Schilling2018-01-174-17/+14
| | | | | | into migrations Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-01-044-2/+36
|
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-11-122-26/+26
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1114-2/+206
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1012-0/+204
|