Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix -i 0.0.0.0 | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -23/+4 | |
| | | | | | Don't use `interfaces`, use `miniserve_config.interfaces` instead! Otherwise, "0.0.0.0" is converted to "localhost"! | |||||
* | Fail if any address fails to bind | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -18/+13 | |
| | ||||||
* | Switch from structopt to clap v3 | Sven-Hendrik Haase | 2021-08-30 | 1 | -5/+18 | |
| | ||||||
* | Merge pull request #583 from aliemjay/index-fallback | Sven-Hendrik Haase | 2021-08-29 | 1 | -18/+18 | |
|\ | | | | | list directory if index not found | |||||
| * | list directory if index not found | Ali MJ Al-Nasrawy | 2021-08-29 | 1 | -18/+18 | |
| | | ||||||
* | | file_upload.rs: use async/await | Ali MJ Al-Nasrawy | 2021-08-28 | 1 | -2/+2 | |
|/ | | | | | ... and rewrite {save_file, handle_multipart} ... and fix clippy warning about create_error_response() being always Ok() | |||||
* | migrate to actix-web v4.0-beta | Ali MJ Al-Nasrawy | 2021-08-28 | 1 | -9/+10 | |
| | ||||||
* | Switch TLS conditional compilation to feature | Sven-Hendrik Haase | 2021-08-28 | 1 | -12/+2 | |
| | ||||||
* | Conditionally enable TLS only on supported platforms | Sven-Hendrik Haase | 2021-08-27 | 1 | -0/+18 | |
| | ||||||
* | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 2021-08-27 | 1 | -158/+29 | |
| | ||||||
* | Prefer UTF8 for text reponses (fixes #263) | Sven-Hendrik Haase | 2021-04-18 | 1 | -0/+1 | |
| | | | | | This should fix most encoding problems in most cases where text files are accessed on various locales. | |||||
* | Change naming of uncompressed/compressed tarballs | Dean Li | 2021-04-18 | 1 | -6/+6 | |
| | | | | | | Use following terminology: uncompressed tarballs => `uncompressed tar archives` compressed ones => `gz-compressed tar archives` | |||||
* | Separate tar archive and tar flags | Dean Li | 2021-04-11 | 1 | -1/+7 | |
| | | | | | | | 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 | |||||
* | Bump deps | Sven-Hendrik Haase | 2021-03-28 | 1 | -0/+1 | |
| | ||||||
* | Refuse to start without explicit path if not attached to interactive terminal | Sven-Hendrik Haase | 2021-03-28 | 1 | -3/+13 | |
| | ||||||
* | Change start message without arguments to be a bit more clear | Sven-Hendrik Haase | 2021-03-28 | 1 | -4/+4 | |
| | ||||||
* | Change default log level to Warn | Sven-Hendrik Haase | 2021-03-28 | 1 | -1/+1 | |
| | ||||||
* | Better message for when provided index file doesn't exist | Sven-Hendrik Haase | 2021-03-28 | 1 | -3/+4 | |
| | ||||||
* | Refactor and separate out arg handling and config handling | Sven-Hendrik Haase | 2021-03-28 | 1 | -5/+73 | |
| | ||||||
* | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 2021-03-28 | 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. | |||||
* | Add option to show hidden files | Sven-Hendrik Haase | 2021-03-07 | 1 | -24/+36 | |
| | ||||||
* | Add program version footer | Tamas Levai | 2021-02-28 | 1 | -0/+8 | |
| | ||||||
* | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 2021-02-28 | 1 | -10/+7 | |
| | ||||||
* | Multiple headers support for custom headers | Dean Li | 2021-02-27 | 1 | -7/+13 | |
| | ||||||
* | Move the parsing header logic to args.rs | Dean Li | 2021-02-24 | 1 | -19/+7 | |
| | ||||||
* | Allow set custom headers from CLI | Dean Li | 2021-02-24 | 1 | -0/+28 | |
| | ||||||
* | Fix lints | Sven-Hendrik Haase | 2021-02-19 | 1 | -6/+6 | |
| | ||||||
* | Fix indentation | Tamas Levai | 2021-01-04 | 1 | -2/+2 | |
| | | | | Convert tabs to spaces. | |||||
* | Add option to list directories first | Tamas Levai | 2021-01-04 | 1 | -0/+5 | |
| | ||||||
* | Now compiles on stable | Sven-Hendrik Haase | 2020-11-08 | 1 | -2/+0 | |
| | ||||||
* | Merge pull request #380 from ahti/master | Sven-Hendrik Haase | 2020-10-02 | 1 | -10/+33 | |
|\ | | | | | client-side color-scheme handling | |||||
| * | restore default theme cli option and add default theme dark option | Lukas Stabe | 2020-10-01 | 1 | -0/+18 | |
| | | ||||||
| * | compile scss at build time | Lukas Stabe | 2020-09-26 | 1 | -5/+2 | |
| | | ||||||
| * | appease cargo fmt | Lukas Stabe | 2020-09-26 | 1 | -5/+8 | |
| | | ||||||
| * | remove default color scheme cli argument | Lukas Stabe | 2020-09-26 | 1 | -4/+0 | |
| | | ||||||
| * | move css out of html into its own route | Lukas Stabe | 2020-09-26 | 1 | -1/+23 | |
| | | ||||||
| * | [wip] client-side color-scheme handling | Lukas Stabe | 2020-09-25 | 1 | -14/+1 | |
| | | ||||||
* | | Remove actix-rt | equal-l2 | 2020-09-30 | 1 | -1/+1 | |
|/ | ||||||
* | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 2020-09-24 | 1 | -0/+5 | |
| | ||||||
* | Sorry cargo fmt | Sven-Hendrik Haase | 2020-09-24 | 1 | -2/+11 | |
| | ||||||
* | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 2020-09-24 | 1 | -2/+21 | |
| | ||||||
* | Slightly better variable name | Sven-Hendrik Haase | 2020-09-24 | 1 | -4/+4 | |
| | | | | At least it's better than before. :) | |||||
* | Use actix-web-httpauth for authentication middleware | equal-l2 | 2020-07-21 | 1 | -1/+5 | |
| | ||||||
* | Update to actix 2 and futures 0.3 | equal-l2 | 2020-07-21 | 1 | -53/+50 | |
| | ||||||
* | Add generate QR code (#330) | wyhaya | 2020-07-05 | 1 | -0/+5 | |
| | | | | * Add generate QR code * Add --qrcode option | |||||
* | make sure archiving is opt-in | marawan ragab | 2020-05-10 | 1 | -4/+9 | |
| | ||||||
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 1 | -7/+10 | |
| | ||||||
* | Added option to disable archives | Damian | 2020-03-02 | 1 | -0/+5 | |
| | ||||||
* | Merge pull request #189 from efx/fix-156 | Sven-Hendrik Haase | 2020-03-01 | 1 | -0/+20 | |
|\ | | | | | add a default index serving option (#156) | |||||
| * | add Lucretiel's documentation suggestion | Eli Flanagan | 2020-02-03 | 1 | -1/+4 | |
| | |