Allow removing shares which are invalid due to missing source fileid#38152
Allow removing shares which are invalid due to missing source fileid#38152jvillafanez merged 3 commits intomasterfrom
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
dfb0378 to
4a3b78a
Compare
|
Code-wise this is ready, but we might need to adjust the "since" tags. I'm assuming this will be for 10.7 |
|
@jvillafanez any progress on that? |
|
Since this PR has API changes, I'm waiting for the official 10.7 alpha. Master is still with 10.6 |
|
Kudos, SonarCloud Quality Gate passed! |
|
This is currently frozen due to API changes. Waiting for OC 10.7 in order to resume the work in this area. There is a 10.6.1 version planned I think. |
da6663a to
d427c22
Compare
Note: there is no 10.6.1 planned. Next version should be 10.7.0 |
|
Kudos, SonarCloud Quality Gate passed! |
|
@jvillafanez looks good in general. |
The problem is that the actual action depends on each provider. The manager just forwards the request to all the providers. In this context, we could expect that each provider has its own way of storing the information, and its own way to delete it. The fact that both providers use the same DB table could be considered as a bad coincidence. I agree we should avoid that duplication, but I think we'd also need to refactor all the related operations and provide a common way for the providers to store the information. For now, as said, it seems the storing part is completely delegated to the providers. |
Description
Related Issue
Related to https://github.com/owncloud/windows_network_drive/pull/310
Motivation and Context
clean up data that won't be accessible
How Has This Been Tested?
Checked along with https://github.com/owncloud/windows_network_drive/pull/310
Screenshots (if appropriate):
Types of changes
Checklist: