Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-28 | Bump deps | Sven-Hendrik Haase | 1 | -0/+1 | |
2021-03-28 | Refuse to start without explicit path if not attached to interactive terminal | Sven-Hendrik Haase | 4 | -38/+61 | |
2021-03-28 | Change start message without arguments to be a bit more clear | Sven-Hendrik Haase | 1 | -4/+4 | |
2021-03-28 | Change default log level to Warn | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-03-28 | Better message for when provided index file doesn't exist | Sven-Hendrik Haase | 1 | -3/+4 | |
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 | 2 | -91/+94 | |
2021-03-28 | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 2 | -8/+18 | |
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-26 | Fix QR code display when using --random-route | Andy Freeland | 1 | -1/+1 | |
Previously the QR code would not display because `/` is a 404 when using `--random-route`. | |||||
2021-03-20 | Switch from failure to thiserror | Sven-Hendrik Haase | 1 | -28/+17 | |
2021-03-07 | Add option to show hidden files | Sven-Hendrik Haase | 3 | -25/+43 | |
2021-03-07 | Start without countdown in case an explicit index is chosen | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-03-07 | Fix DoS issue when deliberately sending unconforming URL paths | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-03-01 | Use CSS to configure version footer look | Tamas Levai | 1 | -1/+1 | |
2021-03-01 | renderer: Follow alphabetical order in package uses | Tamas Levai | 1 | -1/+2 | |
2021-03-01 | Use structopt macros to ge crate info | Tamas Levai | 1 | -13/+2 | |
2021-03-01 | Fix clippy warning | Tamas Levai | 1 | -0/+1 | |
2021-02-28 | Fix indentation | Tamas Levai | 1 | -6/+6 | |
2021-02-28 | Add program version footer | Tamas Levai | 6 | -0/+52 | |
2021-02-28 | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 2 | -17/+12 | |
2021-02-27 | Multiple headers support for custom headers | Dean Li | 2 | -35/+32 | |
2021-02-24 | Move the parsing header logic to args.rs | Dean Li | 2 | -21/+42 | |
2021-02-24 | Allow set custom headers from CLI | Dean Li | 2 | -0/+33 | |
2021-02-19 | Fix lints | Sven-Hendrik Haase | 6 | -28/+28 | |
2021-01-20 | Fix lint | Sven-Hendrik Haase | 1 | -2/+1 | |
2021-01-15 | enable multiple file upload | Michael Hueschen | 1 | -1/+1 | |
tested with miniserve running on linux, with browsers: - Safari on iPhone - Firefox on Linux (NixOS) | |||||
2021-01-04 | Fix indentation | Tamas Levai | 2 | -3/+3 | |
Convert tabs to spaces. | |||||
2021-01-04 | Add option to list directories first | Tamas Levai | 3 | -0/+16 | |
2021-01-04 | Fix lint | Sven-Hendrik Haase | 1 | -2/+2 | |
2020-12-28 | Fix lint | Sven-Hendrik Haase | 1 | -4/+2 | |
2020-11-08 | Now compiles on stable | Sven-Hendrik Haase | 1 | -2/+0 | |
2020-10-02 | more feedback | Lukas Stabe | 1 | -2/+3 | |
2020-10-02 | address feedback | Lukas Stabe | 1 | -2/+11 | |
2020-10-01 | restore default theme cli option and add default theme dark option | Lukas Stabe | 6 | -4/+79 | |
2020-09-30 | Remove actix-rt | equal-l2 | 1 | -1/+1 | |
2020-09-26 | compile scss at build time | Lukas Stabe | 1 | -5/+2 | |
2020-09-26 | appease cargo fmt | Lukas Stabe | 1 | -5/+8 | |
2020-09-26 | remove default color scheme cli argument | Lukas Stabe | 4 | -69/+20 | |
2020-09-26 | move css out of html into its own route | Lukas Stabe | 6 | -16/+46 | |
2020-09-25 | [wip] client-side color-scheme handling | Lukas Stabe | 6 | -819/+56 | |
2020-09-24 | Ignore non-Rust preformatted code | Sven-Hendrik Haase | 1 | -4/+4 | |
2020-09-24 | use format! instead of + | Lukas Stabe | 1 | -1/+1 | |
2020-09-24 | use unreachable instead of panic for unreachable case | Lukas Stabe | 1 | -1/+1 | |
2020-09-24 | use req.connection_info() and build breadcrumbs iteratively | Lukas Stabe | 1 | -25/+36 | |
2020-09-24 | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 4 | -21/+79 | |
2020-09-24 | Sorry cargo fmt | Sven-Hendrik Haase | 1 | -2/+11 | |
2020-09-24 | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 6 | -4/+43 | |
2020-09-24 | Slightly better variable name | Sven-Hendrik Haase | 1 | -4/+4 | |
At least it's better than before. :) | |||||
2020-09-16 | Use Humanize for SystemTime directly | Kevin Cui | 1 | -8/+4 | |
2020-09-15 | Fix cargo fmt check | Kevin Cui | 1 | -1/+1 | |