Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-04-16 | Add EC key support (closes #1080) | Sven-Hendrik Haase | 7 | -104/+157 | |
2023-02-25 | Added tests and small fixes | Silux | 1 | -3/+19 | |
...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs! | |||||
2022-12-30 | Make clippy happy | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-12-30 | Run cargo fmt | Sven-Hendrik Haase | 3 | -7/+5 | |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 9 | -46/+44 | |
2022-09-19 | Add support for README.txt and README files | Gaurav-Lab-PC | 1 | -10/+12 | |
2022-09-19 | Fix `fake-tty` API breaking change | cyqsimon | 1 | -1/+1 | |
It's difficult to create a more trivial commit. Possible, but difficult. | |||||
2022-09-19 | Return 403 instead of 500 for upload errs | Jonas Diemer | 1 | -1/+1 | |
2022-09-19 | Switched to using Path in test to handle windows platform. | Jonas Diemer | 1 | -12/+12 | |
2022-09-18 | Fixing (hopefully) issue with path on Windows | Jonas Diemer | 1 | -7/+5 | |
2022-09-18 | Fixed formatting | Jonas Diemer | 1 | -3/+4 | |
2022-09-18 | trying to handle paths in a way that works for windows | Jonas Diemer | 1 | -8/+12 | |
2022-09-18 | Test dir with starting - | Jonas Diemer | 1 | -1/+1 | |
2022-09-18 | sanitize allowed upload paths for cases like ./dir | Jonas Diemer | 1 | -0/+1 | |
2022-09-18 | Use argument -u instead of --allowed-upload-dir | Jonas Diemer | 1 | -5/+5 | |
2022-09-18 | check status code when restricted; fix formatting | Jonas Diemer | 1 | -14/+12 | |
2022-09-18 | test case with two allowed dirs | Jonas Diemer | 1 | -35/+39 | |
2022-09-18 | Moved use to global | Jonas Diemer | 1 | -2/+1 | |
2022-09-18 | renaming of option for clarity in test | Jonas Diemer | 1 | -5/+5 | |
2022-09-18 | Renamed option for more clarity | Jonas Diemer | 1 | -4/+4 | |
2022-09-18 | Avoid error message during testing of restricted | Jonas Diemer | 1 | -2/+2 | |
2022-09-18 | added test cases for sub directory | Jonas Diemer | 1 | -5/+10 | |
2022-09-18 | Added positive test for --restrict-upload-dir | Jonas Diemer | 1 | -0/+45 | |
2022-09-18 | Removed redundant test code, fixed comments | Jonas Diemer | 1 | -11/+5 | |
2022-09-18 | Test that uploads fail if outside restricted dir | Jonas Diemer | 1 | -0/+38 | |
2022-09-15 | Add tooltip on QR code | cyqsimon | 1 | -1/+8 | |
2022-09-15 | Fix test name | cyqsimon | 1 | -1/+1 | |
2022-09-15 | Restores webpage QR tests | cyqsimon | 1 | -1/+21 | |
2022-09-15 | Check for directories in default request test | Sven-Hendrik Haase | 1 | -0/+3 | |
2022-09-15 | Reformat readme tests and add some comments | Sven-Hendrik Haase | 1 | -4/+11 | |
2022-09-14 | Fix typos | Kian-Meng Ang | 1 | -2/+2 | |
Found via `codespell -L crate`. | |||||
2022-09-13 | Add README test in root | Gaurav | 1 | -32/+69 | |
Root and Directories' readme test is in different functions to make it easier to catch bugs. | |||||
2022-09-02 | Test for different README.md in all directories. | Gaurav | 2 | -46/+41 | |
2022-09-01 | Remove outdated test | cyqsimon | 1 | -21/+1 | |
2022-08-27 | Add test for README.md file for `--readme` | Gaurav | 1 | -6/+23 | |
2022-08-26 | Make cases for `--readme` test functions | Gaurav | 1 | -48/+27 | |
* remove extra functions for directory check * add directory listing check for with and without readme | |||||
2022-08-26 | Appease `cargo fmt` | Gaurav | 1 | -3/+4 | |
2022-08-26 | Use `TestServer` in `--readme` tests | Gaurav | 2 | -43/+8 | |
2022-08-26 | Modify `--readme` tests for directories | Gaurav | 1 | -4/+4 | |
2022-08-26 | Add tests for `--readme` | Gaurav | 1 | -0/+124 | |
2022-08-22 | Fix QR code test | cyqsimon | 1 | -3/+3 | |
2022-08-22 | Fix QR test screwing up terminal | cyqsimon | 1 | -1/+3 | |
2022-08-22 | Disable broken tests for Windows | cyqsimon | 1 | -0/+5 | |
2022-08-22 | Fix tests | cyqsimon | 1 | -17/+68 | |
2022-07-28 | Apply suggestions from code review | zhoupeiheng | 2 | -30/+23 | |
2022-07-28 | test: check_static_file_route_pattern | zhoupeiheng | 1 | -0/+28 | |
2022-07-20 | Fix test | cyqsimon | 1 | -1/+1 | |
2022-07-18 | Bump deps | Sven-Hendrik Haase | 1 | -3/+3 | |
2022-06-26 | Create directory (#781) | Sheepy | 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 | |||||
2022-05-23 | Get rid of dead code warning for common test utility function | Sven-Hendrik Haase | 1 | -0/+2 | |