aboutsummaryrefslogtreecommitdiffstats
path: root/tests/create_directories.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-19Fix lintsSven-Hendrik Haase1-2/+2
2022-06-26Create directory (#781)Sheepy1-0/+163
* Add ability to make directory Frontend for making directories Fix potential security vulnerability (CWE-23) Add tests Update README.md Disallow using parent directories altogether Fix formatting Fix clippy warnings Address review comments Update README.md Change `making` to `creation` Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> Have make directory flag require file upload flag Address review comments * Disallow uploading files and making directories through symlinks when disabled * Add test * Clippy formatting changes * Add test doc comment