nextcloud/apps/files/src
Ferdinand Thiessen 1894e49e08
fix(files): use displayname rather than basename to use progress
- resolves https://github.com/nextcloud/end_to_end_encryption/issues/1733

The internal basename is often not known by users, e.g. groupfolders or
in this case e2ee can define displaynames other than the shown name.
Same for e.g. mount points of shares.

So we need to show the displayname instead.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-05-20 18:38:32 +02:00
..
actions fix(files): use displayname rather than basename to use progress 2026-05-20 18:38:32 +02:00
components fix: Fix rendering custom columns in file lists 2026-05-19 11:18:46 +00:00
composables chore: fix ESLint issues reported because of config update 2026-04-20 22:13:24 +02:00
filters refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
mixins refactor(files): adjust for files library interfaces 2026-02-06 11:46:46 +01:00
models refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
newMenu fix(files): only show template picker menu entries if possible 2026-05-19 06:33:14 +00:00
plugins/search refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
router fix(files,files_sharing): swallow redirected navigation errors 2026-04-23 13:47:06 +02:00
services fix(files): escape html entities in dav search requests 2026-04-30 11:09:18 +08:00
store chore: fix ESLint issues reported because of config update 2026-04-20 22:13:24 +02:00
utils chore: fix ESLint issues reported because of config update 2026-04-20 22:13:24 +02:00
views refactor(files): use consistent logger import 2026-04-07 14:41:03 +02:00
eventbus.d.ts perf(files): only emit initialization once 2026-02-12 03:31:27 +01:00
FilesApp.vue refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
global.d.ts refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
init.ts fix(files): add legacy wrapper for upload library 2026-02-10 14:50:41 +01:00
main-settings-admin.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
main-settings-personal.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
main.ts fix(files): use correct types for the Settings 2025-11-14 13:09:05 +01:00
reference-files.ts chore: adjust code to new codestyle 2025-10-02 13:19:42 +02:00
shims.d.ts feat(files): render filters in top bar 2026-01-22 16:31:48 +01:00
sidebar.ts refactor!(files): migrate sidebar API to use Node API 2026-01-05 02:23:15 +01:00
types.ts refactor(recent-files): remove user config from frontend files 2026-03-24 15:38:53 -03:00