Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -4/+4 | |
2022-11-11 | Fix clap 4 behavior when allowing duplicate args | Sven-Hendrik Haase | 1 | -12/+3 | |
2022-10-14 | Golf a use line | Sven-Hendrik Haase | 1 | -2/+1 | |
2022-10-14 | Fix clap deprecations | Sven-Hendrik Haase | 1 | -36/+35 | |
Also update README | |||||
2022-10-12 | Upgrade clap to v4 | Sven-Hendrik Haase | 1 | -33/+24 | |
2022-09-20 | Tidy up some imports | Sven-Hendrik Haase | 1 | -2/+3 | |
2022-09-18 | Improved output of -h | Jonas Diemer | 1 | -1/+1 | |
2022-09-18 | cargo fmt | Jonas Diemer | 1 | -1/+6 | |
2022-09-18 | Use argument -u instead of --allowed-upload-dir | Jonas Diemer | 1 | -11/+5 | |
2022-09-18 | Renamed option for more clarity | Jonas Diemer | 1 | -3/+5 | |
2022-09-18 | Switched to use of PathBuf, fixed for subdirs | Jonas Diemer | 1 | -3/+2 | |
2022-09-18 | Added dependency to -u for --restrict-upload-dir | Jonas Diemer | 1 | -1/+2 | |
2022-09-18 | Added option restrict-upload-dir | Jonas Diemer | 1 | -0/+4 | |
2022-09-14 | Fix typos | Kian-Meng Ang | 1 | -1/+1 | |
Found via `codespell -L crate`. | |||||
2022-08-14 | Correct Spelling | Gaurav | 1 | -1/+1 | |
2022-08-14 | Add `--readme` info and reformat | Gaurav | 1 | -2/+2 | |
2022-08-14 | Add `--readme` flag to cli | Gaurav | 1 | -0/+4 | |
2022-06-26 | Create directory (#781) | Sheepy | 1 | -0/+4 | |
* 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 | Flip usage of theme selector showing functionality added in last commit | Sven-Hendrik Haase | 1 | -4/+4 | |
This is so it doesn't break current configurations. Let's not surprise the users. | |||||
2022-05-23 | Add configuration `change-theme` (#805) | FLAMINGO | 1 | -0/+4 | |
Add configuration `change-theme`Add configuration `change-theme` | |||||
2022-05-18 | Fix security issue with --no-symlinks | Sven-Hendrik Haase | 1 | -2/+2 | |
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. | |||||
2022-03-12 | Allow to set the accept input attribute to arbitrary values | Johannes May | 1 | -0/+20 | |
2022-02-20 | Add man page support using --print-manpage (fixes #730) | Sven-Hendrik Haase | 1 | -0/+4 | |
2022-01-03 | Upgrade clap | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-12-29 | Implement --route-prefix to set specific route prefix | jikstra | 1 | -1/+5 | |
2021-12-09 | Bump deps | Sven-Hendrik Haase | 1 | -2/+2 | |
2021-10-25 | Refactor SPA-mode to make it more ergonomic | Sven-Hendrik Haase | 1 | -6/+6 | |
2021-10-25 | Fix lint | Sven-Hendrik Haase | 1 | -5/+1 | |
2021-10-18 | Update clap | Sven-Hendrik Haase | 1 | -12/+6 | |
2021-10-08 | Add --spa-index option | Billy Bradley | 1 | -0/+8 | |
2021-09-10 | Implement --show-wget-footer argument | jikstra | 1 | -0/+4 | |
2021-08-31 | Simplify custom headers | Ali MJ Al-Nasrawy | 1 | -4/+2 | |
Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2021-08-30 | Implement show symlink destination | Dean Li | 1 | -0/+4 | |
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 | |||||
2021-08-30 | Switch from structopt to clap v3 | Sven-Hendrik Haase | 1 | -33/+42 | |
2021-08-28 | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 1 | -12/+2 | |
2021-08-27 | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 1 | -0/+12 | |
2021-08-27 | Fix accidental formatting | Sven-Hendrik Haase | 1 | -74/+74 | |
2021-08-27 | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 1 | -74/+82 | |
2021-04-18 | Change naming of uncompressed/compressed tarballs | Dean Li | 1 | -4/+4 | |
Use following terminology: uncompressed tarballs => `uncompressed tar archives` compressed ones => `gz-compressed tar archives` | |||||
2021-04-11 | Separate tar archive and tar flags | Dean Li | 1 | -1/+5 | |
It used to have one flag (-r) to enable both tar archive and tar. Now it has two flags [ -r: for tar, -g: for tar archive]. Related to #451 | |||||
2021-03-28 | Print supported shells for completions in help command | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-03-28 | Refactor and separate out arg handling and config handling | Sven-Hendrik Haase | 1 | -86/+21 | |
2021-03-28 | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 1 | -4/+6 | |
This patch adds a `--print-completions` option to generate shell completion files at runtime. This ensures the completions are always up to date. Fixes #377. | |||||
2021-03-07 | Add option to show hidden files | Sven-Hendrik Haase | 1 | -0/+5 | |
2021-03-07 | Start without countdown in case an explicit index is chosen | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-02-28 | Add program version footer | Tamas Levai | 1 | -0/+5 | |
2021-02-28 | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 1 | -7/+5 | |
2021-02-27 | Multiple headers support for custom headers | Dean Li | 1 | -28/+19 | |
2021-02-24 | Move the parsing header logic to args.rs | Dean Li | 1 | -2/+35 | |
2021-02-24 | Allow set custom headers from CLI | Dean Li | 1 | -0/+5 | |