Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-19 | Add support for README.txt and README files | Gaurav-Lab-PC | 1 | -5/+12 | |
2022-09-19 | Fix `fast_qr` API breaking change | cyqsimon | 1 | -1/+1 | |
2022-09-19 | Return 403 instead of 500 for upload errs | Jonas Diemer | 2 | -3/+7 | |
2022-09-19 | Fixed clippy issue (single-char string to char) | Jonas Diemer | 1 | -1/+1 | |
2022-09-19 | Changed handling of allowed path to fix Windows | Jonas Diemer | 2 | -3/+9 | |
2022-09-18 | fix lint errors | Jonas Diemer | 1 | -2/+2 | |
2022-09-18 | Improved output of -h | Jonas Diemer | 1 | -1/+1 | |
2022-09-18 | cargo fmt | Jonas Diemer | 4 | -12/+27 | |
2022-09-18 | sanitize allowed upload paths for cases like ./dir | Jonas Diemer | 2 | -2/+3 | |
2022-09-18 | Use argument -u instead of --allowed-upload-dir | Jonas Diemer | 2 | -13/+7 | |
2022-09-18 | Clarity of comment | Jonas Diemer | 1 | -1/+1 | |
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2022-09-18 | clarity of comment | Jonas Diemer | 1 | -1/+1 | |
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2022-09-18 | Update src/file_upload.rs | Jonas Diemer | 1 | -1/+1 | |
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2022-09-18 | Renamed option for more clarity | Jonas Diemer | 4 | -9/+10 | |
2022-09-18 | cleaned up code using any() | Jonas Diemer | 2 | -25/+7 | |
2022-09-18 | Switched to use of PathBuf, fixed for subdirs | Jonas Diemer | 4 | -15/+26 | |
2022-09-18 | Added dependency to -u for --restrict-upload-dir | Jonas Diemer | 1 | -1/+2 | |
2022-09-18 | fixed rendering of upload if non-restricted | Jonas Diemer | 1 | -1/+2 | |
2022-09-18 | Added option restrict-upload-dir | Jonas Diemer | 4 | -1/+29 | |
2022-09-15 | Add tooltip on QR code | cyqsimon | 1 | -1/+1 | |
2022-09-14 | Fully qualify clap_complete::generate | Sven-Hendrik Haase | 1 | -2/+1 | |
2022-09-14 | Fix typos | Kian-Meng Ang | 4 | -5/+5 | |
Found via `codespell -L crate`. | |||||
2022-09-01 | Move QR margin size into `consts` | cyqsimon | 2 | -1/+4 | |
2022-09-01 | Switch to `fast_qr` crate | cyqsimon | 3 | -57/+16 | |
2022-09-01 | Remove leftover `dbg!` | cyqsimon | 1 | -1/+0 | |
2022-09-01 | Fix drop-down QR code | cyqsimon | 2 | -55/+66 | |
2022-08-26 | Add tests for `--readme` | Gaurav | 1 | -3/+5 | |
2022-08-22 | Fix rustfmt complaints | cyqsimon | 1 | -6/+13 | |
2022-08-22 | Use low EC level for QR code | cyqsimon | 1 | -1/+1 | |
2022-08-22 | Move QR code page style to `style.scss` | cyqsimon | 2 | -45/+25 | |
2022-08-22 | Use `mime` for content type | cyqsimon | 1 | -1/+1 | |
2022-08-22 | Fix tests | cyqsimon | 1 | -1/+1 | |
2022-08-22 | Switch to `qrcode` lib | cyqsimon | 4 | -63/+74 | |
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 | |