Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-14 | Fully qualify clap_complete::generate | Sven-Hendrik Haase | 1 | -2/+1 | |
2022-08-14 | Simplify README code a bit | Sven-Hendrik Haase | 2 | -43/+16 | |
2022-08-14 | Correct Spelling | Gaurav | 1 | -1/+1 | |
2022-08-14 | Edit Readme struct to remove render bool | Gaurav | 2 | -23/+12 | |
2022-08-14 | Make Readme struct | Gaurav | 2 | -26/+52 | |
2022-08-14 | Add `--readme` info and reformat | Gaurav | 3 | -12/+12 | |
2022-08-14 | Satisfy cargo fmt | Gaurav | 3 | -22/+30 | |
2022-08-14 | Replace `markdown` by `comrak`; Render support for nested dirs | Gaurav | 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. | |||||
2022-08-14 | Add `--readme` flag to cli | Gaurav | 3 | -2/+10 | |
2022-08-14 | Add support for readme rendering | Gaurav | 2 | -1/+16 | |
2022-07-28 | Apply suggestions from code review | zhoupeiheng | 1 | -0/+3 | |
2022-07-28 | test: check_static_file_route_pattern | zhoupeiheng | 1 | -2/+8 | |
2022-07-28 | fix: static file support route_prefix | zhoupeiheng | 1 | -2/+5 | |
2022-07-22 | Remove trailing space to appease `cargo fmt` | cyqsimon | 1 | -1/+1 | |
2022-07-22 | Apply suggestions from code review | cyqsimon | 1 | -1/+4 | |
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2022-07-22 | Update actix-web-httpauth to v0.8 | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-07-21 | Use `mime` for all content type declarations | cyqsimon | 2 | -18/+16 | |
2022-07-20 | Minor refactor on `run` | cyqsimon | 1 | -36/+16 | |
2022-07-20 | refactor `configure_app` | cyqsimon | 1 | -44/+24 | |
2022-07-19 | Bump deps | Sven-Hendrik Haase | 1 | -4/+6 | |
2022-06-26 | Create directory (#781) | Sheepy | 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 | |||||
2022-06-07 | Fix lint | Sven-Hendrik Haase | 1 | -2/+2 | |
2022-05-23 | Flip usage of theme selector showing functionality added in last commit | Sven-Hendrik Haase | 3 | -11/+11 | |
This is so it doesn't break current configurations. Let's not surprise the users. | |||||
2022-05-23 | Add configuration `change-theme` (#805) | FLAMINGO | 3 | -10/+20 | |
Add configuration `change-theme`Add configuration `change-theme` | |||||
2022-05-23 | Fix new clippy lints | Sven-Hendrik Haase | 2 | -3/+3 | |
2022-05-18 | Fix security issue with --no-symlinks | Sven-Hendrik Haase | 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. | |||||
2022-05-06 | Allow clippy::format_push_string | Sven-Hendrik Haase | 1 | -3/+5 | |
I think if we followed the lint the code would be less readable for no real benefit. | |||||
2022-03-30 | Do not use the route for the favicon and stylesheet | Stefan Huber | 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. | |||||
2022-03-12 | Allow to set the accept input attribute to arbitrary values | Johannes May | 3 | -2/+46 | |
2022-03-07 | Fix lints | Sven-Hendrik Haase | 1 | -3/+2 | |
2022-02-20 | Add man page support using --print-manpage (fixes #730) | Sven-Hendrik Haase | 2 | -0/+11 | |
2022-02-16 | Bump deps | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-02-06 | Make more use of flex in mobile formatting (fixes #142) | Sven-Hendrik Haase | 1 | -5/+9 | |
2022-02-06 | Fix route_prefix for css and favicon | Ali MJ Al-Nasrawy | 3 | -10/+7 | |
2022-02-05 | update to actix-web v4.0-rc.2 | Ali MJ Al-Nasrawy | 4 | -35/+26 | |
2022-01-04 | Apply alimjays suggestion | Jikstra | 1 | -1/+0 | |
Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2022-01-03 | Apply requested changes | jikstra | 1 | -7/+1 | |
2022-01-03 | Update src/config.rs | Jikstra | 1 | -1/+1 | |
Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2022-01-03 | Upgrade clap | Sven-Hendrik Haase | 2 | -2/+2 | |
2021-12-29 | Implement --route-prefix to set specific route prefix | jikstra | 5 | -22/+25 | |
2021-12-28 | Bump actix-web to v4.0-beta.15 | jikstra | 6 | -32/+56 | |
Co-authored-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | |||||
2021-12-28 | Bump actix-web to v4.0-beta.9 | Ali MJ Al-Nasrawy | 1 | -4/+0 | |
2021-12-20 | Fix lints | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-12-10 | Fixes type in main.rs | Sam Schlinkert | 1 | -1/+1 | |
"Availabe" -> "Available" | |||||
2021-12-09 | Bump deps | Sven-Hendrik Haase | 2 | -3/+3 | |
2021-10-26 | Upgrade to Rust 2021 edition | Sven-Hendrik Haase | 1 | -4/+4 | |
2021-10-25 | Refactor SPA-mode to make it more ergonomic | Sven-Hendrik Haase | 3 | -33/+35 | |
2021-10-25 | Fix lint | Sven-Hendrik Haase | 1 | -5/+1 | |
2021-10-18 | Update clap | Sven-Hendrik Haase | 2 | -28/+11 | |
2021-10-18 | Use Path instead of PathBuf for parameter | Billy Bradley | 1 | -3/+4 | |