Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix README linebreaks for easier readability | Sven-Hendrik Haase | 2023-08-21 | 1 | -4/+6 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2023-08-21 | 1 | -102/+101 |
| | |||||
* | Update README for --auth-file | Sven-Hendrik Haase | 2023-08-21 | 1 | -124/+145 |
| | |||||
* | Fix MIPS compile | Sven-Hendrik Haase | 2023-08-21 | 1 | -3/+2 |
| | |||||
* | Fix arg help formatting | Sven-Hendrik Haase | 2023-08-21 | 1 | -4/+9 |
| | |||||
* | Fix formatting | Sven-Hendrik Haase | 2023-08-21 | 1 | -6/+10 |
| | |||||
* | Merge pull request #1179 from proudmuslim-dev/master | Sven-Hendrik Haase | 2023-08-21 | 5 | -3/+92 |
|\ | | | | | Add ability to read auth from file | ||||
| * | Add tests for `--auth-file` flag | Proudmuslim | 2023-08-08 | 2 | -0/+65 |
| | | |||||
| * | Add `--auth-file` argument to README.md | proudmuslim-dev | 2023-08-08 | 1 | -0/+4 |
| | | |||||
| * | Add file content example to `--auth-file` argument | proudmuslim-dev | 2023-08-03 | 1 | -1/+5 |
| | | |||||
| * | Update src/args.rs | proudmuslim-dev | 2023-08-03 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
| * | Add ability to read auth from file | Proudmuslim | 2023-07-21 | 2 | -3/+19 |
| | | |||||
* | | Bump deps | Sven-Hendrik Haase | 2023-08-07 | 1 | -58/+57 |
| | | |||||
* | | Add CHANGELOG entry for #1193 | Sven-Hendrik Haase | 2023-08-07 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1193 from nlopes/nlopes-pretty-urls | Sven-Hendrik Haase | 2023-08-07 | 4 | -1/+62 |
|\ \ | | | | | | | Add pretty urls | ||||
| * | | Adjust from feedback | Norberto Lopes | 2023-08-07 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | - remove info logging - add comment to clarify logic | ||||
| * | | Add pretty urls | Norberto Lopes | 2023-08-06 | 4 | -1/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a new flag namely `--pretty-urls` that when enabled will serve the equivalent `.html` if it exists. Very much the same approach that [`netlify` uses](https://docs.netlify.com/site-deploys/post-processing/). It can be quite useful when having hrefs like `/about` serve `/about.html`. | ||||
* | | | Merge pull request #1192 from svenstaro/dependabot/cargo/serde-1.0.181 | Sven-Hendrik Haase | 2023-08-06 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | Bump serde from 1.0.180 to 1.0.181 | ||||
| * | | Bump serde from 1.0.180 to 1.0.181 | dependabot[bot] | 2023-08-04 | 1 | -4/+4 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.180 to 1.0.181. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.180...v1.0.181) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Add CHANGELOG entry for #1191 | Sven-Hendrik Haase | 2023-08-03 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1191 from d-air1/encode-quotes-in-directory-path | Sven-Hendrik Haase | 2023-08-03 | 1 | -2/+4 |
|\ \ | | | | | | | Encode single quote in directory path name | ||||
| * | | use a char instead of string literal | Dashon Wells | 2023-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Run cargo fmt to fix formatting | Dashon Wells | 2023-08-02 | 1 | -2/+3 |
| | | | |||||
| * | | Encode single quote in directory path name | Dashon Wells | 2023-08-02 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #1189 from svenstaro/dependabot/cargo/serde-1.0.180 | Sven-Hendrik Haase | 2023-08-02 | 1 | -15/+15 |
|\ \ \ | |/ / |/| | | Bump serde from 1.0.175 to 1.0.180 | ||||
| * | | Bump serde from 1.0.175 to 1.0.180 | dependabot[bot] | 2023-08-01 | 1 | -15/+15 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.175 to 1.0.180. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.175...v1.0.180) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #1169 from baod-rate/css | Sven-Hendrik Haase | 2023-07-27 | 11 | -321/+323 |
|\ \ | | | | | | | simplify theme selection using data attributes | ||||
| * | | Fix error page wrapping | Bao Trinh | 2023-07-26 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | Error page was incorrectly comparing the full content-type header of error responses against `text/plain`, so no error pages were being wrapped by `map_error_page`. | ||||
| * | | Consolidate javascript and add comments | Bao Trinh | 2023-07-26 | 2 | -44/+41 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into css | Bao Trinh | 2023-07-21 | 2 | -115/+113 |
| |\| | |||||
| * | | use grass include macro; remove build.rs | Bao Trinh | 2023-07-21 | 10 | -57/+60 |
| | | | |||||
| * | | remove commented code | Bao Trinh | 2023-07-20 | 1 | -2/+0 |
| | | | |||||
| * | | Separate color schemes into separate files | Bao Trinh | 2023-07-12 | 8 | -238/+251 |
| | | | |||||
| * | | simplify theme selection using data attributes | Bao Trinh | 2023-07-11 | 2 | -46/+29 |
| | | | |||||
* | | | Bump deps | Sven-Hendrik Haase | 2023-07-25 | 1 | -55/+42 |
| |/ |/| | |||||
* | | Bump deps | Sven-Hendrik Haase | 2023-07-19 | 2 | -120/+118 |
|/ | |||||
* | chore: Release miniserve version 0.24.0v0.24.0 | Sven-Hendrik Haase | 2023-07-06 | 3 | -3/+6 |
| | |||||
* | Fix ANSI color codes are printed when not a tty | Sven-Hendrik Haase | 2023-07-05 | 4 | -39/+46 |
| | | | | Fixes #1095. | ||||
* | Merge pull request #1160 from svenstaro/env-config | Sven-Hendrik Haase | 2023-07-05 | 4 | -46/+152 |
|\ | | | | | Allow parameters to be provided via env vars | ||||
| * | Add CHANGELOG entry for #1160 | Sven-Hendrik Haase | 2023-07-05 | 1 | -0/+1 |
| | | |||||
| * | Update README for env config | Sven-Hendrik Haase | 2023-07-05 | 1 | -13/+72 |
| | | |||||
| * | Allow parameters to be provided via env vars | Sven-Hendrik Haase | 2023-07-05 | 2 | -33/+79 |
|/ | | | | Fixes #829. | ||||
* | Bump deps | Sven-Hendrik Haase | 2023-07-05 | 2 | -46/+74 |
| | |||||
* | Remove atty dep | Sven-Hendrik Haase | 2023-07-02 | 3 | -29/+7 |
| | | | | We can now use the stabilized IsTerminal trait. | ||||
* | Update deps | Sven-Hendrik Haase | 2023-07-02 | 2 | -123/+183 |
| | |||||
* | Merge pull request #1142 from svenstaro/dependabot/cargo/serde-1.0.164 | Sven-Hendrik Haase | 2023-06-08 | 1 | -4/+4 |
|\ | | | | | Bump serde from 1.0.163 to 1.0.164 | ||||
| * | Bump serde from 1.0.163 to 1.0.164 | dependabot[bot] | 2023-06-08 | 1 | -4/+4 |
|/ | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Bump deps | Sven-Hendrik Haase | 2023-06-05 | 1 | -53/+53 |
| | |||||
* | Merge pull request #1138 from svenstaro/dependabot/cargo/chrono-0.4.26 | Sven-Hendrik Haase | 2023-06-05 | 1 | -2/+2 |
|\ | | | | | Bump chrono from 0.4.25 to 0.4.26 | ||||
| * | Bump chrono from 0.4.25 to 0.4.26 | dependabot[bot] | 2023-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.25 to 0.4.26. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.25...v0.4.26) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |