nextcloud/apps/settings
Julius Härtl 36cfdd320b
Harden key generation
There might be cases where multiple requests trigger the key generation
at the same time and the instance ends up with a non-fitting
public/private key pair. Therefore the whole key generation should be
locked. Other than that this makes sure that user key generation return
values are properly validated.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-14 07:58:40 +02:00
..
appinfo Remove controller and routes which have no UI component anyway 2020-06-04 10:41:08 +02:00
composer Merge pull request #22004 from nextcloud/enh/noid/setup-checks-php 2020-08-07 20:55:04 +00:00
css Fix the keyboard tab for actionmenu 2020-04-30 19:03:56 +00:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Fix empty 'more' apps navigation after installing an app 2020-08-05 17:38:50 +02:00
l10n [tx-robot] updated from transifex 2020-08-12 02:16:50 +00:00
lib Harden key generation 2020-08-14 07:58:40 +02:00
src Use babel-loader-exclude-node-modules-except 2020-07-31 11:00:33 +02:00
templates Remove obsolete scripts 2020-06-08 23:43:10 +02:00
tests Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +02:00
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore Ignore compiled webauthn settings 2020-04-03 13:45:38 +02:00
webpack.js Start with webauthn 2020-03-31 22:17:07 +02:00