aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* For directory size counting, ignore inodes we've seen beforeSven-Hendrik Haase2025-03-071-5/+35
| | | | This might be the case when there are hardlinks on systems that support those.
* Add asynchronous directory size countingSven-Hendrik Haase2025-03-078-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 editionSven-Hendrik Haase2025-03-075-12/+18
|
* Modernize actix-web middleware usageSven-Hendrik Haase2025-03-072-37/+30
|
* Upgrade to Rust 2024 editionSven-Hendrik Haase2025-03-076-15/+20
|
* Add healthcheck route at /__miniserve_internal/healthcheckSven-Hendrik Haase2025-03-072-7/+18
| | | | Fixes #1435
* Make exact byte formatting consistent with human formatSven-Hendrik Haase2025-03-061-2/+2
|
* 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.
* 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-225-68/+188
| | | | to upload code; add tests
* feat: implement temporary file uploads and tweak mobile designAlec Di Vito2025-02-174-43/+195
|
* Merge branch 'master' into upload-progress-barSven-Hendrik Haase2025-02-0710-72/+226
|\
| * Add date pill and sort links for mobile viewsFlat2025-02-061-1/+6
| |
| * move favicon and css to stable, non-random routesLukas Stabe2025-02-061-4/+4
| |
| * Make clippy happySven-Hendrik Haase2025-02-062-6/+3
| |
| * add read-only webdav supportLukas Stabe2025-02-055-2/+145
| |
| * Use Self where possibleadamnemecek2025-01-035-20/+20
| |
| * Fix formattingSven-Hendrik Haase2024-10-111-1/+5
| |
| * Prefix OVERWRITE_FILES env varSven-Hendrik Haase2024-10-111-1/+1
| | | | | | | | Fixes #1457.
| * Add missing `|` to `USERINFO` setcyqsimon2024-09-211-1/+2
| |
| * Remove non-compliant `BASE` setcyqsimon2024-09-211-2/+1
| |
| * Make URL encoding fully WHATWG-compliantcyqsimon2024-09-151-4/+14
| |
| * Fix lintsSven-Hendrik Haase2024-09-121-2/+1
| |
| * Merge pull request #1442 from Atreyagaurav/masterSven-Hendrik Haase2024-09-121-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 allowedGaurav Atreya2024-07-141-1/+1
| | | | | | | | | | | | Fixes #1249
| * | Bump depsSven-Hendrik Haase2024-07-201-7/+11
| |/
| * Fix typos in CLIZakhary Kaplan2024-06-261-1/+1
| |
| * Bump rustls to v0.23Sven-Hendrik Haase2024-06-092-16/+7
| |
| * Remove explicit dependency on httpSven-Hendrik Haase2024-06-094-6/+7
| | | | | | | | We now use the one supplied by actix-web.
* | chore: clean upAlec Di Vito2024-06-062-5/+4
| |
* | feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito2024-06-065-13/+261
|/
* Improve documentation for the --header parameter (#1389)orwithout2024-04-261-1/+6
| | | | | | | | * Improve documentation for the --header parameter * Add Support for HSTS to Enhance HTTPS Security --------- Co-authored-by: orwithout <googoldecibel@gmail.com>
* Bump depsSven-Hendrik Haase2024-04-261-1/+2
|
* fix missing drag-form when dragging file in to browserchaibiq2024-04-161-1/+1
|
* Bump depsSven-Hendrik Haase2024-03-281-1/+0
|
* Merge pull request #1329 from dyc3/disable-indexingSven-Hendrik Haase2024-02-014-1/+20
|\ | | | | 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
| |
| * add short version of `--disable-indexing` cli argCarson McManus2024-01-301-1/+2
| |
| * add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus2024-01-294-1/+20
| |
* | Rename `StartError` -> `StartupError`cyqsimon2024-01-302-11/+12
| |
* | Refactor errorscyqsimon2024-01-297-134/+142
|/ | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code
* Fix inaccurate uses of `sanitize_path`cyqsimon2024-01-262-5/+6
|
* Reformat args helpSven-Hendrik Haase2024-01-161-3/+5
|
* Add option for compress responsezuisong2024-01-163-1/+20
|
* Compress response using `actix_web::middleware::compress`Dean Li2024-01-141-0/+1
|