Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Feb 5, 2025

Summary

If openfile is set on a folder or file that cannot be opened (there is no app for it) we should not download it.
Instead we should show the sidebar (opendetails) and let the user decide to download it.

Checklist

@susnux susnux added this to the Nextcloud 32 milestone Feb 5, 2025
@susnux susnux requested review from a team and marcoambrosini February 5, 2025 17:34
@susnux susnux requested a review from skjnldsv as a code owner February 5, 2025 17:34
@susnux susnux requested review from artonge and sorbaugh and removed request for a team February 5, 2025 17:34
@susnux
Copy link
Contributor Author

susnux commented Feb 5, 2025

/backport to stable31

@susnux
Copy link
Contributor Author

susnux commented Feb 5, 2025

/backport to stable30

Copy link
Member

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice 👍

@susnux susnux force-pushed the fix/files-show-details-when-no-action branch 2 times, most recently from ec4a79f to 6b0f942 Compare February 5, 2025 23:21
Instead of downloading files, if there is no other default action,
we should just open the details tab.

Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux force-pushed the fix/files-show-details-when-no-action branch from 0e96fb6 to fcdfb9e Compare February 6, 2025 01:17
@susnux susnux merged commit c79ad18 into master Feb 6, 2025
120 checks passed
@susnux susnux deleted the fix/files-show-details-when-no-action branch February 6, 2025 01:28
@backportbot
Copy link

backportbot bot commented Feb 6, 2025

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30

# Create the new backport branch
git checkout -b backport/50669/stable30

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick dbc5c10b fcdfb9ef

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/50669/stable30

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@susnux
Copy link
Contributor Author

susnux commented Feb 6, 2025

/backport to stable30

@susnux
Copy link
Contributor Author

susnux commented Feb 13, 2025

/backport to stable29

@backportbot
Copy link

backportbot bot commented Feb 13, 2025

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29

# Create the new backport branch
git checkout -b backport/50669/stable29

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick dbc5c10b fcdfb9ef

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/50669/stable29

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

susnux added a commit that referenced this pull request Feb 28, 2025
…nt route

Missing piece from #50669 as we
also need to adjust the files sharing router otherwiese we can get those
exceptions.

Signed-off-by: Ferdinand Thiessen <[email protected]>
susnux added a commit that referenced this pull request Mar 4, 2025
…nt route

Missing piece from #50669 as we
also need to adjust the files sharing router otherwiese we can get those
exceptions.

Signed-off-by: Ferdinand Thiessen <[email protected]>
backportbot bot pushed a commit that referenced this pull request Mar 4, 2025
…nt route

Missing piece from #50669 as we
also need to adjust the files sharing router otherwiese we can get those
exceptions.

Signed-off-by: Ferdinand Thiessen <[email protected]>
susnux added a commit that referenced this pull request Mar 4, 2025
…nt route

Missing piece from #50669 as we
also need to adjust the files sharing router otherwiese we can get those
exceptions.

Signed-off-by: Ferdinand Thiessen <[email protected]>
susnux added a commit that referenced this pull request Mar 4, 2025
…nt route

Missing piece from #50669 as we
also need to adjust the files sharing router otherwiese we can get those
exceptions.

Signed-off-by: Ferdinand Thiessen <[email protected]>
SebastianKrupinski pushed a commit that referenced this pull request May 8, 2025
…nt route

Missing piece from #50669 as we
also need to adjust the files sharing router otherwiese we can get those
exceptions.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@nextcloud-bot nextcloud-bot mentioned this pull request Aug 19, 2025
@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stop immediate download of files when opening them from talk or deck ("in Dateien anzeigen")

4 participants