aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Releasev0.27.1Sven-Hendrik Haase2024-03-163-3/+6
|
* Fix release.toml syntaxSven-Hendrik Haase2024-03-161-1/+1
|
* Update GitHub Actions to their Node.js 20 versionsSven-Hendrik Haase2024-03-162-4/+4
|
* Configure cargo release to not use the chore prefixSven-Hendrik Haase2024-03-161-0/+4
| | | | Doesn't make sense as this repo doesn't use semantic commits.
* Actually update CHANGELOG for #1365Sven-Hendrik Haase2024-03-161-1/+1
|
* Merge pull request #1365 from chaibiq/masterSven-Hendrik Haase2024-03-161-0/+8
|\ | | | | Add file and folder symbol to scss
| * add file and folder symbol to scsschaibiq2024-03-162-2/+10
| |
| * add folder and file symbolchaibiq2024-03-161-2/+2
| |
* | chore: Release miniserve version 0.27.0v0.27.0Sven-Hendrik Haase2024-03-163-3/+6
| |
* | Update CHANGELOG for #1365Sven-Hendrik Haase2024-03-161-0/+1
| |
* | Bump depsSven-Hendrik Haase2024-03-161-146/+145
|/
* Merge pull request #1354 from svenstaro/dependabot/cargo/fast_qr-0.12.0Sven-Hendrik Haase2024-03-022-3/+3
|\ | | | | Bump fast_qr from 0.11.0 to 0.12.0
| * Bump fast_qr from 0.11.0 to 0.12.0dependabot[bot]2024-02-292-3/+3
|/ | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/erwanvivien/fast_qr/releases) - [Commits](https://github.com/erwanvivien/fast_qr/commits) --- updated-dependencies: - dependency-name: fast_qr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1352 from svenstaro/dependabot/cargo/socket2-0.5.6Sven-Hendrik Haase2024-02-271-3/+3
|\ | | | | Bump socket2 from 0.5.5 to 0.5.6
| * Bump socket2 from 0.5.5 to 0.5.6dependabot[bot]2024-02-261-3/+3
|/ | | | | | | | | | | | | | | Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-02-211-67/+58
|
* Bump depsSven-Hendrik Haase2024-02-161-83/+89
|
* Merge pull request #1337 from svenstaro/dependabot/cargo/grass-0.13.2Sven-Hendrik Haase2024-02-081-73/+57
|\ | | | | Bump grass from 0.13.1 to 0.13.2
| * Bump grass from 0.13.1 to 0.13.2dependabot[bot]2024-02-081-73/+57
|/ | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.13.1 to 0.13.2. - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/compare/0.13.1...0.13.2) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-02-061-52/+66
|
* Add CHANGELOG entry for #1329Sven-Hendrik Haase2024-02-011-0/+1
|
* Update README for -ISven-Hendrik Haase2024-02-011-0/+7
|
* Merge pull request #1329 from dyc3/disable-indexingSven-Hendrik Haase2024-02-016-1/+83
|\ | | | | add `--disable-indexing` cli flag to completely disable directory indexing
| * tweak doc commentCarson McManus2024-02-011-2/+2
| |
| * move check for disable_indexingCarson McManus2024-01-301-9/+8
| |
| * Revert "completely disable the listing renderer when indexing is disabled"Carson McManus2024-01-301-15/+3
| | | | | | | | This reverts commit 7b5b1a0e7fec2c0577eb0dc2a93e9fde48228a67.
| * completely disable the listing renderer when indexing is disabledCarson McManus2024-01-301-3/+15
| |
| * tweak test assertionsCarson McManus2024-01-301-1/+5
| |
| * add test for disabled archivesCarson McManus2024-01-301-0/+28
| |
| * add short version of `--disable-indexing` cli argCarson McManus2024-01-301-1/+2
| |
| * add unit testsCarson McManus2024-01-301-0/+31
| |
| * add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus2024-01-294-1/+20
| |
* | Merge pull request #1331 from cyqsimon/error-refactorSven-Hendrik Haase2024-01-308-133/+143
|\ \ | | | | | | Refactor errors
| * | Rename `StartError` -> `StartupError`cyqsimon2024-01-302-11/+12
| | |
| * | Write changelogcyqsimon2024-01-291-0/+1
| | |
| * | Refactor errorscyqsimon2024-01-297-134/+142
| |/ | | | | | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code
* | Bump depsSven-Hendrik Haase2024-01-291-21/+21
| |
* | Merge pull request #1330 from svenstaro/dependabot/cargo/strum-0.26.1Sven-Hendrik Haase2024-01-291-2/+2
|\ \ | |/ |/| Bump strum from 0.26.0 to 0.26.1
| * Bump strum from 0.26.0 to 0.26.1dependabot[bot]2024-01-291-2/+2
|/ | | | | | | | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.26.0 to 0.26.1. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-01-282-23/+23
|
* Merge pull request #1327 from cyqsimon/sanitize_path_usageSven-Hendrik Haase2024-01-282-5/+6
|\ | | | | Fix inaccurate uses of `sanitize_path`
| * Fix inaccurate uses of `sanitize_path`cyqsimon2024-01-262-5/+6
|/
* Bump depsSven-Hendrik Haase2024-01-211-28/+26
|
* Merge pull request #1320 from svenstaro/dependabot/cargo/clap-4.4.18Sven-Hendrik Haase2024-01-171-4/+4
|\ | | | | Bump clap from 4.4.17 to 4.4.18
| * Bump clap from 4.4.17 to 4.4.18dependabot[bot]2024-01-171-4/+4
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.4.17 to 4.4.18. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.17...v4.4.18) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Add CHANGELOG entry for #1315Sven-Hendrik Haase2024-01-161-0/+1
|
* Update README for -CSven-Hendrik Haase2024-01-161-0/+9
|
* Reformat args helpSven-Hendrik Haase2024-01-161-3/+5
|
* Merge pull request #1315 from zuisong/opt_compress_responseSven-Hendrik Haase2024-01-163-0/+20
|\ | | | | Optional enable compression middleware to reduce response size (disabled by default)
| * Add option for compress responsezuisong2024-01-163-1/+20
| |