REGEX_FOLDER_NAME updated (closes #39)

This commit is contained in:
Ryan
2025-05-26 18:14:08 -04:00
committed by GitHub
parent 16ccb66d55
commit aee78c9750
3 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## Changes 5/26/2025
- Updated `REGEX_FOLDER_NAME` in `config.php` to forbids < > : " | ? * characters in folder names.
- Ensures the whole name cant end in a space or period.
- Blocks Windows device names.
- Updated `FolderController.php` when `createFolder` issues invalid folder name to return `http_response_code(400);`
---
## Changes 5/23/2025 v1.3.8
- **Folder-strip context menu**