Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cargo-release) version 0.22.0v0.22.0 | Sven-Hendrik Haase | 2022-09-20 | 4 | -4/+7 |
| | |||||
* | Bump deps | Sven-Hendrik Haase | 2022-09-20 | 1 | -22/+15 |
| | |||||
* | Merge pull request #907 from svenstaro/dependabot/cargo/fake-tty-0.3.1 | Sven-Hendrik Haase | 2022-09-20 | 3 | -4/+4 |
|\ | | | | | Bump fake-tty from 0.2.0 to 0.3.1 | ||||
| * | Merge pull request #910 from cyqsimon/dependabot/cargo/fake-tty-0.3.1 | Sven-Hendrik Haase | 2022-09-19 | 1 | -1/+1 |
| |\ | | | | | | | Fix `fake-tty` API breaking change | ||||
| | * | Fix `fake-tty` API breaking change | cyqsimon | 2022-09-19 | 1 | -1/+1 |
| |/ | | | | | | | It's difficult to create a more trivial commit. Possible, but difficult. | ||||
| * | Bump fake-tty from 0.2.0 to 0.3.1 | dependabot[bot] | 2022-09-19 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fake-tty](https://github.com/Aloso/to-html) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/Aloso/to-html/releases) - [Changelog](https://github.com/Aloso/to-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aloso/to-html/commits) --- updated-dependencies: - dependency-name: fake-tty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Add forgotten credits to CHANGELOG | Sven-Hendrik Haase | 2022-09-20 | 1 | -2/+3 |
| | | |||||
* | | Add CHANGELOG for restricted upload directories | Sven-Hendrik Haase | 2022-09-20 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #858 from jonasdiemer/restrict-upload-dir | Sven-Hendrik Haase | 2022-09-20 | 6 | -11/+142 |
|\ \ | | | | | | | Added option restrict-upload-dir | ||||
| * | | Merge branch 'svenstaro:master' into restrict-upload-dir | Jonas Diemer | 2022-09-19 | 1 | -12/+59 |
| |\| | |||||
| * | | Return 403 instead of 500 for upload errs | Jonas Diemer | 2022-09-19 | 3 | -4/+8 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Switched to using Path in test to handle windows platform. | Jonas Diemer | 2022-09-19 | 1 | -12/+12 |
| | | | |||||
| * | | Fixing (hopefully) issue with path on Windows | Jonas Diemer | 2022-09-18 | 1 | -7/+5 |
| | | | |||||
| * | | Fixed formatting | Jonas Diemer | 2022-09-18 | 1 | -3/+4 |
| | | | |||||
| * | | trying to handle paths in a way that works for windows | Jonas Diemer | 2022-09-18 | 1 | -8/+12 |
| | | | |||||
| * | | fix lint errors | Jonas Diemer | 2022-09-18 | 1 | -2/+2 |
| | | | |||||
| * | | Improved output of -h | Jonas Diemer | 2022-09-18 | 1 | -1/+1 |
| | | | |||||
| * | | Test dir with starting - | 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 | 3 | -2/+4 |
| | | | |||||
| * | | Use argument -u instead of --allowed-upload-dir | Jonas Diemer | 2022-09-18 | 3 | -18/+12 |
| | | | |||||
| * | | check status code when restricted; fix formatting | Jonas Diemer | 2022-09-18 | 1 | -14/+12 |
| | | | |||||
| * | | test case with two allowed dirs | Jonas Diemer | 2022-09-18 | 1 | -35/+39 |
| | | | |||||
| * | | Moved use to global | Jonas Diemer | 2022-09-18 | 1 | -2/+1 |
| | | | |||||
| * | | 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> | ||||
| * | | renaming of option for clarity in test | Jonas Diemer | 2022-09-18 | 1 | -5/+5 |
| | | | |||||
| * | | 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 | 5 | -13/+14 |
| | | | |||||
| * | | Avoid error message during testing of restricted | Jonas Diemer | 2022-09-18 | 1 | -2/+2 |
| | | | |||||
| * | | added test cases for sub directory | Jonas Diemer | 2022-09-18 | 1 | -5/+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 |
| | | | |||||
| * | | Added positive test for --restrict-upload-dir | Jonas Diemer | 2022-09-18 | 1 | -0/+45 |
| | | | |||||
| * | | Removed redundant test code, fixed comments | Jonas Diemer | 2022-09-18 | 1 | -11/+5 |
| | | | |||||
| * | | Test that uploads fail if outside restricted dir | Jonas Diemer | 2022-09-18 | 1 | -0/+38 |
| | | | |||||
| * | | 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 |
| | | | |||||
* | | | Add CHANGELOG for plain text READMEs | Sven-Hendrik Haase | 2022-09-20 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #911 from Atreyagaurav/master | Sven-Hendrik Haase | 2022-09-20 | 3 | -15/+25 |
|\ \ \ | | | | | | | | | Add support for README.txt and README files | ||||
| * | | | Add support for README.txt and README files | Gaurav-Lab-PC | 2022-09-19 | 3 | -15/+25 |
| | |/ | |/| | |||||
* | | | Merge pull request #906 from svenstaro/dependabot/cargo/fast_qr-0.5.1 | Sven-Hendrik Haase | 2022-09-20 | 3 | -4/+4 |
|\ \ \ | |/ / |/| | | Bump fast_qr from 0.3.1 to 0.5.1 | ||||
| * | | Merge pull request #909 from cyqsimon/dependabot/cargo/fast_qr-0.5.1 | Sven-Hendrik Haase | 2022-09-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Fix `fast_qr` API breaking change | ||||
| | * | | Fix `fast_qr` API breaking change | cyqsimon | 2022-09-19 | 1 | -1/+1 |
| |/ / | |||||
| * / | Bump fast_qr from 0.3.1 to 0.5.1 | dependabot[bot] | 2022-09-19 | 2 | -3/+3 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.3.1 to 0.5.1. - [Release notes](https://github.com/erwanvivien/fast_qr/releases) - [Commits](https://github.com/erwanvivien/fast_qr/commits) --- updated-dependencies: - dependency-name: fast_qr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #908 from svenstaro/dependabot/cargo/clap-3.2.22 | Sven-Hendrik Haase | 2022-09-19 | 1 | -12/+59 |
|\ \ | |/ |/| | Bump clap from 3.2.21 to 3.2.22 | ||||
| * | Bump clap from 3.2.21 to 3.2.22 | dependabot[bot] | 2022-09-19 | 1 | -12/+59 |
|/ | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 3.2.22. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.21...v3.2.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |