aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/Encryption
Commit message (Collapse)AuthorAgeFilesLines
* fix(encryption): Inform user about master key generation on encryption enablingfunc0der2025-03-051-0/+3
| | | | Signed-off-by: func0der <529819+func0der@users.noreply.github.com>
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-202-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Clarify peculiarities of enabling encryptionFerdinand Thiessen2025-01-313-0/+292
- Clarify that enabling server side encryption will not encrypt existing files but only new or changed files. - Clarify that server side encryption can only be disabled using OCC - Ensure there is accessible information of encryption state (`disabled` input will not be announced so make it `aria-disabled` instead) - Make warning more prominent by moving it into a dialog Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>