nextcloud/apps/settings
Carl Schwan bc29ff5567
Handle one time and large passwords
For passwords bigger than 250 characters, use a bigger key since the
performance impact is minor (around one second to encrypt the password).

For passwords bigger than 470 characters, give up earlier and throw
exeception recommanding admin to either enable the previously enabled
configuration or use smaller passwords.

This adds an option to disable storing passwords in the database. This
might be desirable when using single use token as passwords or very
large passwords.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-03 13:50:29 +02:00
..
appinfo Add scheduling availability settings 2021-10-18 20:21:51 +02:00
composer Update autoloaders and Node package-lock.json 2022-04-13 00:04:24 +02:00
css fix overlapping buttons in apps-management 2022-02-15 22:55:26 +00:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Bump clipboard from 2.0.10 to 2.0.11 2022-08-02 17:53:51 +00:00
l10n [tx-robot] updated from transifex 2022-07-26 02:27:06 +00:00
lib Handle one time and large passwords 2022-08-03 13:50:29 +02:00
src Use unique key to prevent email component reuse 2022-06-27 18:59:32 +00:00
templates Allow to disable password policy enforcement for selected groups 2022-07-05 17:05:09 +02:00
tests Allow to disable password policy enforcement for selected groups 2022-07-05 17:05:09 +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 Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
webpack.js Add profile default setting for admin 2022-03-25 03:53:54 +00:00