Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | ||||||
* | | Implement a raw rendering mode for recursive folder download | jikstra | 2021-09-01 | 1 | -0/+103 | |
|/ | | | | | | | - Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget | |||||
* | Implement show symlink destination | Dean Li | 2021-08-30 | 1 | -4/+15 | |
| | | | | | | | | | | | | | Add option `show_symlink_info` to represent show symlink info or not. (Default to no) Show symlink destination after symlink symbol in directory listing Resemble `ls -l` and also the short argument select for this feature is also `-l`. Basic testing is included. Related to #499 | |||||
* | order interface vertically | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -9/+6 | |
| | ||||||
* | tests for binding behavior | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -0/+91 | |
| | ||||||
* | Switch from structopt to clap v3 | Sven-Hendrik Haase | 2021-08-30 | 1 | -1/+2 | |
| | ||||||
* | Fix stderr output in test index_fallback_to_listing | Sven-Hendrik Haase | 2021-08-29 | 1 | -3/+4 | |
| | ||||||
* | list directory if index not found | Ali MJ Al-Nasrawy | 2021-08-29 | 1 | -0/+11 | |
| |