summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Getting rid of openssl_seal and rc4 in server side encryptionC么me Chilliet2023-03-173-24/+94
* | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-04-042-0/+2
| |/ / |/| |
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-04-028-0/+8
* | | add test for unmarking encrypted file on cross storage moveRobin Appelman2023-04-011-0/+85
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-04-0124-24/+0
* | | Merge pull request #37478 from silopolis/stringfixValdnet2023-03-311-1/+1
|\ \ \
| * | | fix(text): Fix small typo in app descriptionJ茅r茅mie Tarot (@silopolis)2023-03-301-1/+1
* | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-314-0/+4
|/ / /
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-302-4/+4
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-282-0/+2
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-2718-0/+18
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-2478-156/+156
* | | l10n: Delete unnecessary charactersValdnet2023-03-231-8/+3
* | | l10n: Spelling unificationValdnet2023-03-231-1/+1
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-162-2/+2
|/ /
* / Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-152-6/+6
|/
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-042-0/+8
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
* Set functions as private to be able to refactor laterC么me Chilliet2023-02-211-7/+9
* Move to phpseclib implementation of RC4C么me Chilliet2023-02-211-42/+16
* Strong type custom openssl_seal implementationC么me Chilliet2023-02-211-28/+12
* Always wrap rc4, and throws on unknown cipherC么me Chilliet2023-02-211-34/+11