aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add asynchronous directory size countingSven-Hendrik Haase2025-03-072-0/+56
* Reformat everything with Rust 2024 editionSven-Hendrik Haase2025-03-0715-142/+198
* Upgrade to Rust 2024 editionSven-Hendrik Haase2025-03-071-1/+1
* Add healthcheck route at /__miniserve_internal/healthcheckSven-Hendrik Haase2025-03-071-0/+19
* feat: address comments; add in new argument (`temp-directory`); add comments ...Alec Di Vito2025-02-221-8/+83
* feat: implement temporary file uploads and tweak mobile designAlec Di Vito2025-02-171-2/+17
* move favicon and css to stable, non-random routesLukas Stabe2025-02-061-3/+3
* Strip symlink target dir to make Windows happySven-Hendrik Haase2025-02-061-1/+1
* Clean up and modernize rstest usageSven-Hendrik Haase2025-02-067-148/+127
* Get rid of server_no_stderrSven-Hendrik Haase2025-02-066-54/+28
* Make symlinks into global fixturesSven-Hendrik Haase2025-02-064-60/+48
* add read-only webdav supportLukas Stabe2025-02-051-0/+164
* Reorganize imports to be more consistentSven-Hendrik Haase2025-01-1015-78/+92
* Remove some unnecessary #[allow(dead_code)]Sven-Hendrik Haase2025-01-102-12/+2
* Fix lintsSven-Hendrik Haase2024-09-122-3/+3
* Bump reqwest to v0.12Sven-Hendrik Haase2024-06-092-2/+2
* Remove explicit dependency on httpSven-Hendrik Haase2024-06-092-2/+2
* tweak test assertionsCarson McManus2024-01-301-1/+5
* add test for disabled archivesCarson McManus2024-01-301-0/+28
* add unit testsCarson McManus2024-01-301-0/+31
* Make default sorting test more meaningfulSven-Hendrik Haase2024-01-131-12/+27
* Clean up default order functionSven-Hendrik Haase2024-01-132-17/+13
* Fix formattingSven-Hendrik Haase2024-01-131-1/+1
* Merge pull request #1308 from ElliottLandsborough/set_sorting_order_with_argu...Sven-Hendrik Haase2024-01-132-1/+45
|\
| * Set default sorting order and method with argumentselandsborough2024-01-132-1/+45
* | Use tokio::fs instead of std::fs to enable async file operations (fixes #445)Sven-Hendrik Haase2024-01-131-2/+2
|/
* Skip newline test case on WindowsSven-Hendrik Haase2024-01-071-0/+1
* Fix serving files with a newline (fixes #1294)Sven-Hendrik Haase2024-01-071-0/+1
* Merge pull request #1228 from cyqsimon/upload-refactorSven-Hendrik Haase2023-09-241-36/+36
|\
| * Fix clippy complaintscyqsimon2023-09-051-36/+36
* | Fix formattingSven-Hendrik Haase2023-08-211-6/+10
* | Merge pull request #1179 from proudmuslim-dev/masterSven-Hendrik Haase2023-08-212-0/+65
|\ \
| * | Add tests for `--auth-file` flagProudmuslim2023-08-082-0/+65
| |/
* / Add pretty urlsNorberto Lopes2023-08-061-0/+18
|/
* Add EC key support (closes #1080)Sven-Hendrik Haase2023-04-167-104/+157
* Added tests and small fixesSilux2023-02-251-3/+19
* Make clippy happySven-Hendrik Haase2022-12-301-1/+1
* Run cargo fmtSven-Hendrik Haase2022-12-303-7/+5
* Fix lintsSven-Hendrik Haase2022-12-199-46/+44
* Merge pull request #907 from svenstaro/dependabot/cargo/fake-tty-0.3.1Sven-Hendrik Haase2022-09-201-1/+1
|\
| * Fix `fake-tty` API breaking changecyqsimon2022-09-191-1/+1
* | Merge pull request #858 from jonasdiemer/restrict-upload-dirSven-Hendrik Haase2022-09-201-2/+89
|\ \
| * | Return 403 instead of 500 for upload errsJonas Diemer2022-09-191-1/+1
| * | Switched to using Path in test to handle windows platform.Jonas Diemer2022-09-191-12/+12
| * | Fixing (hopefully) issue with path on WindowsJonas Diemer2022-09-181-7/+5
| * | Fixed formattingJonas Diemer2022-09-181-3/+4
| * | trying to handle paths in a way that works for windowsJonas Diemer2022-09-181-8/+12
| * | Test dir with starting -Jonas Diemer2022-09-181-1/+1
| * | sanitize allowed upload paths for cases like ./dirJonas Diemer2022-09-181-0/+1
| * | Use argument -u instead of --allowed-upload-dirJonas Diemer2022-09-181-5/+5