Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EC key support (closes #1080) | Sven-Hendrik Haase | 2023-04-16 | 1 | -1/+3 |
| | |||||
* | Split up wget tests | Sven-Hendrik Haase | 2023-03-01 | 1 | -23/+35 |
| | |||||
* | Merge pull request #1043 from Yusuto/wget-fix | Sven-Hendrik Haase | 2023-03-01 | 2 | -27/+95 |
|\ | | | | | Fix the wget footer | ||||
| * | Added tests and small fixes | Silux | 2023-02-25 | 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! | ||||
| * | Switched from using AsRef<str> to using &Uri | Silux | 2023-02-22 | 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. | ||||
| * | Make the wget footer click to copy | Silux | 2023-02-22 | 1 | -1/+5 |
| | | |||||
| * | Cleaned up thewget_footer function and generated command | Silux | 2023-02-22 | 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 | ||||
| * | Fix the wget footer | Silux | 2023-02-21 | 1 | -7/+11 |
| | | | | | | | | ...by having it use the absolute url instead of the breadcrumbs | ||||
* | | Merge pull request #991 from Vam-Jam/sort_down_fix | Sven-Hendrik Haase | 2023-02-21 | 1 | -1/+1 |
|\ \ | |/ |/| | [fix] Sorting breaks subdir downloading | ||||
| * | [fix] Sorting breaks subdir downloading | Vamist | 2022-12-06 | 1 | -1/+1 |
| | | | | | | - Small check in render.rs make_link_with_trailing_slash to return nothing if link is empty, instead of adding a / | ||||
* | | Bump more deps | Sven-Hendrik Haase | 2023-01-22 | 1 | -1/+1 |
| | | |||||
* | | Fix more lints | Sven-Hendrik Haase | 2022-12-31 | 1 | -1/+1 |
| | | |||||
* | | Run cargo fmt | Sven-Hendrik Haase | 2022-12-30 | 2 | -33/+31 |
| | | |||||
* | | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 6 | -27/+27 |
|/ | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-11-11 | 1 | -1/+5 |
| | |||||
* | Fix clap 4 behavior when allowing duplicate args | Sven-Hendrik Haase | 2022-11-11 | 1 | -12/+3 |
| | |||||
* | Refactoring | IvkinStanislav | 2022-11-10 | 1 | -4/+2 |
| | |||||
* | Update datetime format | IvkinStanislav | 2022-11-10 | 1 | -1/+1 |
| | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
* | Change DateTime format | s.ivkin | 2022-10-23 | 1 | -11/+6 |
| | |||||
* | Golf a use line | Sven-Hendrik Haase | 2022-10-14 | 1 | -2/+1 |
| | |||||
* | Fix clap deprecations | Sven-Hendrik Haase | 2022-10-14 | 1 | -36/+35 |
| | | | | Also update README | ||||
* | Upgrade clap to v4 | Sven-Hendrik Haase | 2022-10-12 | 6 | -41/+43 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-09-26 | 1 | -2/+2 |
| | |||||
* | Tidy up some imports | Sven-Hendrik Haase | 2022-09-20 | 9 | -25/+24 |
| | |||||
* | Merge pull request #858 from jonasdiemer/restrict-upload-dir | Sven-Hendrik Haase | 2022-09-20 | 5 | -9/+53 |
|\ | | | | | Added option restrict-upload-dir | ||||
| * | Return 403 instead of 500 for upload errs | Jonas Diemer | 2022-09-19 | 2 | -3/+7 |
| | | |||||
| * | Fixed clippy issue (single-char string to char) | Jonas Diemer | 2022-09-19 | 1 | -1/+1 |
| | | |||||
| * | Changed handling of allowed path to fix Windows | Jonas Diemer | 2022-09-19 | 2 | -3/+9 |
| | | |||||
| * | fix lint errors | Jonas Diemer | 2022-09-18 | 1 | -2/+2 |
| | | |||||
| * | Improved output of -h | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| | | |||||
| * | cargo fmt | Jonas Diemer | 2022-09-18 | 4 | -12/+27 |
| | | |||||
| * | sanitize allowed upload paths for cases like ./dir | Jonas Diemer | 2022-09-18 | 2 | -2/+3 |
| | | |||||
| * | Use argument -u instead of --allowed-upload-dir | Jonas Diemer | 2022-09-18 | 2 | -13/+7 |
| | | |||||
| * | Clarity of comment | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
| * | clarity of comment | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
| * | Update src/file_upload.rs | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> | ||||
| * | Renamed option for more clarity | Jonas Diemer | 2022-09-18 | 4 | -9/+10 |
| | | |||||
| * | cleaned up code using any() | Jonas Diemer | 2022-09-18 | 2 | -25/+7 |
| | | |||||
| * | Switched to use of PathBuf, fixed for subdirs | Jonas Diemer | 2022-09-18 | 4 | -15/+26 |
| | | |||||
| * | Added dependency to -u for --restrict-upload-dir | Jonas Diemer | 2022-09-18 | 1 | -1/+2 |
| | | |||||
| * | fixed rendering of upload if non-restricted | Jonas Diemer | 2022-09-18 | 1 | -1/+2 |
| | | |||||
| * | Added option restrict-upload-dir | Jonas Diemer | 2022-09-18 | 4 | -1/+29 |
| | | |||||
* | | Merge pull request #911 from Atreyagaurav/master | Sven-Hendrik Haase | 2022-09-20 | 1 | -5/+12 |
|\ \ | | | | | | | Add support for README.txt and README files | ||||
| * | | Add support for README.txt and README files | Gaurav-Lab-PC | 2022-09-19 | 1 | -5/+12 |
| |/ | |||||
* / | Fix `fast_qr` API breaking change | cyqsimon | 2022-09-19 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into qrcode | cyqsimon | 2022-09-15 | 5 | -10/+11 |
|\ | |||||
| * | Merge pull request #902 from kianmeng/fix-typos | Sven-Hendrik Haase | 2022-09-15 | 4 | -5/+5 |
| |\ | | | | | | | Fix typos | ||||
| | * | Fix typos | Kian-Meng Ang | 2022-09-14 | 4 | -5/+5 |
| | | | | | | | | | | | | Found via `codespell -L crate`. | ||||
| * | | Merge pull request #880 from Atreyagaurav/master | Sven-Hendrik Haase | 2022-09-15 | 1 | -3/+5 |
| |\ \ | | | | | | | | | Add tests for `--readme` | ||||
| | * | | Add tests for `--readme` | Gaurav | 2022-08-26 | 1 | -3/+5 |
| | |/ |