Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-26 | 2 | -0/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-25 | 2 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(assets): Optimize SVGs with scour 0.38.2 | Joas Schilling | 2023-04-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(autoloader): Update autoloaders with composer 2.5.5 | Joas Schilling | 2023-04-21 | 3 | -11/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-20 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-19 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #36617 from nextcloud/update/psr-container | Simon L | 2023-04-18 | 1 | -1/+4 |
|\ | | | | | chore: Update PSR container to 2.0.2 | ||||
| * | fix: Adjust console formatter code to match with Symfony type hints | Ferdinand Thiessen | 2023-04-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Symfony has added type hints on the `OutputFormatterInterface`, so we must adjust our type hints to match with Symfony. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-18 | 8 | -2/+26 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #37724 from nextcloud/fix/encryption-signature-check-logic | Christoph Wurst | 2023-04-17 | 1 | -4/+6 |
|\ | | | | | Cleanup signature checking logic in encryption | ||||
| * | Cleanup signature checking logic in encryption | jld3103 | 2023-04-14 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-17 | 2 | -0/+8 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-16 | 10 | -0/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-04-15 | 126 | -482/+484 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #36351 from ↵ | Joas Schilling | 2023-04-14 | 4 | -93/+42 |
|\ \ | |/ |/| | | | | | nextcloud/bugfix/noid/move-encryption-password-email-to-template Move encrypt-all password email to EmailTemplate | ||||
| * | Fix unit tests | Joas Schilling | 2023-03-08 | 1 | -0/+8 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Move encrypt-all password email to EmailTemplate | Joas Schilling | 2023-03-08 | 3 | -93/+34 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-04-09 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): 🔠 Update translations from Transifex | Nextcloud bot | 2023-04-06 | 4 | -0/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | 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> |