-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort collaborators column, deduplicate public
Sort the collaborators by share type (user, group, remote, link) and by display name. Deduplicate the public link entry so it only appears once in the column.
- Loading branch information
Vincent Petry
committed
Mar 11, 2020
1 parent
3d4a264
commit 539434f
Showing
3 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Bugfix: Sorted collaborators column, deduplicate public entry | ||
|
||
The collaborators appears a the column in the "shared with others" | ||
section are now sorted: first by share type (user, group, remote, link) and then by | ||
display name using natural sort. | ||
Additionally, if there is more than one public link for the resource, the text "Public" | ||
only appears once in the collaborators column. | ||
|
||
https://github.com/owncloud/phoenix/issues/3137 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters