Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #36836 from nextcloud/fix/view-type-cleanup | Côme Chilliet | 2023-04-05 | 1 | -1/+1 | |
|\ \ | | | | | | | Tidy up typing in OC\Files\View | |||||
| * | | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-04-05 | 2 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #37243 from nextcloud/enh/openssl-get-rid-of-rc4 | Côme Chilliet | 2023-04-04 | 8 | -108/+211 | |
|\ \ \ | | | | | | | | | Getting rid of openssl_seal and rc4 in server side encryption | |||||
| * | | | Add a test for multiKeyEncrypt/Decrypt methods | Côme Chilliet | 2023-03-20 | 2 | -4/+18 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Fix encryption file key management | Côme Chilliet | 2023-03-17 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Adapt encryption recovery tests to new system | Côme Chilliet | 2023-03-17 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Adapt encryption tests to the new system | Côme Chilliet | 2023-03-17 | 1 | -19/+40 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Adapt code to new encryption system | Côme Chilliet | 2023-03-17 | 5 | -62/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileKey gets deleted upon save as it’s stored in shareKeys instead now. We use presence of a fileKey to detect if a file is using the legacy system or the new one, because we do not always have access to header data. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | | Getting rid of openssl_seal and rc4 in server side encryption | Côme Chilliet | 2023-03-17 | 3 | -24/+94 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-04-04 | 2 | -0/+2 | |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-04-02 | 8 | -0/+8 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | add test for unmarking encrypted file on cross storage move | Robin Appelman | 2023-04-01 | 1 | -0/+85 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-04-01 | 24 | -24/+0 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #37478 from silopolis/stringfix | Valdnet | 2023-03-31 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | String fix | |||||
| * | | | fix(text): Fix small typo in app description | Jérémie Tarot (@silopolis) | 2023-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com> | |||||
* | | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-31 | 4 | -0/+4 | |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-30 | 2 | -4/+4 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-28 | 2 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-27 | 18 | -0/+18 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-24 | 78 | -156/+156 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | l10n: Delete unnecessary characters | Valdnet | 2023-03-23 | 1 | -8/+3 | |
| | | | | | | | | | | | | | | | Removal of unnecessary characters that appear in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | | | l10n: Spelling unification | Valdnet | 2023-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Change the abbreviation to full words. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-16 | 2 | -2/+2 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* / | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-15 | 2 | -6/+6 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-03-04 | 2 | -0/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-03-03 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Set functions as private to be able to refactor later | Côme Chilliet | 2023-02-21 | 1 | -7/+9 | |
| | | | | | | Also a few comment fixes Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Move to phpseclib implementation of RC4 | Côme Chilliet | 2023-02-21 | 1 | -42/+16 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Strong type custom openssl_seal implementation | Côme Chilliet | 2023-02-21 | 1 | -28/+12 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Always wrap rc4, and throws on unknown cipher | Côme Chilliet | 2023-02-21 | 1 | -34/+11 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | introduce wrapped_openssl_seal() and wrapped_openssl_open() to circument RC4 ↵ | Kevin Niehage | 2023-02-21 | 1 | -2/+164 | |
| | | | | | | problems with OpenSSL v3 Signed-off-by: Kevin Niehage <k.niehage@syseleven.de> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-02-21 | 2 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(autoloaders): Update autoloader files for Composer 2.5.1 | Christoph Wurst | 2023-01-25 | 2 | -16/+25 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-01-23 | 2 | -72/+72 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-01-22 | 2 | -4/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Remove workarounds specific to 7.4 | Côme Chilliet | 2023-01-20 | 1 | -4/+3 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Compress SASS output | Christopher Ng | 2023-01-11 | 2 | -17/+2 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-01-10 | 4 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-01-05 | 4 | -6/+6 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix psalm issues related to signature changes from PHP 8.0 | Côme Chilliet | 2022-12-29 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2022-12-21 | 120 | -298/+118 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #34724 from nextcloud/encryption-read-before-cache | Vincent Petry | 2022-12-20 | 1 | -0/+8 | |
|\ | | | | | fix reading newly written encrypted files before their cache entry is written | |||||
| * | clear is-encrypted cache when trying to fix encrypted version | Robin Appelman | 2022-12-01 | 1 | -0/+8 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Merge pull request #35108 from nextcloud/encryption-fix-versions-all | Vincent Petry | 2022-12-16 | 2 | -14/+39 | |
|\ \ | | | | | | | allow running encryption:fix-encrypted-version for all users | |||||
| * | | allow running encryption:fix-encrypted-version for all users | Robin Appelman | 2022-11-29 | 2 | -14/+39 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵ | Julien Veyssier | 2022-12-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | |||||
* | | | Replace getSystemValue in encryption app | J0WI | 2022-12-05 | 3 | -9/+9 | |
| | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-04 | 2 | -48/+48 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-01 | 2 | -4/+4 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |