aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-112-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-084-4/+6
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-042-0/+4
* Merge pull request #38206 from nextcloud/fix/increase-iterations-for-pbkdf2Simon L2023-05-252-10/+10
|\
| * Adapt encryption test to change in generateHeaderCôme Chilliet2023-05-251-1/+1
| * Increase from 100000 to 600000 iterations for hash_pbkdf2Côme Chilliet2023-05-231-9/+9
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-252-0/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-242-0/+2
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-202-8/+60
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-182-0/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-182-0/+2
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-172-0/+6
* Merge pull request #38080 from nextcloud/enh/add-occ-command-for-legacy-filekeyCôme Chilliet2023-05-157-5/+179
|\
| * Add fclose on opened resourcesCôme Chilliet2023-05-111-0/+7
| * Rename command to drop-legacy-filekey and remove comment about legacy mode.Côme Chilliet2023-05-115-112/+114
| * Copy data back instead of renaming to avoid changing the fileidCôme Chilliet2023-05-111-2/+11
| * Copy and move files to migrate them to the new keyCôme Chilliet2023-05-091-12/+21
| * Log failures to delete legacy file keyCôme Chilliet2023-05-041-1/+6
| * Fix fopen modeCôme Chilliet2023-05-041-3/+8
| * Add an occ command to scan files for legacy file key in use and get rid of thoseCôme Chilliet2023-05-046-109/+246
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-122-0/+10
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-262-0/+10
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-252-0/+8
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-241-1/+1
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-202-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-192-0/+2
* Merge pull request #36617 from nextcloud/update/psr-containerSimon L2023-04-181-1/+4
|\
| * fix: Adjust console formatter code to match with Symfony type hintsFerdinand Thiessen2023-04-171-1/+4
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-188-2/+26
|/
* Merge pull request #37724 from nextcloud/fix/encryption-signature-check-logicChristoph Wurst2023-04-171-4/+6
|\
| * Cleanup signature checking logic in encryptionjld31032023-04-141-4/+6
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-172-0/+8
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1610-0/+36
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-15126-482/+484
* | Merge pull request #36351 from nextcloud/bugfix/noid/move-encryption-password...Joas Schilling2023-04-144-93/+42
|\ \ | |/ |/|
| * Fix unit testsJoas Schilling2023-03-081-0/+8
| * Move encrypt-all password email to EmailTemplateJoas Schilling2023-03-083-93/+34
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-092-0/+2
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-064-0/+4
* | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-051-1/+1
|\ \
| * | Remove unused method getLocalFolderCôme Chilliet2023-04-031-1/+1
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-052-0/+2
* | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4Côme Chilliet2023-04-048-108/+211
|\ \ \
| * | | Add a test for multiKeyEncrypt/Decrypt methodsCôme Chilliet2023-03-202-4/+18
| * | | Fix encryption file key managementCôme Chilliet2023-03-172-2/+2
| * | | Adapt encryption recovery tests to new systemCôme Chilliet2023-03-171-5/+9
| * | | Adapt encryption tests to the new systemCôme Chilliet2023-03-171-19/+40
| * | | Adapt code to new encryption systemCôme Chilliet2023-03-175-62/+56