Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #849 from cyqsimon/refactor | Sven-Hendrik Haase | 2022-07-24 | 3 | -98/+59 | |
|\ | | | | | Minor refactoring | |||||
| * | 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> | |||||
| * | Use `mime` for all content type declarations | cyqsimon | 2022-07-21 | 2 | -18/+16 | |
| | | ||||||
| * | Minor refactor on `run` | cyqsimon | 2022-07-20 | 1 | -36/+16 | |
| | | ||||||
| * | refactor `configure_app` | cyqsimon | 2022-07-20 | 1 | -44/+24 | |
| | | ||||||
* | | Update actix-web-httpauth to v0.8 | Sven-Hendrik Haase | 2022-07-22 | 1 | -1/+1 | |
|/ | ||||||
* | Bump deps | Sven-Hendrik Haase | 2022-07-19 | 1 | -4/+6 | |
| | ||||||
* | Create directory (#781) | Sheepy | 2022-06-26 | 6 | -32/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ability to make directory Frontend for making directories Fix potential security vulnerability (CWE-23) Add tests Update README.md Disallow using parent directories altogether Fix formatting Fix clippy warnings Address review comments Update README.md Change `making` to `creation` Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> Have make directory flag require file upload flag Address review comments * Disallow uploading files and making directories through symlinks when disabled * Add test * Clippy formatting changes * Add test doc comment | |||||
* | Fix lint | Sven-Hendrik Haase | 2022-06-07 | 1 | -2/+2 | |
| | ||||||
* | Flip usage of theme selector showing functionality added in last commit | Sven-Hendrik Haase | 2022-05-23 | 3 | -11/+11 | |
| | | | | This is so it doesn't break current configurations. Let's not surprise the users. | |||||
* | Add configuration `change-theme` (#805) | FLAMINGO | 2022-05-23 | 3 | -10/+20 | |
| | | | Add configuration `change-theme`Add configuration `change-theme` | |||||
* | Fix new clippy lints | Sven-Hendrik Haase | 2022-05-23 | 2 | -3/+3 | |
| | ||||||
* | Fix security issue with --no-symlinks | Sven-Hendrik Haase | 2022-05-18 | 2 | -2/+21 | |
| | | | | | 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. | |||||
* | Allow clippy::format_push_string | Sven-Hendrik Haase | 2022-05-06 | 1 | -3/+5 | |
| | | | | I think if we followed the lint the code would be less readable for no real benefit. | |||||
* | Do not use the route for the favicon and stylesheet | Stefan Huber | 2022-03-30 | 1 | -2/+2 | |
| | | | | | In order to no leak the random generated route, we must not use it as prefix in the 404 error page. Indeed we can just use a top-level path for these files. | |||||
* | Merge pull request #755 from mayjs/upload-mediatypes | Sven-Hendrik Haase | 2022-03-15 | 3 | -2/+46 | |
|\ | | | | | Allow to set the accept input attribute to arbitrary values | |||||
| * | Allow to set the accept input attribute to arbitrary values | Johannes May | 2022-03-12 | 3 | -2/+46 | |
| | | ||||||
* | | Fix lints | Sven-Hendrik Haase | 2022-03-07 | 1 | -3/+2 | |
|/ | ||||||
* | Add man page support using --print-manpage (fixes #730) | Sven-Hendrik Haase | 2022-02-20 | 2 | -0/+11 | |
| | ||||||
* | Bump deps | Sven-Hendrik Haase | 2022-02-16 | 1 | -1/+1 | |
| | ||||||
* | Make more use of flex in mobile formatting (fixes #142) | Sven-Hendrik Haase | 2022-02-06 | 1 | -5/+9 | |
| | ||||||
* | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 2022-02-06 | 3 | -10/+7 | |
| | ||||||
* | Merge 'jikstra/feat_route_prefix' #682 | Ali MJ Al-Nasrawy | 2022-02-06 | 5 | -23/+19 | |
|\ | ||||||
| * | Apply alimjays suggestion | Jikstra | 2022-01-04 | 1 | -1/+0 | |
| | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
| * | Merge branch 'feat_route_prefix' of github.com:Jikstra/miniserve into ↵ | jikstra | 2022-01-03 | 1 | -1/+1 | |
| |\ | | | | | | | | | | feat_route_prefix | |||||
| | * | Update src/config.rs | Jikstra | 2022-01-03 | 1 | -1/+1 | |
| | | | | | | | | | Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
| * | | Apply requested changes | jikstra | 2022-01-03 | 1 | -7/+1 | |
| |/ | ||||||
| * | Implement --route-prefix to set specific route prefix | jikstra | 2021-12-29 | 5 | -22/+25 | |
| | | ||||||
* | | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 2022-02-05 | 4 | -35/+26 | |
| | | ||||||
* | | merge from jikstra | Ali MJ Al-Nasrawy | 2022-02-05 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Upgrade clap | Sven-Hendrik Haase | 2022-01-03 | 2 | -2/+2 | |
| |/ | ||||||
* | | Bump actix-web to v4.0-beta.15 | jikstra | 2021-12-28 | 6 | -32/+56 | |
| | | | | | | | | 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 | |
|/ | ||||||
* | Fix lints | Sven-Hendrik Haase | 2021-12-20 | 1 | -1/+1 | |
| | ||||||
* | Fixes type in main.rs | Sam Schlinkert | 2021-12-10 | 1 | -1/+1 | |
| | | | "Availabe" -> "Available" | |||||
* | Bump deps | Sven-Hendrik Haase | 2021-12-09 | 2 | -3/+3 | |
| | ||||||
* | Upgrade to Rust 2021 edition | Sven-Hendrik Haase | 2021-10-26 | 1 | -4/+4 | |
| | ||||||
* | Refactor SPA-mode to make it more ergonomic | Sven-Hendrik Haase | 2021-10-25 | 3 | -33/+35 | |
| | ||||||
* | Fix lint | Sven-Hendrik Haase | 2021-10-25 | 1 | -5/+1 | |
| | ||||||
* | Merge pull request #515 from sinking-point/sinkingpoint/add-spa-index-option-474 | Sven-Hendrik Haase | 2021-10-25 | 3 | -11/+49 | |
|\ | | | | | Add --spa-index option | |||||
| * | Use Path instead of PathBuf for parameter | Billy Bradley | 2021-10-18 | 1 | -3/+4 | |
| | | ||||||
| * | Only clone spa_index when necessary | Billy Bradley | 2021-10-15 | 1 | -1/+4 | |
| | | ||||||
| * | Fix formatting | Billy Bradley | 2021-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Use NamedFile as default handler to simplify --spa-index option implementation | Billy Bradley | 2021-10-10 | 1 | -17/+5 | |
| | | ||||||
| * | Add --spa-index option | Billy Bradley | 2021-10-08 | 3 | -11/+57 | |
| | | ||||||
* | | Update clap | Sven-Hendrik Haase | 2021-10-18 | 2 | -28/+11 | |
| | | ||||||
* | | revert unnecessary changes | Ali MJ Al-Nasrawy | 2021-10-13 | 3 | -61/+26 | |
|/ | ||||||
* | Merge pull request #508 from Jikstra/feat_raw_mode | Sven-Hendrik Haase | 2021-09-23 | 5 | -23/+125 | |
|\ | | | | | Implement a raw rendering mode for recursive folder download | |||||
| * | Implement --show-wget-footer argument | jikstra | 2021-09-10 | 3 | -2/+12 | |
| | |