nextcloud/apps/files/src
Ferdinand Thiessen be82a4e502 fix(files_sharing): ensure share status action works also in grid view
Remove some hacks from files app about the *files_sharing* status
action, in general not sure why this hack was there instead of being in
the correct app - but it broke the grid view.

So now the sharing information is also available in grid view.

Moreover the icon is fixed in size to not overflow the actions menu.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-03-19 22:51:32 +01:00
..
actions fix(files_trashbin): disable bulk download for trashbin 2025-03-03 17:36:18 +01:00
components fix(files_sharing): ensure share status action works also in grid view 2025-03-19 22:51:32 +01:00
composables fix(files): also show file list headers on empty views 2025-03-17 19:41:41 +01:00
filters fix(files): Properly reset all file list filters on view change 2025-02-18 12:34:11 +01:00
mixins fix(files): sort not working after changing views 2025-01-26 14:09:13 +01:00
models chore: Add SPDX header 2024-05-29 08:58:16 +02:00
newMenu fix: Access node owner by top level owner property 2024-08-17 16:31:24 +00:00
plugins/search fix: Use searchFrom property for client side plugins 2025-01-31 12:01:28 +00:00
router fix(files): Do not download files with openfile query flag 2025-02-13 16:00:03 +01:00
services fix(files): Only register preview service worker once when the instance is hosted at the root path 2024-12-18 16:28:01 +00:00
store fix(files): Properly reset all file list filters on view change 2025-02-18 12:34:11 +01:00
utils refactor(files): migrate to @nextcloud/sharing 2024-10-25 15:12:39 +02:00
views fix(files): also show file list headers on empty views 2025-03-17 19:41:41 +01:00
eventbus.d.ts fix(files): dav Node type declaration 2024-12-12 13:12:47 +01:00
FilesApp.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
init.ts fix(Federation): Show some icon for federated users on shares 2024-10-30 15:16:00 +01:00
logger.ts refactor(files): Migrate logger util to Typescript 2024-08-01 03:20:56 +02:00
main-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
main.ts fix(files): sort not working after changing views 2025-01-26 14:09:13 +01:00
reference-files.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
sidebar.js chore: Add SPDX header 2024-05-29 08:58:16 +02:00
types.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 07:13:39 +00:00