Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-07 | Add asynchronous directory size counting | Sven-Hendrik Haase | 1 | -2/+5 | |
This is enabled by default and without an option to toggle it off as it's asynchronous and shouldn't block the server thread. | |||||
2025-03-07 | Upgrade to Rust 2024 edition | Sven-Hendrik Haase | 1 | -1/+1 | |
2024-01-29 | Refactor errors | cyqsimon | 1 | -2/+2 | |
- Split `ContexualError` into `StartError` & `RuntimeError` - Made sure every `RuntimeError` variant has an accurate status code | |||||
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -3/+3 | |
2022-09-20 | Tidy up some imports | Sven-Hendrik Haase | 1 | -2/+1 | |
2022-07-22 | Update actix-web-httpauth to v0.8 | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-07-19 | Bump deps | Sven-Hendrik Haase | 1 | -4/+6 | |
2022-05-23 | Fix new clippy lints | Sven-Hendrik Haase | 1 | -2/+2 | |
2021-10-13 | revert unnecessary changes | Ali MJ Al-Nasrawy | 1 | -46/+18 | |
2021-09-02 | cargo fmt & cargo clippy | jikstra | 1 | -2/+2 | |
2021-09-02 | Fix rebase | jikstra | 1 | -2/+2 | |
2021-09-01 | Implement a raw rendering mode for recursive folder download | jikstra | 1 | -6/+14 | |
- Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget | |||||
2021-08-30 | Fix clippy::too_many_arguments and rework error .. | Ali MJ Al-Nasrawy | 1 | -68/+18 | |
... page rendering Too many arguments are moved around and many of them are already stored in MiniserveConfig. Many of these are used to render error pages. To fix this issue, it was necessary to rework error page rendering: 1. Implement `ResponseError` for `ContextualError` so that it can be returned from service handlers as is and will then be automatically logged to the console and converted into an error response. 2. At service handler level, all error responses are now rendered as plain text. 3. 'error_page_middleware' is now responsible for the rendering of the final error page from plain text reponses. Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2021-08-28 | migrate to actix-web v4.0-beta | Ali MJ Al-Nasrawy | 1 | -23/+51 | |
2021-02-28 | Add program version footer | Tamas Levai | 1 | -0/+1 | |
2021-02-19 | Fix lints | Sven-Hendrik Haase | 1 | -2/+2 | |
2020-10-01 | restore default theme cli option and add default theme dark option | Lukas Stabe | 1 | -0/+2 | |
2020-09-26 | move css out of html into its own route | Lukas Stabe | 1 | -0/+1 | |
2020-09-25 | [wip] client-side color-scheme handling | Lukas Stabe | 1 | -2/+0 | |
2020-09-24 | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 1 | -0/+1 | |
2020-07-21 | Use actix-web-httpauth for authentication middleware | equal-l2 | 1 | -121/+30 | |
2020-07-21 | Update to actix 2 and futures 0.3 | equal-l2 | 1 | -25/+80 | |
2020-06-26 | Update sha2 to 0.9 | Sven-Hendrik Haase | 1 | -2/+2 | |
2020-03-09 | Fix deprecated stuff | Sven-Hendrik Haase | 1 | -5/+5 | |
2019-09-21 | Actually make use of pretty_assertions | Sven-Hendrik Haase | 1 | -20/+12 | |
2019-05-30 | Apply WWW_AUTHENTICATE to all Unauthorized branches | khai96_ | 1 | -11/+0 | |
2019-05-24 | Improve doc comment | khai96_ | 1 | -1/+1 | |
2019-05-18 | Add unit test for multiple accounts | khai96_ | 1 | -1/+74 | |
2019-05-17 | Fix Clippy | khai96_ | 1 | -5/+5 | |
2019-05-16 | Update unit tests | khai96_ | 1 | -18/+17 | |
2019-05-16 | Make some changes | khai96_ | 1 | -41/+55 | |
2019-05-05 | Begin to support multiple auths | khai96_ | 1 | -22/+22 | |
2019-05-03 | Return QueryParameters struct instead of tuple | boastful-squirrel | 1 | -1/+1 | |
2019-05-02 | Read query params to handle error back link | boastful-squirrel | 1 | -0/+1 | |
2019-05-02 | Cargo fmt | boastful-squirrel | 1 | -4/+8 | |
2019-05-02 | Added rustfmt_skip directive on tests | boastful-squirrel | 1 | -6/+2 | |
2019-05-01 | Return to root when auth succeeds | boastful-squirrel | 1 | -1/+1 | |
2019-05-01 | Use HTTP StatusCode for error title | boastful-squirrel | 1 | -2/+6 | |
2019-05-01 | Fix return link when random_route is set | boastful-squirrel | 1 | -1/+6 | |
2019-05-01 | Added doc | boastful-squirrel | 1 | -0/+3 | |
2019-05-01 | Display HTTP authentication errors | boastful-squirrel | 1 | -5/+38 | |
2019-05-01 | Fix some Clippy lints | khai96_ | 1 | -3/+2 | |
2019-05-01 | Ignore clippy warnings | khai96_ | 1 | -0/+1 | |
2019-04-27 | Fixed test + fixed clippy warning | boastful-squirrel | 1 | -2/+2 | |
2019-04-27 | Combine ContextualError and ContextualErrorKind into one | khai96_ | 1 | -7/+5 | |
2019-04-26 | Cargo fmt | boastful-squirrel | 1 | -2/+7 | |
2019-04-26 | Comply to change requests | khai96_ | 1 | -1/+7 | |
- Added doc comments - Added an additional test case | |||||
2019-04-25 | Use rstest_parametrize for unit tests | khai96_ | 1 | -68/+44 | |
2019-04-24 | Run cargo fmt | khai96_ | 1 | -5/+11 | |
2019-04-23 | Convert hex strings to raw byte vectors and compare them | khai96_ | 1 | -14/+19 | |