nextcloud/lib
plumbeo 1258caeab7 Save encrypted files in binary format
Default to the more space-efficient binary encoding for newly encrypted files
instead of the traditional base64 encoding, eliminating the 33% overhead.

The new option 'encryption.use_legacy_encoding' allows to force the legacy
encoding format if needed. Files encoded in the old format remain readable.

Based on https://github.com/owncloud/encryption/pull/224 and
https://github.com/owncloud/core/pull/38249 by karakayasemi.

Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
2022-05-04 17:38:25 +02:00
..
composer Merge pull request #31751 from nextcloud/theming-providers 2022-04-22 12:32:14 +02:00
l10n [tx-robot] updated from transifex 2022-04-24 02:28:28 +00:00
private Save encrypted files in binary format 2022-05-04 17:38:25 +02:00
public Merge pull request #31839 from nextcloud/feat/metadata-server 2022-04-14 13:39:31 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00