Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(files_external): wrong type for external mount idfix/files_external_scan | Benjamin Gaussorgues | 2024-12-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Merge pull request #49288 from nextcloud/smb-acl-fail-soft | Robin Appelman | 2024-12-04 | 1 | -1/+6 |
|\ | | | | | fix: smb: don't fail hard if we can't load acls for a file | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | feat(files_external): Enable ownerless shares | provokateurin | 2024-12-04 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge branch 'master' into fix/external-storage-service-cast-id | Alexander Piskun | 2024-12-03 | 9 | -21/+24 |
|\ \ | |||||
| * | | feat: Use inline password confirmation in external storage settings | Louis Chemineau | 2024-11-28 | 5 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | fix(external_storage): Cast id to intfix/external-storage-controller-cast-id | Marcel Klehr | 2024-11-25 | 1 | -2/+2 |
| |/ | | | | | | | | | | | follow up to #49218 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
| * | fix(files_external): cast storage id intfix/external-storage-int | skjnldsv | 2024-11-12 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | Merge pull request #49015 from nextcloud/fix/openapi/array-syntax | John Molakvoæ | 2024-11-06 | 3 | -9/+9 |
| |\ | |||||
| | * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 3 | -9/+9 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | fix(files-external): set password as sensitivefix/noid/set-ext-pwd-as-sensitive | Maxence Lange | 2024-10-31 | 1 | -0/+3 |
| |/ | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* / | fix(external_storage): Cast id to int | Oleksander Piskun | 2024-12-02 | 1 | -2/+2 |
|/ | |||||
* | fix: add PasswordConfirmationRequired to saveGlobalCredentialsfix/add-password-confirmation-to-save-global-creds | yemkareems | 2024-10-30 | 1 | -0/+2 |
| | | | | | Co-authored-by: yemkareems <yemkareems@gmail.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48788 from ↵ | John Molakvoæ | 2024-10-29 | 3 | -0/+7 |
|\ | | | | | | | nextcloud/fix/788/add-password-required-to-external-storages | ||||
| * | fix: cs fix namespacefix/788/add-password-required-to-external-storages | yemkareems | 2024-10-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | fix: add PasswordConfirmationRequired to the eternal storages mentioned in ↵ | yemkareems | 2024-10-18 | 3 | -0/+7 |
| | | | | | | | | | | | | review Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | refactor(Storage): Align all Storage constructorsrefactor/storage/constructors | provokateurin | 2024-10-23 | 7 | -78/+77 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotion | provokateurin | 2024-10-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 33 | -315/+142 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -32/+17 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | fix: psalm fix: error fix: add batch fix: fatal error fix: add batch chore: add batch chore: add batch fix: psalm fix: typo fix: psalm fix: return bool fix: revert Manager | ||||
* | fix: add PasswordConfirmationRequired to update and delete method | yemkareems | 2024-10-16 | 1 | -0/+2 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | fix: add PasswordConfirmationRequired to create user storages endpoint | yemkareems | 2024-10-16 | 1 | -0/+2 |
| | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 17 | -37/+61 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 8 | -175/+116 |
|\ | |||||
| * | refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-types | provokateurin | 2024-10-07 | 8 | -175/+116 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+1 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Ensure we only pass string to writeln() | Joas Schilling | 2024-10-07 | 2 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | ci: Fix psalm by typing the QuestionHelper | Joas Schilling | 2024-10-07 | 1 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: use nc's binary finding logic for smbsmb-systembridge | Robin Appelman | 2024-10-04 | 2 | -7/+34 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(filesexternal): Remove unneeded 3rdparty library usebugfix/noid/remove-3rdparty-use | Joas Schilling | 2024-10-02 | 5 | -13/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Fix test of IConstructableStorage implentation by storage classesfix/fix-storage-interface-check | Côme Chilliet | 2024-09-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files_external): Fix all IStorage return types | provokateurin | 2024-09-26 | 7 | -232/+130 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48359 from ↵ | Louis | 2024-09-26 | 1 | -0/+8 |
|\ | | | | | | | | | nextcloud/artonge/feat/compare_hashed_password_when_updating_global_cred_in_files_external fix: Use placeholder for external storage password | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | fix(files_external): Catch correct exceptionfix/files_external/forbidden-exception | Marcel Klehr | 2024-09-26 | 1 | -7/+9 |
|/ | | | | | | SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception. Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Merge pull request #48111 from ↵ | Côme Chilliet | 2024-09-23 | 1 | -0/+5 |
|\ | | | | | | | | | nextcloud/fix/move-storage-constructor-to-specific-interface fix: Move storage constructor to specific interface | ||||
| * | fix: Move storage constructor to specific interface | Côme Chilliet | 2024-09-23 | 1 | -0/+5 |
| | | | | | | | | | | | | That allows Wrappers to use DI and not care about the constructor Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 9 | -15/+15 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 18 | -25/+25 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 3 | -21/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(files_external): Check key exists before accessing itfixKeyExFileExt | Git'Fellow | 2024-09-14 | 1 | -4/+8 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | fix(files_external): broken credentials dialog | John Molakvoæ (skjnldsv) | 2024-09-13 | 1 | -28/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #47526 from nextcloud/jtr/fix-ftp-custom-port-ui | Josh | 2024-09-12 | 1 | -0/+2 |
|\ | | | | | fix(files_external): Handling in FTP UI for custom ports | ||||
| * | fix: custom port handling in UI for FTP External Storage | Josh | 2024-08-27 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | Merge pull request #47527 from nextcloud/fix-sftp-custom-port-ui | Josh | 2024-09-12 | 1 | -0/+2 |
|\ \ | | | | | | | fix(files_external): Handling in SFTP UI for custom ports | ||||
| * | | fix: custom port handling in UI for SFTP | Josh Richards | 2024-08-27 | 1 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* / | fix: Fix unmodified placeholder replacing the actual value when updating | Daniel Calviño Sánchez | 2024-09-04 | 2 | -0/+12 |
|/ | | | | | | | | | | | | | | When updating global storages and user storages a property is not updated by "StoragesService::updateStorage()" if the value matches the unmodified placeholder. However, userglobal storages are not updated through the "StoragesService"; as only the authentication mechanism is updated it is directly done with "saveBackendOptions()" in "IUserProvided" or "UserGlobalAuth". Due to this the unmodified placeholder value needs to be explicitly checked in those cases and replaced by the actual value (note that in this case it is not possible to just skip updating a specific property). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 16 | -43/+43 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge branch 'master' into jr-readdir-false-false | John Molakvoæ | 2024-08-16 | 115 | -2953/+1319 |
|\ | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> |