aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add --directory-size flag to enable directory size calculationSven-Hendrik Haase2025-03-201-0/+4
* Add asynchronous directory size countingSven-Hendrik Haase2025-03-071-2/+8
* Upgrade to Rust 2024 editionSven-Hendrik Haase2025-03-071-2/+2
* Add healthcheck route at /__miniserve_internal/healthcheckSven-Hendrik Haase2025-03-071-7/+13
* change cli argsLzzzt2025-03-061-1/+6
* make the option effect raw modeLzzzt2025-03-031-2/+2
* Show File Size in BytesLzzzt2025-03-031-0/+4
* feat: validate temp dir exists through `value_parser` and fixed clippy issuesAlec Di Vito2025-03-021-7/+1
* feat: address comments; add in new argument (`temp-directory`); add comments ...Alec Di Vito2025-02-221-0/+10
* Merge branch 'master' into upload-progress-barSven-Hendrik Haase2025-02-071-21/+16
|\
| * move favicon and css to stable, non-random routesLukas Stabe2025-02-061-4/+4
| * add read-only webdav supportLukas Stabe2025-02-051-0/+4
| * Use Self where possibleadamnemecek2025-01-031-1/+1
| * Bump rustls to v0.23Sven-Hendrik Haase2024-06-091-15/+6
| * Remove explicit dependency on httpSven-Hendrik Haase2024-06-091-1/+1
* | feat: Added HTML and Javascript progress bar when uploading filesAlec Di Vito2024-06-061-0/+4
|/
* add `--disable-indexing` cli flag to completely disable directory indexingCarson McManus2024-01-291-0/+4
* Fix inaccurate uses of `sanitize_path`cyqsimon2024-01-261-2/+2
* Add option for compress responsezuisong2024-01-161-0/+4
* Clean up default order functionSven-Hendrik Haase2024-01-131-22/+4
* Set default sorting order and method with argumentselandsborough2024-01-131-0/+27
* Fix incorrect conditional compilationSven-Hendrik Haase2023-10-101-3/+1
* Merge pull request #1228 from cyqsimon/upload-refactorSven-Hendrik Haase2023-09-241-13/+17
|\
| * Fix clippy complaintscyqsimon2023-09-051-1/+1
| * Minor code style refactorscyqsimon2023-09-051-12/+16
| * Create shared file utiity modulecyqsimon2023-07-101-1/+1
* | Fix MIPS compileSven-Hendrik Haase2023-08-211-3/+2
* | Merge pull request #1179 from proudmuslim-dev/masterSven-Hendrik Haase2023-08-211-2/+14
|\ \
| * | Add ability to read auth from fileProudmuslim2023-07-211-2/+14
| |/
* / Add pretty urlsNorberto Lopes2023-08-061-0/+8
|/
* Add EC key support (closes #1080)Sven-Hendrik Haase2023-04-161-1/+3
* Run cargo fmtSven-Hendrik Haase2022-12-301-30/+29
* Fix lintsSven-Hendrik Haase2022-12-191-2/+2
* Upgrade clap to v4Sven-Hendrik Haase2022-10-121-2/+3
* Fixed clippy issue (single-char string to char)Jonas Diemer2022-09-191-1/+1
* Changed handling of allowed path to fix WindowsJonas Diemer2022-09-191-2/+8
* fix lint errorsJonas Diemer2022-09-181-2/+2
* cargo fmtJonas Diemer2022-09-181-2/+7
* sanitize allowed upload paths for cases like ./dirJonas Diemer2022-09-181-1/+2
* Use argument -u instead of --allowed-upload-dirJonas Diemer2022-09-181-2/+2
* Clarity of commentJonas Diemer2022-09-181-1/+1
* Renamed option for more clarityJonas Diemer2022-09-181-2/+2
* Switched to use of PathBuf, fixed for subdirsJonas Diemer2022-09-181-1/+1
* Added option restrict-upload-dirJonas Diemer2022-09-181-0/+4
* Satisfy cargo fmtGaurav2022-08-141-1/+1
* Add `--readme` flag to cliGaurav2022-08-141-0/+4
* Apply suggestions from code reviewzhoupeiheng2022-07-281-0/+3
* test: check_static_file_route_patternzhoupeiheng2022-07-281-2/+8
* fix: static file support route_prefixzhoupeiheng2022-07-281-2/+5
* Create directory (#781)Sheepy2022-06-261-0/+4