aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-20Add --directory-size flag to enable directory size calculationSven-Hendrik Haase1-0/+4
2025-03-07Add asynchronous directory size countingSven-Hendrik Haase1-2/+8
2025-03-07Upgrade to Rust 2024 editionSven-Hendrik Haase1-2/+2
2025-03-07Add healthcheck route at /__miniserve_internal/healthcheckSven-Hendrik Haase1-7/+13
2025-03-06change cli argsLzzzt1-1/+6
2025-03-03make the option effect raw modeLzzzt1-2/+2
2025-03-03Show File Size in BytesLzzzt1-0/+4
2025-03-02feat: validate temp dir exists through `value_parser` and fixed clippy issuesAlec Di Vito1-7/+1
2025-02-22feat: address comments; add in new argument (`temp-directory`); add comments ...Alec Di Vito1-0/+10
2025-02-06move favicon and css to stable, non-random routesLukas Stabe1-4/+4
2025-02-05add read-only webdav supportLukas Stabe1-0/+4
2025-01-03Use Self where possibleadamnemecek1-1/+1
2024-06-09Bump rustls to v0.23Sven-Hendrik Haase1-15/+6
2024-06-09Remove explicit dependency on httpSven-Hendrik Haase1-1/+1
2024-06-06feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito1-0/+4
2024-01-29add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus1-0/+4
2024-01-26Fix inaccurate uses of `sanitize_path`cyqsimon1-2/+2
2024-01-16Add option for compress responsezuisong1-0/+4
2024-01-13Clean up default order functionSven-Hendrik Haase1-22/+4
2024-01-13Set default sorting order and method with argumentselandsborough1-0/+27
2023-10-10Fix incorrect conditional compilationSven-Hendrik Haase1-3/+1
2023-09-05Fix clippy complaintscyqsimon1-1/+1
2023-09-05Minor code style refactorscyqsimon1-12/+16
2023-08-21Fix MIPS compileSven-Hendrik Haase1-3/+2
2023-08-06Add pretty urlsNorberto Lopes1-0/+8
2023-07-21Add ability to read auth from fileProudmuslim1-2/+14
2023-07-10Create shared file utiity modulecyqsimon1-1/+1
2023-04-16Add EC key support (closes #1080)Sven-Hendrik Haase1-1/+3
2022-12-30Run cargo fmtSven-Hendrik Haase1-30/+29
2022-12-19Fix lintsSven-Hendrik Haase1-2/+2
2022-10-12Upgrade clap to v4Sven-Hendrik Haase1-2/+3
2022-09-19Fixed clippy issue (single-char string to char)Jonas Diemer1-1/+1
2022-09-19Changed handling of allowed path to fix WindowsJonas Diemer1-2/+8
2022-09-18fix lint errorsJonas Diemer1-2/+2
2022-09-18cargo fmtJonas Diemer1-2/+7
2022-09-18sanitize allowed upload paths for cases like ./dirJonas Diemer1-1/+2
2022-09-18Use argument -u instead of --allowed-upload-dirJonas Diemer1-2/+2
2022-09-18Clarity of commentJonas Diemer1-1/+1
2022-09-18Renamed option for more clarityJonas Diemer1-2/+2
2022-09-18Switched to use of PathBuf, fixed for subdirsJonas Diemer1-1/+1
2022-09-18Added option restrict-upload-dirJonas Diemer1-0/+4
2022-08-14Satisfy cargo fmtGaurav1-1/+1
2022-08-14Add `--readme` flag to cliGaurav1-0/+4
2022-07-28Apply suggestions from code reviewzhoupeiheng1-0/+3
2022-07-28test: check_static_file_route_patternzhoupeiheng1-2/+8
2022-07-28fix: static file support route_prefixzhoupeiheng1-2/+5
2022-06-26Create directory (#781)Sheepy1-0/+4
2022-05-23Flip usage of theme selector showing functionality added in last commitSven-Hendrik Haase1-4/+4
2022-05-23Add configuration `change-theme` (#805)FLAMINGO1-0/+4
2022-03-30Do not use the route for the favicon and stylesheetStefan Huber1-2/+2