mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Fixed Non-ASCII attachment filename will crash when downloading.
Thanks to xet7 ! Fixes #2759
This commit is contained in:
parent
843ff8eaaa
commit
c2da477735
277 changed files with 30568 additions and 52 deletions
9
packages/wekan-cfs-filesystem/tests.js
Normal file
9
packages/wekan-cfs-filesystem/tests.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//TODO
|
||||
|
||||
/*
|
||||
* FileSystem Tests (Server Only)
|
||||
*
|
||||
* Create FS SA and use for all tests (verify the "~" correctly uses the home directory)
|
||||
* Test get, getBytes, put, remove, stats. Verify that the correct things happen
|
||||
* in the correct places on the local filesystem.
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue