Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make symlinks into global fixtures | Sven-Hendrik Haase | 2025-02-06 | 1 | -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 consistent | Sven-Hendrik Haase | 2025-01-10 | 1 | -7/+11 |
| | |||||
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -2/+2 |
| | |||||
* | Create directory (#781) | Sheepy | 2022-06-26 | 1 | -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 |