Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify SseManager a bitorigin/sse-based-dirsize | Sven-Hendrik Haase | 2025-03-11 | 1 | -1/+1 |
| | |||||
* | Fix dir size calculation for percent-encoded paths with spaces | Sven-Hendrik Haase | 2025-03-09 | 2 | -4/+12 |
| | |||||
* | Add asynchronous directory size counting | Sven-Hendrik Haase | 2025-03-07 | 2 | -0/+56 |
| | | | | | 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 | 15 | -142/+198 |
| | |||||
* | Upgrade to Rust 2024 edition | Sven-Hendrik Haase | 2025-03-07 | 1 | -1/+1 |
| | |||||
* | Add healthcheck route at /__miniserve_internal/healthcheck | Sven-Hendrik Haase | 2025-03-07 | 1 | -0/+19 |
| | | | | Fixes #1435 | ||||
* | feat: address comments; add in new argument (`temp-directory`); add comments ↵ | Alec Di Vito | 2025-02-22 | 1 | -8/+83 |
| | | | | to upload code; add tests | ||||
* | feat: implement temporary file uploads and tweak mobile design | Alec Di Vito | 2025-02-17 | 1 | -2/+17 |
| | |||||
* | move favicon and css to stable, non-random routes | Lukas Stabe | 2025-02-06 | 1 | -3/+3 |
| | |||||
* | Strip symlink target dir to make Windows happy | Sven-Hendrik Haase | 2025-02-06 | 1 | -1/+1 |
| | | | | Turns out Windows doesn't like forward slashes. | ||||
* | Clean up and modernize rstest usage | Sven-Hendrik Haase | 2025-02-06 | 7 | -148/+127 |
| | | | | We still had some old-style syntax in there. | ||||
* | Get rid of server_no_stderr | Sven-Hendrik Haase | 2025-02-06 | 6 | -54/+28 |
| | | | | We'll now always just pipe the contents of the child to the parent. | ||||
* | Make symlinks into global fixtures | Sven-Hendrik Haase | 2025-02-06 | 4 | -60/+48 |
| | | | | | | So far, tests had to create their own symlinks which made them less concise. Also, now that we always have symlinks in all tests, side effects of having them won't go undetected. | ||||
* | add read-only webdav support | Lukas Stabe | 2025-02-05 | 1 | -0/+164 |
| | |||||
* | Reorganize imports to be more consistent | Sven-Hendrik Haase | 2025-01-10 | 15 | -78/+92 |
| | |||||
* | Remove some unnecessary #[allow(dead_code)] | Sven-Hendrik Haase | 2025-01-10 | 2 | -12/+2 |
| | |||||
* | Fix lints | Sven-Hendrik Haase | 2024-09-12 | 2 | -3/+3 |
| | |||||
* | Bump reqwest to v0.12 | Sven-Hendrik Haase | 2024-06-09 | 2 | -2/+2 |
| | |||||
* | Remove explicit dependency on http | Sven-Hendrik Haase | 2024-06-09 | 2 | -2/+2 |
| | | | | We now use the one supplied by actix-web. | ||||
* | tweak test assertions | Carson McManus | 2024-01-30 | 1 | -1/+5 |
| | |||||
* | add test for disabled archives | Carson McManus | 2024-01-30 | 1 | -0/+28 |
| | |||||
* | add unit tests | Carson McManus | 2024-01-30 | 1 | -0/+31 |
| | |||||
* | Make default sorting test more meaningful | Sven-Hendrik Haase | 2024-01-13 | 1 | -12/+27 |
| | |||||
* | Clean up default order function | Sven-Hendrik Haase | 2024-01-13 | 2 | -17/+13 |
| | | | | I removed the stringly typing as we already have enums for this that we can make use of. | ||||
* | Fix formatting | Sven-Hendrik Haase | 2024-01-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1308 from ↵ | Sven-Hendrik Haase | 2024-01-13 | 2 | -1/+45 |
|\ | | | | | | | | | ElliottLandsborough/set_sorting_order_with_arguments Set default sorting order and method with arguments | ||||
| * | Set default sorting order and method with arguments | elandsborough | 2024-01-13 | 2 | -1/+45 |
| | | |||||
* | | Use tokio::fs instead of std::fs to enable async file operations (fixes #445) | Sven-Hendrik Haase | 2024-01-13 | 1 | -2/+2 |
|/ | |||||
* | Skip newline test case on Windows | Sven-Hendrik Haase | 2024-01-07 | 1 | -0/+1 |
| | |||||
* | Fix serving files with a newline (fixes #1294) | Sven-Hendrik Haase | 2024-01-07 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1228 from cyqsimon/upload-refactor | Sven-Hendrik Haase | 2023-09-24 | 1 | -36/+36 |
|\ | | | | | Minor refactor on upload code | ||||
| * | Fix clippy complaints | cyqsimon | 2023-09-05 | 1 | -36/+36 |
| | | |||||
* | | Fix formatting | Sven-Hendrik Haase | 2023-08-21 | 1 | -6/+10 |
| | | |||||
* | | Merge pull request #1179 from proudmuslim-dev/master | Sven-Hendrik Haase | 2023-08-21 | 2 | -0/+65 |
|\ \ | | | | | | | Add ability to read auth from file | ||||
| * | | Add tests for `--auth-file` flag | Proudmuslim | 2023-08-08 | 2 | -0/+65 |
| |/ | |||||
* / | Add pretty urls | Norberto Lopes | 2023-08-06 | 1 | -0/+18 |
|/ | | | | | | | | | | This adds a new flag namely `--pretty-urls` that when enabled will serve the equivalent `.html` if it exists. Very much the same approach that [`netlify` uses](https://docs.netlify.com/site-deploys/post-processing/). It can be quite useful when having hrefs like `/about` serve `/about.html`. | ||||
* | Add EC key support (closes #1080) | Sven-Hendrik Haase | 2023-04-16 | 7 | -104/+157 |
| | |||||
* | Added tests and small fixes | Silux | 2023-02-25 | 1 | -3/+19 |
| | | | | | | ...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs! | ||||
* | Make clippy happy | Sven-Hendrik Haase | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | Run cargo fmt | Sven-Hendrik Haase | 2022-12-30 | 3 | -7/+5 |
| | |||||
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 9 | -46/+44 |
| | |||||
* | Merge pull request #907 from svenstaro/dependabot/cargo/fake-tty-0.3.1 | Sven-Hendrik Haase | 2022-09-20 | 1 | -1/+1 |
|\ | | | | | Bump fake-tty from 0.2.0 to 0.3.1 | ||||
| * | Fix `fake-tty` API breaking change | cyqsimon | 2022-09-19 | 1 | -1/+1 |
| | | | | | | | | It's difficult to create a more trivial commit. Possible, but difficult. | ||||
* | | Merge pull request #858 from jonasdiemer/restrict-upload-dir | Sven-Hendrik Haase | 2022-09-20 | 1 | -2/+89 |
|\ \ | | | | | | | Added option restrict-upload-dir | ||||
| * | | Return 403 instead of 500 for upload errs | Jonas Diemer | 2022-09-19 | 1 | -1/+1 |
| | | | |||||
| * | | Switched to using Path in test to handle windows platform. | Jonas Diemer | 2022-09-19 | 1 | -12/+12 |
| | | | |||||
| * | | Fixing (hopefully) issue with path on Windows | Jonas Diemer | 2022-09-18 | 1 | -7/+5 |
| | | | |||||
| * | | Fixed formatting | Jonas Diemer | 2022-09-18 | 1 | -3/+4 |
| | | | |||||
| * | | trying to handle paths in a way that works for windows | Jonas Diemer | 2022-09-18 | 1 | -8/+12 |
| | | | |||||
| * | | Test dir with starting - | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| | | |