Skip to content

Commit

Permalink
Add changelog items for private link resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Mar 9, 2022
1 parent b62dd92 commit 29d17e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/bugfix-resolve-private-link
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Resolve private links

Private links didn't resolve correctly anymore because the internal file path handling was changed in our api client (owncloud-sdk). We've adjusted it accordingly so that private links now resolve correctly again.

https://github.com/owncloud/web/pull/5654
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-private-link-routing
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Resolve private links into folders instead of parent

Private links always resolved into the parent folder of the linked file and visually highlighted the file or folder from the link. We've changed this behaviour to directly navigate into the folder in case the linked resource is a folder and only keep the previous behaviour for when the linked resource is a file.

https://github.com/owncloud/web/issues/5533
https://github.com/owncloud/web/pull/5654

0 comments on commit 29d17e2

Please sign in to comment.