Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `fake-tty` API breaking change | cyqsimon | 2022-09-19 | 1 | -1/+1 |
| | | | | It's difficult to create a more trivial commit. Possible, but difficult. | ||||
* | Merge branch 'master' into qrcode | cyqsimon | 2022-09-15 | 2 | -2/+130 |
|\ | |||||
| * | Merge pull request #902 from kianmeng/fix-typos | Sven-Hendrik Haase | 2022-09-15 | 1 | -2/+2 |
| |\ | | | | | | | Fix typos | ||||
| | * | Fix typos | Kian-Meng Ang | 2022-09-14 | 1 | -2/+2 |
| | | | | | | | | | | | | Found via `codespell -L crate`. | ||||
| * | | Check for directories in default request test | Sven-Hendrik Haase | 2022-09-15 | 1 | -0/+3 |
| | | | |||||
| * | | Reformat readme tests and add some comments | Sven-Hendrik Haase | 2022-09-15 | 1 | -4/+11 |
| | | | |||||
| * | | Add README test in root | Gaurav | 2022-09-13 | 1 | -32/+69 |
| | | | | | | | | | | | | | | | Root and Directories' readme test is in different functions to make it easier to catch bugs. | ||||
| * | | Test for different README.md in all directories. | Gaurav | 2022-09-02 | 2 | -46/+41 |
| | | | |||||
| * | | Add test for README.md file for `--readme` | Gaurav | 2022-08-27 | 1 | -6/+23 |
| | | | |||||
| * | | Make cases for `--readme` test functions | Gaurav | 2022-08-26 | 1 | -48/+27 |
| | | | | | | | | | | | | | | | * remove extra functions for directory check * add directory listing check for with and without readme | ||||
| * | | Appease `cargo fmt` | Gaurav | 2022-08-26 | 1 | -3/+4 |
| | | | |||||
| * | | Use `TestServer` in `--readme` tests | Gaurav | 2022-08-26 | 2 | -43/+8 |
| | | | |||||
| * | | Modify `--readme` tests for directories | Gaurav | 2022-08-26 | 1 | -4/+4 |
| | | | |||||
| * | | Add tests for `--readme` | Gaurav | 2022-08-26 | 1 | -0/+124 |
| |/ | |||||
* | | Add tooltip on QR code | cyqsimon | 2022-09-15 | 1 | -1/+8 |
| | | |||||
* | | Fix test name | cyqsimon | 2022-09-15 | 1 | -1/+1 |
| | | |||||
* | | Restores webpage QR tests | cyqsimon | 2022-09-15 | 1 | -1/+21 |
| | | |||||
* | | Remove outdated test | cyqsimon | 2022-09-01 | 1 | -21/+1 |
| | | |||||
* | | Fix QR code test | cyqsimon | 2022-08-22 | 1 | -3/+3 |
| | | |||||
* | | Fix QR test screwing up terminal | cyqsimon | 2022-08-22 | 1 | -1/+3 |
| | | |||||
* | | Disable broken tests for Windows | cyqsimon | 2022-08-22 | 1 | -0/+5 |
| | | |||||
* | | Fix tests | cyqsimon | 2022-08-22 | 1 | -17/+68 |
|/ | |||||
* | Apply suggestions from code review | zhoupeiheng | 2022-07-28 | 2 | -30/+23 |
| | |||||
* | test: check_static_file_route_pattern | zhoupeiheng | 2022-07-28 | 1 | -0/+28 |
| | |||||
* | Fix test | cyqsimon | 2022-07-20 | 1 | -1/+1 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-07-18 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | Get rid of dead code warning for common test utility function | Sven-Hendrik Haase | 2022-05-23 | 1 | -0/+2 |
| | |||||
* | Fix security issue with --no-symlinks | Sven-Hendrik Haase | 2022-05-18 | 1 | -21/+27 |
| | | | | | Even with --no-symlinks specified, if a direct path to a symlink had been entered, it would be resolved. This fixes that behavior and improves tests to ensure this behavior. | ||||
* | Add test cases for the media-type parameters | Johannes May | 2022-03-13 | 1 | -0/+20 |
| | |||||
* | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 2022-02-06 | 2 | -4/+5 |
| | |||||
* | Merge 'jikstra/feat_route_prefix' #682 | Ali MJ Al-Nasrawy | 2022-02-06 | 1 | -0/+15 |
|\ | |||||
| * | Implement --route-prefix to set specific route prefix | jikstra | 2021-12-29 | 1 | -0/+15 |
| | | |||||
* | | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 2022-02-05 | 4 | -7/+61 |
| | | |||||
* | | Bump deps | Sven-Hendrik Haase | 2022-01-04 | 1 | -1/+1 |
|/ | |||||
* | Bump deps | Sven-Hendrik Haase | 2021-12-09 | 1 | -1/+1 |
| | |||||
* | Add test for --spa | Sven-Hendrik Haase | 2021-10-26 | 1 | -5/+22 |
| | |||||
* | Update clap | Sven-Hendrik Haase | 2021-10-18 | 1 | -2/+2 |
| | |||||
* | Golf tests a bit | Sven-Hendrik Haase | 2021-09-23 | 1 | -38/+30 |
| | |||||
* | cargo fmt | jikstra | 2021-09-11 | 1 | -1/+3 |
| | |||||
* | Fix tests | jikstra | 2021-09-10 | 2 | -2/+14 |
| | |||||
* | Remove unused imports and files | jikstra | 2021-09-10 | 2 | -16/+0 |
| | |||||
* | Fix tests | jikstra | 2021-09-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into feat_raw_mode | Jikstra | 2021-09-10 | 1 | -1/+90 |
|\ | |||||
| * | Better name and docs for symlink test | Ali MJ Al-Nasrawy | 2021-09-04 | 1 | -1/+7 |
| | | |||||
| * | Adress review comments | Ali MJ Al-Nasrawy | 2021-09-04 | 1 | -4/+8 |
| | | |||||
| * | file_upload.rs: sanitize path input | Ali MJ Al-Nasrawy | 2021-09-01 | 1 | -1/+80 |
| | | | | | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
* | | Apply requested changes | jikstra | 2021-09-10 | 1 | -2/+0 |
| | | |||||
* | | cargo fmt & cargo clippy | jikstra | 2021-09-02 | 1 | -5/+3 |
| | | |||||
* | | Fix tests | jikstra | 2021-09-02 | 1 | -16/+19 |
| | |