Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-05 | Fix ANSI color codes are printed when not a tty | Sven-Hendrik Haase | 1 | -12/+14 | |
Fixes #1095. | |||||
2023-07-05 | Allow parameters to be provided via env vars | Sven-Hendrik Haase | 1 | -32/+78 | |
Fixes #829. | |||||
2023-07-02 | Remove atty dep | Sven-Hendrik Haase | 1 | -4/+4 | |
We can now use the stabilized IsTerminal trait. | |||||
2023-04-20 | Switch from deprecated get_if_addrs to if-addrs | Sven-Hendrik Haase | 1 | -1/+1 | |
Fixes #1079. | |||||
2023-04-16 | Add EC key support (closes #1080) | Sven-Hendrik Haase | 1 | -1/+3 | |
2023-03-01 | Split up wget tests | Sven-Hendrik Haase | 1 | -23/+35 | |
2023-02-25 | Added tests and small fixes | Silux | 1 | -5/+68 | |
...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs! | |||||
2023-02-22 | Switched from using AsRef<str> to using &Uri | Silux | 2 | -16/+17 | |
I honestly just switched the definition and then frantically changed small things based on rusts error messages, but it passes fmt, clippy and tests so I think it's fine. This allow a bit finer control over the URI, but is honetly a bit insignificant. | |||||
2023-02-22 | Make the wget footer click to copy | Silux | 1 | -1/+5 | |
2023-02-22 | Cleaned up thewget_footer function and generated command | Silux | 1 | -18/+14 | |
The command now has slightly more concise flags, the cut_dir flag gets omitted when it would be zero, if downloading root put files in a folder named the title of the page, use match claues instead of ifs, bit more concise I think | |||||
2023-02-21 | Fix the wget footer | Silux | 1 | -7/+11 | |
...by having it use the absolute url instead of the breadcrumbs | |||||
2023-01-22 | Bump more deps | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-12-31 | Fix more lints | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-12-30 | Run cargo fmt | Sven-Hendrik Haase | 2 | -33/+31 | |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 6 | -27/+27 | |
2022-12-06 | [fix] Sorting breaks subdir downloading | Vamist | 1 | -1/+1 | |
- Small check in render.rs make_link_with_trailing_slash to return nothing if link is empty, instead of adding a / | |||||
2022-11-11 | Bump deps | Sven-Hendrik Haase | 1 | -1/+5 | |
2022-11-11 | Fix clap 4 behavior when allowing duplicate args | Sven-Hendrik Haase | 1 | -12/+3 | |
2022-11-10 | Refactoring | IvkinStanislav | 1 | -4/+2 | |
2022-11-10 | Update datetime format | IvkinStanislav | 1 | -1/+1 | |
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | |||||
2022-10-23 | Change DateTime format | s.ivkin | 1 | -11/+6 | |
2022-10-14 | Golf a use line | Sven-Hendrik Haase | 1 | -2/+1 | |
2022-10-14 | Fix clap deprecations | Sven-Hendrik Haase | 1 | -36/+35 | |
Also update README | |||||
2022-10-12 | Upgrade clap to v4 | Sven-Hendrik Haase | 6 | -41/+43 | |
2022-09-26 | Bump deps | Sven-Hendrik Haase | 1 | -2/+2 | |
2022-09-20 | Tidy up some imports | Sven-Hendrik Haase | 9 | -25/+24 | |
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 | |