nextcloud/apps/settings
Carl Schwan f4795f6dac
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-07-29 16:15:38 +02:00
..
appinfo Master is now 24 2021-11-11 10:11:09 +01:00
composer Fix an issue with the search backend update 2022-04-14 12:11:02 +02:00
css Apps toolbar height and alignment fix 2022-02-28 13:46:03 +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 Prevent duplicate set display name request 2022-07-06 20:54:18 +00:00
l10n [tx-robot] updated from transifex 2022-07-26 02:27:00 +00:00
lib Handle one time and large passwords 2022-07-29 16:15:38 +02:00
src Translate error when user already exists 2022-07-18 15:26:21 +02:00
templates Merge pull request #32360 from nextcloud/backport/stable24/share_search_tweaks 2022-05-13 20:15:26 +02:00
tests Rename setting name to reduce its length 2022-06-28 09:55:45 +00: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