Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fully qualify clap_complete::generate | Sven-Hendrik Haase | 2022-09-14 | 1 | -2/+1 | |
| |/ | ||||||
* | | Add tooltip on QR code | cyqsimon | 2022-09-15 | 1 | -1/+1 | |
| | | ||||||
* | | Move QR margin size into `consts` | cyqsimon | 2022-09-01 | 2 | -1/+4 | |
| | | ||||||
* | | Switch to `fast_qr` crate | cyqsimon | 2022-09-01 | 3 | -57/+16 | |
| | | ||||||
* | | Remove leftover `dbg!` | cyqsimon | 2022-09-01 | 1 | -1/+0 | |
| | | ||||||
* | | Fix drop-down QR code | cyqsimon | 2022-09-01 | 2 | -55/+66 | |
| | | ||||||
* | | Fix rustfmt complaints | cyqsimon | 2022-08-22 | 1 | -6/+13 | |
| | | ||||||
* | | Use low EC level for QR code | cyqsimon | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
* | | Move QR code page style to `style.scss` | cyqsimon | 2022-08-22 | 2 | -45/+25 | |
| | | ||||||
* | | Use `mime` for content type | cyqsimon | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fix tests | cyqsimon | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
* | | Switch to `qrcode` lib | cyqsimon | 2022-08-22 | 4 | -63/+74 | |
|/ | ||||||
* | Simplify README code a bit | Sven-Hendrik Haase | 2022-08-14 | 2 | -43/+16 | |
| | ||||||
* | Correct Spelling | Gaurav | 2022-08-14 | 1 | -1/+1 | |
| | ||||||
* | Edit Readme struct to remove render bool | Gaurav | 2022-08-14 | 2 | -23/+12 | |
| | ||||||
* | Make Readme struct | Gaurav | 2022-08-14 | 2 | -26/+52 | |
| | ||||||
* | Add `--readme` info and reformat | Gaurav | 2022-08-14 | 3 | -12/+12 | |
| | ||||||
* | Satisfy cargo fmt | Gaurav | 2022-08-14 | 3 | -22/+30 | |
| | ||||||
* | Replace `markdown` by `comrak`; Render support for nested dirs | Gaurav | 2022-08-14 | 2 | -6/+15 | |
| | | | | | | | * README.md will be rendered at currently visiting directory instead of just in the root. * Rendering is now done by comrak, which seems heavy but has a lot more features. | |||||
* | Add `--readme` flag to cli | Gaurav | 2022-08-14 | 3 | -2/+10 | |
| | ||||||
* | Add support for readme rendering | Gaurav | 2022-08-14 | 2 | -1/+16 | |
| | ||||||
* | Apply suggestions from code review | zhoupeiheng | 2022-07-28 | 1 | -0/+3 | |
| | ||||||
* | test: check_static_file_route_pattern | zhoupeiheng | 2022-07-28 | 1 | -2/+8 | |
| | ||||||
* | fix: static file support route_prefix | zhoupeiheng | 2022-07-28 | 1 | -2/+5 | |
| | ||||||
* | 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 |