aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add asynchronous directory size countingSven-Hendrik Haase2025-03-0714-26/+376
| | | | | This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread.
* Reformat style.scssSven-Hendrik Haase2025-03-071-437/+441
|
* Reformat everything with Rust 2024 editionSven-Hendrik Haase2025-03-0720-154/+216
|
* Modernize actix-web middleware usageSven-Hendrik Haase2025-03-072-37/+30
|
* Upgrade to Rust 2024 editionSven-Hendrik Haase2025-03-078-18/+22
|
* Add CHANGELOG entry for healthcheck routeSven-Hendrik Haase2025-03-071-0/+1
|
* Add healthcheck route at /__miniserve_internal/healthcheckSven-Hendrik Haase2025-03-074-7/+38
| | | | Fixes #1435
* Document ?raw=trueSven-Hendrik Haase2025-03-071-1/+16
| | | | This was previously only implicitly documented via --show-wget-footer flag (fixes #1088)
* Make exact byte formatting consistent with human formatSven-Hendrik Haase2025-03-061-2/+2
|
* Add CHANGELOG entry for #1261Sven-Hendrik Haase2025-03-061-0/+1
|
* Merge pull request #1261 from Lzzzzzt/show-size-in-byteSven-Hendrik Haase2025-03-063-7/+47
|\ | | | | Feature: Show size in byte
| * change cli argsLzzzt2025-03-062-3/+24
| | | | | | | | Signed-off-by: Lzzzt <liuzitao0123@gmail.com>
| * make the option effect raw modeLzzzt2025-03-033-9/+9
| | | | | | | | Signed-off-by: Lzzzt <liuzitao0123@gmail.com>
| * Show File Size in BytesLzzzt2025-03-033-7/+26
|/ | | | Add a cli option that show file size in bytes rather than KB or MB, etc.
* Add CHANGELOG entry for #1431Sven-Hendrik Haase2025-03-031-0/+1
|
* Merge pull request #1431 from AlecDivito/upload-progress-barSven-Hendrik Haase2025-03-0314-41/+902
|\ | | | | feat: Added HTML and Javascript progress bar when uploading files
| * feat: validate temp dir exists through `value_parser` and fixed clippy issuesAlec Di Vito2025-03-023-25/+48
| |
| * feat: address comments; add in new argument (`temp-directory`); add comments ↵Alec Di Vito2025-02-227-76/+278
| | | | | | | | to upload code; add tests
| * feat: implement temporary file uploads and tweak mobile designAlec Di Vito2025-02-178-52/+247
| |
| * Merge branch 'svenstaro:master' into upload-progress-barAlec Divito2025-02-161-55/+56
| |\
| * \ Merge branch 'master' into upload-progress-barSven-Hendrik Haase2025-02-0732-1178/+2189
| |\ \
| * | | chore: clean upAlec Di Vito2024-06-062-5/+4
| | | |
| * | | chore: update README.md with new optionAlec Di Vito2024-06-061-0/+6
| | | |
| * | | feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito2024-06-0610-13/+449
| | | |
* | | | Merge pull request #1478 from ↵Sven-Hendrik Haase2025-03-012-59/+54
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | svenstaro/dependabot/cargo/all-dependencies-65dc15da65 Bump the all-dependencies group with 13 updates
| * | | Bump the all-dependencies group with 13 updatesdependabot[bot]2025-03-012-59/+54
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 13 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` | | [bytesize](https://github.com/bytesize-rs/bytesize) | `1.3.0` | `2.0.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.31` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.44` | `4.5.46` | | [comrak](https://github.com/kivikakk/comrak) | `0.35.0` | `0.36.0` | | [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.26` | | [maud](https://github.com/lambda-fairy/maud) | `0.26.0` | `0.27.0` | | [rustls](https://github.com/rustls/rustls) | `0.23.22` | `0.23.23` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.1` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.43` | `0.4.44` | | [zip](https://github.com/zip-rs/zip2) | `2.2.2` | `2.2.3` | Updates `anyhow` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.95...1.0.96) Updates `bytesize` from 1.3.0 to 2.0.1 - [Release notes](https://github.com/bytesize-rs/bytesize/releases) - [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md) - [Commits](https://github.com/bytesize-rs/bytesize/compare/v1.3.0...bytesize-v2.0.1) Updates `chrono` from 0.4.39 to 0.4.40 - [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.39...v0.4.40) Updates `clap` from 4.5.28 to 4.5.31 - [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/clap_complete-v4.5.28...v4.5.31) Updates `clap_complete` from 4.5.44 to 4.5.46 - [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/clap_complete-v4.5.44...clap_complete-v4.5.46) Updates `comrak` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/v0.35.0...v0.36.0) Updates `log` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.25...0.4.26) Updates `maud` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/lambda-fairy/maud/releases) - [Changelog](https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/maud/compare/v0.26.0...v0.27.0) Updates `rustls` from 0.23.22 to 0.23.23 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.22...v/0.23.23) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) Updates `strum` from 0.26.3 to 0.27.1 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.1) Updates `tar` from 0.4.43 to 0.4.44 - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.43...0.4.44) Updates `zip` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: bytesize dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: maud dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Reformat READMESven-Hendrik Haase2025-02-111-55/+55
| | |
* | | Advertise WebDAV support in READMESven-Hendrik Haase2025-02-111-0/+1
| |/ |/|
* | Add CHANGELOG entry for #1473Sven-Hendrik Haase2025-02-071-0/+1
| |
* | Merge pull request #1473 from Flat/mobile-sortingSven-Hendrik Haase2025-02-072-2/+12
|\ \ | | | | | | Add date pill and sort links for mobile views
| * | Add date pill and sort links for mobile viewsFlat2025-02-062-2/+12
|/ /
* | Update README.mdSven-Hendrik Haase2025-02-061-64/+78
| |
* | Release miniserve version 0.29.0v0.29.0Sven-Hendrik Haase2025-02-063-3/+6
| |
* | Bump depsSven-Hendrik Haase2025-02-061-110/+114
| |
* | Add CHANGELOG entry for #1472Sven-Hendrik Haase2025-02-061-0/+1
| |
* | Merge pull request #1472 from ahti/asset-pathsSven-Hendrik Haase2025-02-062-7/+7
|\ \ | | | | | | move favicon and css to stable, non-random routes
| * | move favicon and css to stable, non-random routesLukas Stabe2025-02-062-7/+7
|/ /
* | Strip symlink target dir to make Windows happySven-Hendrik Haase2025-02-061-1/+1
| | | | | | | | Turns out Windows doesn't like forward slashes.
* | Clean up and modernize rstest usageSven-Hendrik Haase2025-02-067-148/+127
| | | | | | | | We still had some old-style syntax in there.
* | Get rid of server_no_stderrSven-Hendrik Haase2025-02-066-54/+28
| | | | | | | | We'll now always just pipe the contents of the child to the parent.
* | Make clippy happySven-Hendrik Haase2025-02-062-6/+3
| |
* | Make symlinks into global fixturesSven-Hendrik Haase2025-02-064-60/+48
| | | | | | | | | | | | So far, tests had to create their own symlinks which made them less concise. Also, now that we always have symlinks in all tests, side effects of having them won't go undetected.
* | Add CHANGELOG entry for #1415Sven-Hendrik Haase2025-02-061-1/+2
| |
* | Merge pull request #1415 from ahti/webdavSven-Hendrik Haase2025-02-068-19/+803
|\ \ | | | | | | add read-only webdav support
| * | add read-only webdav supportLukas Stabe2025-02-058-19/+803
|/ /
* | Merge pull request #1470 from ↵Sven-Hendrik Haase2025-02-052-21/+21
|\ \ | | | | | | | | | | | | svenstaro/dependabot/cargo/all-dependencies-184655b279 Bump the all-dependencies group with 8 updates
| * | Bump the all-dependencies group with 8 updatesdependabot[bot]2025-02-012-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the all-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.25` | `0.2.26` | | [comrak](https://github.com/kivikakk/comrak) | `0.33.0` | `0.35.0` | | [httparse](https://github.com/seanmonstar/httparse) | `1.9.5` | `1.10.0` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [rustls](https://github.com/rustls/rustls) | `0.23.20` | `0.23.22` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.10` | `2.0.11` | Updates `clap` from 4.5.26 to 4.5.27 - [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/clap_complete-v4.5.26...clap_complete-v4.5.27) Updates `clap_complete` from 4.5.42 to 4.5.44 - [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/clap_complete-v4.5.42...clap_complete-v4.5.44) Updates `clap_mangen` from 0.2.25 to 0.2.26 - [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/clap_mangen-v0.2.25...clap_mangen-v0.2.26) Updates `comrak` from 0.33.0 to 0.35.0 - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/v0.33.0...v0.35.0) Updates `httparse` from 1.9.5 to 1.10.0 - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.5...v1.10.0) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.25) Updates `rustls` from 0.23.20 to 0.23.22 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.20...v/0.23.22) Updates `thiserror` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.10...2.0.11) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Add CHANGELOG entry for #1471Sven-Hendrik Haase2025-02-051-0/+1
| | |
* | | Merge pull request #1471 from shaicoleman/fix-font-weightSven-Hendrik Haase2025-02-051-1/+1
|\ \ \ | |/ / |/| | Change font-weight from 300 to normal to improve readability
| * | Change font-weight from 300 to normal to improve readabilityShai Coleman2025-02-051-1/+1
|/ /