summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-152-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-042-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set functions as private to be able to refactor laterCôme Chilliet2023-02-211-7/+9
| | | | | | Also a few comment fixes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move to phpseclib implementation of RC4Côme Chilliet2023-02-211-42/+16
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Strong type custom openssl_seal implementationCôme Chilliet2023-02-211-28/+12
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Always wrap rc4, and throws on unknown cipherCôme Chilliet2023-02-211-34/+11
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* introduce wrapped_openssl_seal() and wrapped_openssl_open() to circument RC4 ↵Kevin Niehage2023-02-211-2/+164
| | | | | | problems with OpenSSL v3 Signed-off-by: Kevin Niehage <k.niehage@syseleven.de>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-212-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-252-16/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-232-72/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-222-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-4/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Compress SASS outputChristopher Ng2023-01-112-17/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-104-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-054-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-21120-298/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-0/+8
|\ | | | | fix reading newly written encrypted files before their cache entry is written
| * clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-162-14/+39
|\ \ | | | | | | allow running encryption:fix-encrypted-version for all users
| * | allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-292-14/+39
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-151-2/+2
| | | | | | | | | | | | | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Replace getSystemValue in encryption appJ0WI2022-12-053-9/+9
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-042-48/+48
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-12-012-4/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35107 from nextcloud/encryption-key-migrateRobin Appelman2022-11-294-0/+189
|\ \ | |/ |/| add migration for encryption keys in wrong location
| * add migration for encryption keys in wrong locationRobin Appelman2022-11-284-0/+189
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-11-292-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35337 from nextcloud/fix-encrypted-version-fopen-errorRobin Appelman2022-11-251-0/+5
|\ | | | | skip files that cant be opened for FixEncryptedVersion
| * skip files that cant be opened for FixEncryptedVersionRobin Appelman2022-11-221-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update composer autoloaderCarl Schwan2022-11-222-4/+17
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-11-082-6/+66
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-272-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-242-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-234-4/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rebuild autoloaderJoas Schilling2022-09-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-082-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33895 from nextcloud/fix/fix-apps-typosCarl Schwan2022-09-061-1/+1
|\ | | | | Fix typos in apps/ subdirectory
| * Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-062-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-08-272-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-241-3/+3
|\ | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-08-232-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encryptedCôme Chilliet2022-08-222-26/+43
|\ \ | |/ |/| Fix encryption:fix-encrypted-version command when encrypted is set to 0
| * Adapt test to fixed command output.Côme Chilliet2022-08-041-3/+14
| | | | | | | | | | | | | | No user and non-existing user are now correctly treated as two separated cases Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix encryption:fix-encrypted-version command when encrypted is set to 0Côme Chilliet2022-08-021-0/+16
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>