| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files_external): Move definition parameter to the correct placebackport/51019/stable31 | provokateurin | 2025-02-27 | 3 | -4/+8 |
* | feat(S3): add SSE-C support in S3 External Storagebackport/50514/stable31 | Christian Becker | 2025-01-31 | 2 | -3/+6 |
* | fix: detect deleted items as updated for smb storagebackport/50298/stable31 | Robin Appelman | 2025-01-27 | 1 | -1/+1 |
* | fix: smb: don't fail hard if we can't load acls for a filesmb-acl-fail-soft | Robin Appelman | 2024-11-14 | 1 | -1/+6 |
* | Merge pull request #49015 from nextcloud/fix/openapi/array-syntax | John Molakvoæ | 2024-11-06 | 1 | -6/+6 |
|\ |
|
| * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -6/+6 |
* | | fix(files-external): set password as sensitivefix/noid/set-ext-pwd-as-sensitive | Maxence Lange | 2024-10-31 | 1 | -0/+3 |
|/ |
|
* | refactor(Storage): Align all Storage constructorsrefactor/storage/constructors | provokateurin | 2024-10-23 | 7 | -78/+77 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 14 | -112/+65 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 6 | -10/+19 |
* | refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-types | provokateurin | 2024-10-07 | 8 | -175/+116 |
* | fix: use nc's binary finding logic for smbsmb-systembridge | Robin Appelman | 2024-10-04 | 2 | -7/+34 |
* | fix(files_external): Fix all IStorage return types | provokateurin | 2024-09-26 | 7 | -232/+130 |
* | Merge pull request #48359 from nextcloud/artonge/feat/compare_hashed_password... | Louis | 2024-09-26 | 1 | -0/+8 |
|\ |
|
| * | fix: Use hashed password in files_external settingsartonge/feat/compare_hashed_password_when_updating_global_cred_in_files_external | Louis Chemineau | 2024-09-25 | 1 | -0/+8 |
* | | fix(files_external): Catch correct exceptionfix/files_external/forbidden-exception | Marcel Klehr | 2024-09-26 | 1 | -7/+9 |
|/ |
|
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 5 | -9/+9 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -2/+2 |
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 2 | -9/+7 |
* | fix(files_external): Check key exists before accessing itfixKeyExFileExt | Git'Fellow | 2024-09-14 | 1 | -4/+8 |
* | Merge pull request #47526 from nextcloud/jtr/fix-ftp-custom-port-ui | Josh | 2024-09-12 | 1 | -0/+2 |
|\ |
|
| * | fix: custom port handling in UI for FTP External Storage | Josh | 2024-08-27 | 1 | -0/+2 |
* | | Merge pull request #47527 from nextcloud/fix-sftp-custom-port-ui | Josh | 2024-09-12 | 1 | -0/+2 |
|\ \ |
|
| * | | fix: custom port handling in UI for SFTP | Josh Richards | 2024-08-27 | 1 | -0/+2 |
| |/ |
|
* / | fix: Fix unmodified placeholder replacing the actual value when updating | Daniel Calviño Sánchez | 2024-09-04 | 2 | -0/+12 |
|/ |
|
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 9 | -28/+28 |
* | Merge branch 'master' into jr-readdir-false-false | John Molakvoæ | 2024-08-16 | 62 | -1411/+547 |
|\ |
|
| * | feat: add a specialized writeStream implementation for s3 external storage | Robin Appelman | 2024-07-24 | 1 | -0/+21 |
| * | fix: Do not log an error when connecting to SFTP without a logged in user | Daniel Calviño Sánchez | 2024-06-18 | 1 | -5/+7 |
| * | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 62 | -1301/+173 |
| * | fix(files_external): Be extra safe with null handling to please psalm | Côme Chilliet | 2024-04-30 | 1 | -0/+3 |
| * | fix: Fix small psalm errors in FTP and LDAP connections | Côme Chilliet | 2024-04-09 | 1 | -4/+1 |
| * | fix: Remove obsolete resource typing | Côme Chilliet | 2024-04-09 | 1 | -2/+2 |
| * | chore: Improve phpdoc typing to silence psalm errors | Côme Chilliet | 2024-04-02 | 11 | -0/+31 |
| * | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 15 | -15/+15 |
| * | fix: Allow to disable multipart copy on external s3 storage | Julius Härtl | 2024-02-24 | 1 | -0/+3 |
| * | mark MOUNT_TYPE_PERSONAl as deprecated | Maxence Lange | 2024-02-24 | 1 | -0/+2 |
| * | full uppercase const | Maxence Lange | 2024-02-24 | 1 | -4/+4 |
| * | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 9 | -10/+10 |
| * | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 11 | -13/+13 |
| * | fix(files_external): list root when using SMB case-insensitive option | Benjamin Gaussorgues | 2024-02-05 | 1 | -1/+2 |
| * | Correct a typo | Valdnet | 2023-11-28 | 1 | -1/+1 |
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 6 | -24/+20 |
| * | refactor: Rename OpenAPI type aliases to their namespaces | jld3103 | 2023-11-02 | 1 | -2/+2 |
| * | Merge pull request #41053 from nextcloud/bug/smb/in-place-case-rename | Benjamin Gaussorgues | 2023-10-31 | 2 | -0/+24 |
| |\ |
|
| | * | fix(files_external): on case insensitive system, block case change | Benjamin Gaussorgues | 2023-10-23 | 2 | -0/+24 |
| * | | Return correct status if touch failed | Louis Chemineau | 2023-10-23 | 1 | -11/+13 |
| |/ |
|
| * | use multipart copy for s3 | Robin Appelman | 2023-09-20 | 1 | -4/+1 |
| * | sftp psalm fixes | Robin Appelman | 2023-09-18 | 2 | -11/+15 |
| * | psalm suppress | Robin Appelman | 2023-09-04 | 1 | -0/+4 |