nextcloud/apps/files/src
Ferdinand Thiessen df2baa4c15
fix(files): Correctly validate new node name
* Resolves https://github.com/nextcloud/server/issues/45409

This includes two fixes:

1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming

2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-27 12:33:26 +02:00
..
actions fix(files): Provide file actions from list entry to make it reactive 2024-08-21 01:05:52 +02:00
components fix(files): Correctly validate new node name 2024-08-27 12:33:26 +02:00
composables fix(files): Add missing directory variable to error message 2024-08-21 01:05:56 +02:00
mixins fix(files): Allow to drag and drop new files also on empty directories 2023-12-05 13:04:29 +01:00
models Do not load preview if version tab is not active 2023-06-28 17:00:23 +02:00
newMenu fix(files): trim names on new node creation 2024-08-09 13:11:52 +00:00
router fix(files): Set default view and match also child routes 2024-01-25 17:43:43 +01:00
services fix: Ensure displayname is a string 2024-08-02 10:05:58 +02:00
store fix(files): correctly import WebDAV client in files store 2024-06-17 17:55:43 +02:00
utils fix(files): Correctly validate new node name 2024-08-27 12:33:26 +02:00
views fix(files): Adjust import of ShareType 2024-08-24 17:06:01 +02:00
eventbus.d.ts refactor: Use composable for currentView and views to make it reactive when shared with other Vue apps 2024-07-10 23:50:21 +02:00
FilesApp.vue fix(files): combine navigation and files list into single Vue app 2024-02-01 18:35:56 +01:00
init.ts enh(files): Add modal to set filename before creating new files in the fileslist 2024-02-10 09:28:47 +01:00
logger.js Port Files navigation to vue 2023-01-04 16:45:41 +01:00
main-personal-settings.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
main.ts fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-18 00:06:42 +02:00
reference-files.js Implement file reference wiget 2023-03-02 21:01:44 +01:00
sidebar.js sidebar: allow turning off tags view by default 2024-07-09 19:30:50 +02:00
types.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 10:05:59 +02:00
vue.d.ts fix(files): Add declaration for $navigation 2024-01-25 15:48:11 +00:00