nextcloud/apps/files_sharing/src
Ferdinand Thiessen dd30146ce9 fix(files_sharing): Sort by correct share attribute ("share with displayname")
There is no `title` attribute, so this causes an exception.

Instead sort by the "share with" displayname which will be the user or group the node is shared to.

Meaning this will also be the title of the share in the UI.

If this is not available or there are multiple for the same, then sort by the custom label.

If also this is not set sort by the creation time.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

[skip ci]
2024-08-21 07:55:24 +00:00
..
actions fix: Access node owner by top level owner property 2024-08-17 16:31:24 +00:00
components fix: Access node owner by top level owner property 2024-08-17 16:31:24 +00:00
files_headers fix(files_sharing): Add missing "note to recipient" 2024-07-31 15:05:15 +02:00
filters fix(files_sharing): Make account file filter consistent have design 2024-07-30 16:40:14 +02:00
lib chore: Add SPDX header 2024-06-06 22:53:41 +02:00
mixins chore(files_sharing): refactor Share model to ts 2024-07-30 09:50:46 +00:00
models chore(files_sharing): refactor Share model to ts 2024-07-30 09:50:46 +00:00
new fix(files): fix template folder and file request menu order 2024-07-31 18:44:50 +00:00
services feat(files_sharing): show file requests in navigation 2024-07-30 09:50:46 +00:00
style chore: Add SPDX header 2024-06-06 22:53:41 +02:00
utils feat(files_sharing): Add file list filter to filter by owner / sharee 2024-07-25 19:33:28 +02:00
views fix(files_sharing): Sort by correct share attribute ("share with displayname") 2024-08-21 07:55:24 +00:00
additionalScripts.js chore: Add SPDX header 2024-06-06 22:53:41 +02:00
collaborationresourceshandler.js chore: Add SPDX header 2024-06-06 22:53:41 +02:00
files_sharing_tab.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
init.ts fix(files_sharing): Add missing "note to recipient" 2024-07-31 15:05:15 +02:00
main.ts test: Adjust Typescript definitions for OCP and OC 2024-07-09 17:13:30 +02:00
personal-settings.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
public-file-request.ts feat(files_sharing): add public name prompt for files requests 2024-07-18 20:15:39 +02:00
share.js chore: Add SPDX header 2024-06-06 22:53:41 +02:00
sharebreadcrumbview.js chore: Add SPDX header 2024-06-06 22:53:41 +02:00
sharing.d.ts chore(files_sharing): refactor Share model to ts 2024-07-30 09:50:46 +00:00