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 | 1 | -3/+13 | |
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 | Refactor and separate out arg handling and config handling | Sven-Hendrik Haase | 1 | -5/+73 | |
2021-03-28 | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 1 | -4/+12 | |
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 | -24/+36 | |
2021-02-28 | Add program version footer | Tamas Levai | 1 | -0/+8 | |
2021-02-28 | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 1 | -10/+7 | |
2021-02-27 | Multiple headers support for custom headers | Dean Li | 1 | -7/+13 | |
2021-02-24 | Move the parsing header logic to args.rs | Dean Li | 1 | -19/+7 | |
2021-02-24 | Allow set custom headers from CLI | Dean Li | 1 | -0/+28 | |
2021-02-19 | Fix lints | Sven-Hendrik Haase | 1 | -6/+6 | |
2021-01-04 | Fix indentation | Tamas Levai | 1 | -2/+2 | |
Convert tabs to spaces. | |||||
2021-01-04 | Add option to list directories first | Tamas Levai | 1 | -0/+5 | |
2020-11-08 | Now compiles on stable | Sven-Hendrik Haase | 1 | -2/+0 | |
2020-10-01 | restore default theme cli option and add default theme dark option | Lukas Stabe | 1 | -0/+18 | |
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 | 1 | -4/+0 | |
2020-09-26 | move css out of html into its own route | Lukas Stabe | 1 | -1/+23 | |
2020-09-25 | [wip] client-side color-scheme handling | Lukas Stabe | 1 | -14/+1 | |
2020-09-24 | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 1 | -0/+5 | |
2020-09-24 | Sorry cargo fmt | Sven-Hendrik Haase | 1 | -2/+11 | |
2020-09-24 | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 1 | -2/+21 | |
2020-09-24 | Slightly better variable name | Sven-Hendrik Haase | 1 | -4/+4 | |
At least it's better than before. :) | |||||
2020-07-21 | Use actix-web-httpauth for authentication middleware | equal-l2 | 1 | -1/+5 | |
2020-07-21 | Update to actix 2 and futures 0.3 | equal-l2 | 1 | -53/+50 | |
2020-07-05 | Add generate QR code (#330) | wyhaya | 1 | -0/+5 | |
* Add generate QR code * Add --qrcode option | |||||
2020-05-10 | make sure archiving is opt-in | marawan ragab | 1 | -4/+9 | |
2020-03-11 | Format everything | Sven-Hendrik Haase | 1 | -7/+10 | |
2020-03-02 | Added option to disable archives | Damian | 1 | -0/+5 | |
2020-02-03 | add Lucretiel's documentation suggestion | Eli Flanagan | 1 | -1/+4 | |
2019-09-30 | Make clippy happy | Sven-Hendrik Haase | 1 | -3/+5 | |
2019-09-27 | Improve logging behavior | Sven-Hendrik Haase | 1 | -4/+12 | |
It will now fall back to basic logging if no proper terminal is attached as opposed to just failing silently. | |||||
2019-09-21 | Remove explicit clap dependency in favor of structopt's re-exported version | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-09-14 | fix typo | Eli Flanagan | 1 | -1/+1 | |
2019-09-13 | warn user if provided index file is not found | Eli Flanagan | 1 | -0/+8 | |
2019-09-12 | change to path option for configurability | Eli Flanagan | 1 | -4/+4 | |
2019-09-09 | use actix-web method for static index | Eli Flanagan | 1 | -4/+2 | |
2019-09-08 | wire up arguments, index.html serving still broken | Eli Flanagan | 1 | -0/+11 | |
2019-08-16 | Cleanup | boastful-squirrel | 1 | -2/+1 | |
2019-08-16 | Do not 'back to listing' link when random route is set | boastful-squirrel | 1 | -7/+5 | |
2019-06-24 | Update simplelog to 0.6 | Sven-Hendrik Haase | 1 | -3/+3 | |
2019-06-14 | Enable streaming tarball download | Alexandre Bury | 1 | -8/+13 | |
Also add a non-compressed tar option | |||||
2019-05-16 | Make some changes | khai96_ | 1 | -1/+1 | |
2019-05-10 | Fix clippy | boastful-squirrel | 1 | -3/+1 | |
2019-05-03 | Return QueryParameters struct instead of tuple | boastful-squirrel | 1 | -5/+7 | |