Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better formatting | Sven-Hendrik Haase | 2025-03-09 | 1 | -0/+2 |
| | |||||
* | Fix dir size calculation for percent-encoded paths with spaces | Sven-Hendrik Haase | 2025-03-09 | 1 | -4/+9 |
| | |||||
* | Add asynchronous directory size counting | Sven-Hendrik Haase | 2025-03-07 | 1 | -3/+42 |
| | | | | | This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread. | ||||
* | Modernize actix-web middleware usage | Sven-Hendrik Haase | 2025-03-07 | 1 | -1/+2 |
| | |||||
* | Upgrade to Rust 2024 edition | Sven-Hendrik Haase | 2025-03-07 | 1 | -6/+9 |
| | |||||
* | Add healthcheck route at /__miniserve_internal/healthcheck | Sven-Hendrik Haase | 2025-03-07 | 1 | -0/+5 |
| | | | | Fixes #1435 | ||||
* | add read-only webdav support | Lukas Stabe | 2025-02-05 | 1 | -2/+49 |
| | |||||
* | Fix lints | Sven-Hendrik Haase | 2024-09-12 | 1 | -2/+1 |
| | |||||
* | Bump rustls to v0.23 | Sven-Hendrik Haase | 2024-06-09 | 1 | -1/+1 |
| | |||||
* | Rename `StartError` -> `StartupError` | cyqsimon | 2024-01-30 | 1 | -10/+11 |
| | |||||
* | Refactor errors | cyqsimon | 2024-01-29 | 1 | -15/+15 |
| | | | | | - Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code | ||||
* | Add option for compress response | zuisong | 2024-01-16 | 1 | -1/+4 |
| | |||||
* | Compress response using `actix_web::middleware::compress` | Dean Li | 2024-01-14 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1228 from cyqsimon/upload-refactor | Sven-Hendrik Haase | 2023-09-24 | 1 | -2/+3 |
|\ | | | | | Minor refactor on upload code | ||||
| * | rename `file_upload` to `file_op` | cyqsimon | 2023-09-05 | 1 | -2/+2 |
| | | | | | | | | - This is in preparation for adding deletion code | ||||
| * | Create shared file utiity module | cyqsimon | 2023-07-10 | 1 | -0/+1 |
| | | |||||
* | | Adjust from feedback | Norberto Lopes | 2023-08-07 | 1 | -1/+6 |
| | | | | | | | | | | - remove info logging - add comment to clarify logic | ||||
* | | Add pretty urls | Norberto Lopes | 2023-08-06 | 1 | -1/+23 |
| | | | | | | | | | | | | | | | | | | | | 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`. | ||||
* | | use grass include macro; remove build.rs | Bao Trinh | 2023-07-21 | 1 | -1/+1 |
| | | |||||
* | | Separate color schemes into separate files | Bao Trinh | 2023-07-12 | 1 | -3/+14 |
|/ | |||||
* | Fix ANSI color codes are printed when not a tty | Sven-Hendrik Haase | 2023-07-05 | 1 | -12/+14 |
| | | | | Fixes #1095. | ||||
* | Remove atty dep | Sven-Hendrik Haase | 2023-07-02 | 1 | -4/+4 |
| | | | | We can now use the stabilized IsTerminal trait. | ||||
* | Switch from deprecated get_if_addrs to if-addrs | Sven-Hendrik Haase | 2023-04-20 | 1 | -1/+1 |
| | | | | Fixes #1079. | ||||
* | Run cargo fmt | Sven-Hendrik Haase | 2022-12-30 | 1 | -3/+2 |
| | |||||
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -6/+6 |
| | |||||
* | Upgrade clap to v4 | Sven-Hendrik Haase | 2022-10-12 | 1 | -1/+1 |
| | |||||
* | Tidy up some imports | Sven-Hendrik Haase | 2022-09-20 | 1 | -5/+4 |
| | |||||
* | Merge branch 'master' into qrcode | cyqsimon | 2022-09-15 | 1 | -3/+2 |
|\ | |||||
| * | Merge pull request #902 from kianmeng/fix-typos | Sven-Hendrik Haase | 2022-09-15 | 1 | -1/+1 |
| |\ | | | | | | | Fix typos | ||||
| | * | Fix typos | Kian-Meng Ang | 2022-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Found via `codespell -L crate`. | ||||
| * | | Fully qualify clap_complete::generate | Sven-Hendrik Haase | 2022-09-14 | 1 | -2/+1 |
| |/ | |||||
* | | Switch to `fast_qr` crate | cyqsimon | 2022-09-01 | 1 | -29/+4 |
| | | |||||
* | | Switch to `qrcode` lib | cyqsimon | 2022-08-22 | 1 | -27/+25 |
|/ | |||||
* | Remove trailing space to appease `cargo fmt` | cyqsimon | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | Apply suggestions from code review | cyqsimon | 2022-07-22 | 1 | -1/+4 |
| | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
* | Minor refactor on `run` | cyqsimon | 2022-07-20 | 1 | -36/+16 |
| | |||||
* | refactor `configure_app` | cyqsimon | 2022-07-20 | 1 | -44/+24 |
| | |||||
* | Fix security issue with --no-symlinks | Sven-Hendrik Haase | 2022-05-18 | 1 | -0/+19 |
| | | | | | Even with --no-symlinks specified, if a direct path to a symlink had been entered, it would be resolved. This fixes that behavior and improves tests to ensure this behavior. | ||||
* | Add man page support using --print-manpage (fixes #730) | Sven-Hendrik Haase | 2022-02-20 | 1 | -0/+7 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-02-16 | 1 | -1/+1 |
| | |||||
* | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 2022-02-06 | 1 | -5/+2 |
| | |||||
* | Merge 'jikstra/feat_route_prefix' #682 | Ali MJ Al-Nasrawy | 2022-02-06 | 1 | -5/+2 |
|\ | |||||
| * | Apply requested changes | jikstra | 2022-01-03 | 1 | -7/+1 |
| | | |||||
| * | Implement --route-prefix to set specific route prefix | jikstra | 2021-12-29 | 1 | -4/+7 |
| | | |||||
* | | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 2022-02-05 | 1 | -4/+4 |
| | | |||||
* | | merge from jikstra | Ali MJ Al-Nasrawy | 2022-02-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Upgrade clap | Sven-Hendrik Haase | 2022-01-03 | 1 | -1/+1 |
| |/ | |||||
* | | Bump actix-web to v4.0-beta.15 | jikstra | 2021-12-28 | 1 | -4/+10 |
| | | | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
* | | Bump actix-web to v4.0-beta.9 | Ali MJ Al-Nasrawy | 2021-12-28 | 1 | -4/+0 |
|/ | |||||
* | Fixes type in main.rs | Sam Schlinkert | 2021-12-10 | 1 | -1/+1 |
| | | | "Availabe" -> "Available" |