aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #955 from svenstaro/use-distroless-imageSven-Hendrik Haase2022-11-081-1/+1
|\ \ \ | |/ / |/| | Use gcr.io/distroless/cc as a glibc-based container instead of ubuntu
| * | Use gcr.io/distroless/cc as a glibc-based container instead of ubuntuSven-Hendrik Haase2022-11-061-1/+1
|/ / | | | | | | This should have less useless stuff in the image and fix #939.
| * Update datetime formatIvkinStanislav2022-11-101-1/+1
| | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * Change DateTime formats.ivkin2022-10-232-16/+7
|/
* Merge pull request #940 from svenstaro/dependabot/cargo/clap_complete-4.0.3Sven-Hendrik Haase2022-10-191-2/+2
|\ | | | | Bump clap_complete from 4.0.2 to 4.0.3
| * Bump clap_complete from 4.0.2 to 4.0.3dependabot[bot]2022-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.0.2...clap_complete-v4.0.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #941 from svenstaro/dependabot/cargo/clap_mangen-0.2.3Sven-Hendrik Haase2022-10-191-2/+2
|\ \ | | | | | | Bump clap_mangen from 0.2.2 to 0.2.3
| * | Bump clap_mangen from 0.2.2 to 0.2.3dependabot[bot]2022-10-191-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.2...clap_mangen-v0.2.3) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #942 from svenstaro/dependabot/cargo/rustls-0.20.7Sven-Hendrik Haase2022-10-191-2/+2
|\ \ | | | | | | Bump rustls from 0.20.6 to 0.20.7
| * | Bump rustls from 0.20.6 to 0.20.7dependabot[bot]2022-10-191-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rustls](https://github.com/rustls/rustls) from 0.20.6 to 0.20.7. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.6...v/0.20.7) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #943 from svenstaro/dependabot/cargo/clap-4.0.17Sven-Hendrik Haase2022-10-191-2/+2
|\ \ | |/ |/| Bump clap from 4.0.16 to 4.0.17
| * Bump clap from 4.0.16 to 4.0.17dependabot[bot]2022-10-191-2/+2
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.0.16 to 4.0.17. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.0.16...v4.0.17) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #938 from svenstaro/dependabot/cargo/clap-4.0.16Sven-Hendrik Haase2022-10-181-2/+2
|\ | | | | Bump clap from 4.0.15 to 4.0.16
| * Bump clap from 4.0.15 to 4.0.16dependabot[bot]2022-10-181-2/+2
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.0.15 to 4.0.16. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.0.15...v4.0.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Don't try to set version in README anymoreSven-Hendrik Haase2022-10-151-1/+0
| | | | This is outdated since the new clap doesn't print the version in the help output.
* Golf a use lineSven-Hendrik Haase2022-10-141-2/+1
|
* Try to reflow README to fit betterSven-Hendrik Haase2022-10-141-7/+10
|
* Fix clap deprecationsSven-Hendrik Haase2022-10-143-132/+126
| | | | Also update README
* Bump depsSven-Hendrik Haase2022-10-141-4/+4
|
* Merge pull request #929 from svenstaro/upgrade-clapSven-Hendrik Haase2022-10-1410-111/+196
|\ | | | | Upgrade clap to v4
| * Add CHANGELOG for clap v4 upgradeSven-Hendrik Haase2022-10-121-0/+1
| |
| * Explain required argument disambiguation with -uSven-Hendrik Haase2022-10-121-1/+8
| | | | | | | | Fixes #919.
| * Upgrade clap to v4Sven-Hendrik Haase2022-10-128-110/+187
|/
* Bump depsSven-Hendrik Haase2022-09-271-11/+10
|
* Merge pull request #918 from tranzystorek-io/remove-clap2Sven-Hendrik Haase2022-09-262-59/+6
|\ | | | | Remove unused clap2 dependency
| * Remove unused clap2 dependencyMarcin Puc2022-09-262-59/+6
|/
* Bump depsSven-Hendrik Haase2022-09-263-31/+37
|
* Merge pull request #917 from svenstaro/dependabot/cargo/thiserror-1.0.36Sven-Hendrik Haase2022-09-261-4/+4
|\ | | | | Bump thiserror from 1.0.35 to 1.0.36
| * Bump thiserror from 1.0.35 to 1.0.36dependabot[bot]2022-09-261-4/+4
|/ | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.35...1.0.36) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #914 from svenstaro/dependabot/cargo/serde-1.0.145Sven-Hendrik Haase2022-09-231-4/+4
|\ | | | | Bump serde from 1.0.144 to 1.0.145
| * 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
| | |