alist/drivers/189pc
千石 ce41587095
feat(cloud189): Added sanitization for file and folder names (#9366)
- Introduced `sanitizeName` function to remove four-byte characters (e.g., emojis) from names before upload or creation.
- Added `StripEmoji` option in driver configurations for cloud189 and cloud189pc.
- Updated file and folder operations (upload, rename, and creation) to use sanitized names.
- Ensured compatibility with both cloud189 and cloud189pc implementations.
2025-11-11 20:26:51 +08:00
..
driver.go feat(cloud189): Added sanitization for file and folder names (#9366) 2025-11-11 20:26:51 +08:00
help.go fix(189pc): transfer rename (#7958) 2025-02-16 12:21:34 +08:00
meta.go feat(cloud189): Added sanitization for file and folder names (#9366) 2025-11-11 20:26:51 +08:00
types.go fix(189pc): FamilyID range overflow (#6427 close #6426) 2024-05-09 14:23:12 +08:00
utils.go feat(cloud189): Added sanitization for file and folder names (#9366) 2025-11-11 20:26:51 +08:00