[#7312] added extra id validations

This commit is contained in:
Gani Georgiev
2025-11-09 14:33:01 +02:00
parent 63a9d045a1
commit 6184b31d82
33 changed files with 155 additions and 59 deletions

View File

@@ -1,6 +1,8 @@
## v0.32.1 (WIP)
- Fixed error in the UI when the `id` has leading or trailing spaces ([#7312](https://github.com/pocketbase/pocketbase/issues/7312)).
- Added extra `id` characters validation in addition to the user specified regex pattern ([#7312](https://github.com/pocketbase/pocketbase/issues/7312)).
_The following special characters are always forbidden: `./\|"'``<>:?*%$\n\r\t\0 `. Common reserved Windows file names such as `aux`, `prn`, `con`, `nul`, `com1-9`, `lpt1-9` are also not allowed._
_The list is not exhaustive but it should help minimizing eventual filesystem compatability issues in case of wildcards or other loose regex patterns._
## v0.32.0