aboutsummaryrefslogtreecommitdiffstats
path: root/tests/create_directories.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make symlinks into global fixturesSven-Hendrik Haase2025-02-061-15/+4
| | | | | | So far, tests had to create their own symlinks which made them less concise. Also, now that we always have symlinks in all tests, side effects of having them won't go undetected.
* Reorganize imports to be more consistentSven-Hendrik Haase2025-01-101-7/+11
|
* Fix lintsSven-Hendrik Haase2022-12-191-2/+2
|
* Create directory (#781)Sheepy2022-06-261-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