Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSE-based directory size handling | Sven-Hendrik Haase | 2025-03-10 | 3 | -100/+230 |
| | | | | This allows us to cancel stale clients and in general be much nicer and more modern. | ||||
* | Add link to miniserve GitHub to footer | Sven-Hendrik Haase | 2025-03-10 | 1 | -1/+4 |
| | | | | Fixes #1479. | ||||
* | Merge pull request #1484 from ahti/animations | Sven-Hendrik Haase | 2025-03-09 | 1 | -20/+2 |
|\ | | | | | fix loading animation and row height jumping while loading dir sizes | ||||
| * | fix loading animation and row height jumping while loading dir sizes | Lukas Stabe | 2025-03-09 | 1 | -20/+2 |
| | | |||||
* | | Better formatting | Sven-Hendrik Haase | 2025-03-09 | 2 | -3/+6 |
|/ | |||||
* | Rewrite file traversal logic to not suffer from stack overflow problem | Sven-Hendrik Haase | 2025-03-09 | 1 | -24/+20 |
| | | | | | | See also here: https://github.com/ririsoft/async-walkdir/issues/13 At the same time, this now also ignores permission denied errors gracefully and just ignores those files. | ||||
* | Fix dir size calculation for percent-encoded paths with spaces | Sven-Hendrik Haase | 2025-03-09 | 3 | -6/+11 |
| | |||||
* | Fix lints on Windows | Sven-Hendrik Haase | 2025-03-07 | 1 | -0/+6 |
| | |||||
* | For directory size counting, ignore inodes we've seen before | Sven-Hendrik Haase | 2025-03-07 | 1 | -5/+35 |
| | | | | This might be the case when there are hardlinks on systems that support those. | ||||
* | Add asynchronous directory size counting | Sven-Hendrik Haase | 2025-03-07 | 8 | -25/+173 |
| | | | | | 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 everything with Rust 2024 edition | Sven-Hendrik Haase | 2025-03-07 | 5 | -12/+18 |
| | |||||
* | Modernize actix-web middleware usage | Sven-Hendrik Haase | 2025-03-07 | 2 | -37/+30 |
| | |||||
* | Upgrade to Rust 2024 edition | Sven-Hendrik Haase | 2025-03-07 | 6 | -15/+20 |
| | |||||
* | Add healthcheck route at /__miniserve_internal/healthcheck | Sven-Hendrik Haase | 2025-03-07 | 2 | -7/+18 |
| | | | | Fixes #1435 | ||||
* | Make exact byte formatting consistent with human format | Sven-Hendrik Haase | 2025-03-06 | 1 | -2/+2 |
| | |||||
* | change cli args | Lzzzt | 2025-03-06 | 2 | -3/+24 |
| | | | | Signed-off-by: Lzzzt <liuzitao0123@gmail.com> | ||||
* | make the option effect raw mode | Lzzzt | 2025-03-03 | 3 | -9/+9 |
| | | | | Signed-off-by: Lzzzt <liuzitao0123@gmail.com> | ||||
* | Show File Size in Bytes | Lzzzt | 2025-03-03 | 3 | -7/+26 |
| | | | | Add a cli option that show file size in bytes rather than KB or MB, etc. | ||||
* | feat: validate temp dir exists through `value_parser` and fixed clippy issues | Alec Di Vito | 2025-03-02 | 3 | -25/+48 |
| | |||||
* | feat: address comments; add in new argument (`temp-directory`); add comments ↵ | Alec Di Vito | 2025-02-22 | 5 | -68/+188 |
| | | | | to upload code; add tests | ||||
* | feat: implement temporary file uploads and tweak mobile design | Alec Di Vito | 2025-02-17 | 4 | -43/+195 |
| | |||||
* | Merge branch 'master' into upload-progress-bar | Sven-Hendrik Haase | 2025-02-07 | 10 | -72/+226 |
|\ | |||||
| * | Add date pill and sort links for mobile views | Flat | 2025-02-06 | 1 | -1/+6 |
| | | |||||
| * | move favicon and css to stable, non-random routes | Lukas Stabe | 2025-02-06 | 1 | -4/+4 |
| | | |||||
| * | Make clippy happy | Sven-Hendrik Haase | 2025-02-06 | 2 | -6/+3 |
| | | |||||
| * | add read-only webdav support | Lukas Stabe | 2025-02-05 | 5 | -2/+145 |
| | | |||||
| * | Use Self where possible | adamnemecek | 2025-01-03 | 5 | -20/+20 |
| | | |||||
| * | Fix formatting | Sven-Hendrik Haase | 2024-10-11 | 1 | -1/+5 |
| | | |||||
| * | Prefix OVERWRITE_FILES env var | Sven-Hendrik Haase | 2024-10-11 | 1 | -1/+1 |
| | | | | | | | | Fixes #1457. | ||||
| * | Add missing `|` to `USERINFO` set | cyqsimon | 2024-09-21 | 1 | -1/+2 |
| | | |||||
| * | Remove non-compliant `BASE` set | cyqsimon | 2024-09-21 | 1 | -2/+1 |
| | | |||||
| * | Make URL encoding fully WHATWG-compliant | cyqsimon | 2024-09-15 | 1 | -4/+14 |
| | | |||||
| * | Fix lints | Sven-Hendrik Haase | 2024-09-12 | 1 | -2/+1 |
| | | |||||
| * | Merge pull request #1442 from Atreyagaurav/master | Sven-Hendrik Haase | 2024-09-12 | 1 | -1/+1 |
| |\ | | | | | | | Don't show mkdir option when the directory is not upload allowed | ||||
| | * | Don't show mkdir option when the directory is not upload allowed | Gaurav Atreya | 2024-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes #1249 | ||||
| * | | Bump deps | Sven-Hendrik Haase | 2024-07-20 | 1 | -7/+11 |
| |/ | |||||
| * | Fix typos in CLI | Zakhary Kaplan | 2024-06-26 | 1 | -1/+1 |
| | | |||||
| * | Bump rustls to v0.23 | Sven-Hendrik Haase | 2024-06-09 | 2 | -16/+7 |
| | | |||||
| * | Remove explicit dependency on http | Sven-Hendrik Haase | 2024-06-09 | 4 | -6/+7 |
| | | | | | | | | We now use the one supplied by actix-web. | ||||
* | | chore: clean up | Alec Di Vito | 2024-06-06 | 2 | -5/+4 |
| | | |||||
* | | feat: Added HTML and Javascript progress bar when uploading files | Alec Di Vito | 2024-06-06 | 5 | -13/+261 |
|/ | |||||
* | Improve documentation for the --header parameter (#1389) | orwithout | 2024-04-26 | 1 | -1/+6 |
| | | | | | | | | * Improve documentation for the --header parameter * Add Support for HSTS to Enhance HTTPS Security --------- Co-authored-by: orwithout <googoldecibel@gmail.com> | ||||
* | Bump deps | Sven-Hendrik Haase | 2024-04-26 | 1 | -1/+2 |
| | |||||
* | fix missing drag-form when dragging file in to browser | chaibiq | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2024-03-28 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1329 from dyc3/disable-indexing | Sven-Hendrik Haase | 2024-02-01 | 4 | -1/+20 |
|\ | | | | | add `--disable-indexing` cli flag to completely disable directory indexing | ||||
| * | tweak doc comment | Carson McManus | 2024-02-01 | 1 | -2/+2 |
| | | |||||
| * | move check for disable_indexing | Carson McManus | 2024-01-30 | 1 | -9/+8 |
| | | |||||
| * | Revert "completely disable the listing renderer when indexing is disabled" | Carson McManus | 2024-01-30 | 1 | -15/+3 |
| | | | | | | | | This reverts commit 7b5b1a0e7fec2c0577eb0dc2a93e9fde48228a67. | ||||
| * | completely disable the listing renderer when indexing is disabled | Carson McManus | 2024-01-30 | 1 | -3/+15 |
| | |