aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* introduce wrapped_openssl_seal() and wrapped_openssl_open() to circument RC4 ...Kevin Niehage2023-02-211-2/+164
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-212-6/+6
* chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-252-16/+25
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-232-72/+72
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-222-4/+4
* Remove workarounds specific to 7.4C么me Chilliet2023-01-201-4/+3
* Compress SASS outputChristopher Ng2023-01-112-17/+2
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-104-6/+6
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-01-054-6/+6
* Fix psalm issues related to signature changes from PHP 8.0C么me Chilliet2022-12-291-1/+1
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2022-12-21120-298/+118
* Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-0/+8
|\
| * clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+8
* | Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-162-14/+39
|\ \
| * | allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-292-14/+39
* | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/au...Julien Veyssier2022-12-151-2/+2