aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump serde from 1.0.144 to 1.0.145dependabot[bot]2022-09-231-4/+4
|/ | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #912 from svenstaro/dependabot/cargo/reqwest-0.11.12Sven-Hendrik Haase2022-09-221-3/+3
|\ | | | | Bump reqwest from 0.11.11 to 0.11.12
| * Bump reqwest from 0.11.11 to 0.11.12dependabot[bot]2022-09-211-3/+3
|/ | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.11...v0.11.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Tidy up some importsSven-Hendrik Haase2022-09-209-25/+24
|
* Get rid of some unused dependenciesSven-Hendrik Haase2022-09-202-142/+2
|
* Update README with new --help outputSven-Hendrik Haase2022-09-201-15/+12
|
* (cargo-release) version 0.22.0v0.22.0Sven-Hendrik Haase2022-09-204-4/+7
|
* Bump depsSven-Hendrik Haase2022-09-201-22/+15
|
* Merge pull request #907 from svenstaro/dependabot/cargo/fake-tty-0.3.1Sven-Hendrik Haase2022-09-203-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.1Sven-Hendrik Haase2022-09-191-1/+1
| |\ | | | | | | Fix `fake-tty` API breaking change
| | * Fix `fake-tty` API breaking changecyqsimon2022-09-191-1/+1
| |/ | | | | | | It's difficult to create a more trivial commit. Possible, but difficult.
| * Bump fake-tty from 0.2.0 to 0.3.1dependabot[bot]2022-09-192-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 CHANGELOGSven-Hendrik Haase2022-09-201-2/+3
| |
* | Add CHANGELOG for restricted upload directoriesSven-Hendrik Haase2022-09-201-0/+3
| |
* | Merge pull request #858 from jonasdiemer/restrict-upload-dirSven-Hendrik Haase2022-09-206-11/+142
|\ \ | | | | | | Added option restrict-upload-dir
| * | Merge branch 'svenstaro:master' into restrict-upload-dirJonas Diemer2022-09-191-12/+59
| |\|
| * | Return 403 instead of 500 for upload errsJonas Diemer2022-09-193-4/+8
| | |
| * | Fixed clippy issue (single-char string to char)Jonas Diemer2022-09-191-1/+1
| | |
| * | Changed handling of allowed path to fix WindowsJonas Diemer2022-09-192-3/+9
| | |
| * | Switched to using Path in test to handle windows platform.Jonas Diemer2022-09-191-12/+12
| | |
| * | Fixing (hopefully) issue with path on WindowsJonas Diemer2022-09-181-7/+5
| | |
| * | Fixed formattingJonas Diemer2022-09-181-3/+4
| | |
| * | trying to handle paths in a way that works for windowsJonas Diemer2022-09-181-8/+12
| | |
| * | fix lint errorsJonas Diemer2022-09-181-2/+2
| | |
| * | Improved output of -hJonas Diemer2022-09-181-1/+1
| | |
| * | Test dir with starting -Jonas Diemer2022-09-181-1/+1
| | |
| * | cargo fmtJonas Diemer2022-09-184-12/+27
| | |
| * | sanitize allowed upload paths for cases like ./dirJonas Diemer2022-09-183-2/+4
| | |
| * | Use argument -u instead of --allowed-upload-dirJonas Diemer2022-09-183-18/+12
| | |
| * | check status code when restricted; fix formattingJonas Diemer2022-09-181-14/+12
| | |
| * | test case with two allowed dirsJonas Diemer2022-09-181-35/+39
| | |
| * | Moved use to globalJonas Diemer2022-09-181-2/+1
| | |
| * | Clarity of commentJonas Diemer2022-09-181-1/+1
| | | | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * | clarity of commentJonas Diemer2022-09-181-1/+1
| | | | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * | renaming of option for clarity in testJonas Diemer2022-09-181-5/+5
| | |
| * | Update src/file_upload.rsJonas Diemer2022-09-181-1/+1
| | | | | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * | Renamed option for more clarityJonas Diemer2022-09-185-13/+14
| | |
| * | Avoid error message during testing of restrictedJonas Diemer2022-09-181-2/+2
| | |
| * | added test cases for sub directoryJonas Diemer2022-09-181-5/+10
| | |
| * | cleaned up code using any()Jonas Diemer2022-09-182-25/+7
| | |
| * | Switched to use of PathBuf, fixed for subdirsJonas Diemer2022-09-184-15/+26
| | |
| * | Added dependency to -u for --restrict-upload-dirJonas Diemer2022-09-181-1/+2
| | |
| * | Added positive test for --restrict-upload-dirJonas Diemer2022-09-181-0/+45
| | |
| * | Removed redundant test code, fixed commentsJonas Diemer2022-09-181-11/+5
| | |
| * | Test that uploads fail if outside restricted dirJonas Diemer2022-09-181-0/+38
| | |
| * | fixed rendering of upload if non-restrictedJonas Diemer2022-09-181-1/+2
| | |
| * | Added option restrict-upload-dirJonas Diemer2022-09-184-1/+29
| | |
* | | Add CHANGELOG for plain text READMEsSven-Hendrik Haase2022-09-201-0/+2
| | |
* | | Merge pull request #911 from Atreyagaurav/masterSven-Hendrik Haase2022-09-203-15/+25
|\ \ \ | | | | | | | | Add support for README.txt and README files
| * | | Add support for README.txt and README filesGaurav-Lab-PC2022-09-193-15/+25
| | |/ | |/|