nextcloud/apps/files
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
..
ajax Remove unused legacy ajax/list.php in files app 2023-01-09 15:18:37 +01:00
appinfo fix: Remove routes with missing controller methods 2023-11-02 11:37:15 +01:00
composer fix(files): Do not require files_trashbin in live photo sync listener 2024-04-03 19:04:42 +02:00
css chore(jest): update snapshot after component update 2023-11-08 08:39:14 +01:00
img feat(f2v): migrate Files 2023-08-17 18:56:37 +02:00
js fix(files): do not show legacy edit locally action on public pages 2024-07-31 18:49:30 +00:00
l10n Fix(l10n): Update translations from Transifex 2024-08-27 00:21:13 +00:00
lib fix(files): When redirecting to a file (internal link) then it should open by default 2024-08-05 16:42:14 +02:00
src fix(files): Correctly validate new node name 2024-08-27 12:33:26 +02:00
templates fix(files): combine navigation and files list into single Vue app 2024-02-01 18:35:56 +01:00
tests fix: Ignore preview requests for invalid file ids 2024-07-25 17:40:12 +00:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
list.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
openapi.json chore(deps): Update openapi-extractor 2024-01-19 09:12:26 +01:00
simplelist.php Remove isIE and associated legacy scripts 2021-11-30 13:03:08 +01:00