aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (cargo-release) version 0.19.4v0.19.4Sven-Hendrik Haase2022-04-024-4/+7
|
* Bump depsSven-Hendrik Haase2022-04-022-38/+22
|
* Merge pull request #765 from svenstaro/dependabot/cargo/clap-3.1.7Sven-Hendrik Haase2022-04-012-8/+8
|\ | | | | Bump clap from 3.1.6 to 3.1.7
| * Bump clap from 3.1.6 to 3.1.7dependabot[bot]2022-04-012-8/+8
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.7. - [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/v3.1.6...v3.1.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Patch zip to ensure it builds on mipsSven-Hendrik Haase2022-03-312-2/+5
|
* Add CHANGELOG for fixed random route leakageSven-Hendrik Haase2022-03-301-0/+1
|
* Merge pull request #764 from steffhip/do-not-leak-random-routeSven-Hendrik Haase2022-03-301-2/+2
|\ | | | | Do not use the route for the favicon and stylesheet
| * Do not use the route for the favicon and stylesheetStefan Huber2022-03-301-2/+2
| | | | | | | | | | In order to no leak the random generated route, we must not use it as prefix in the 404 error page. Indeed we can just use a top-level path for these files.
* | Bump depsSven-Hendrik Haase2022-03-302-132/+99
|/
* Merge pull request #761 from svenstaro/dependabot/cargo/yansi-0.5.1Sven-Hendrik Haase2022-03-231-2/+2
|\ | | | | Bump yansi from 0.5.0 to 0.5.1
| * Bump yansi from 0.5.0 to 0.5.1dependabot[bot]2022-03-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [yansi](https://github.com/SergioBenitez/yansi) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/SergioBenitez/yansi/releases) - [Commits](https://github.com/SergioBenitez/yansi/commits) --- updated-dependencies: - dependency-name: yansi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #762 from svenstaro/dependabot/cargo/log-0.4.16Sven-Hendrik Haase2022-03-231-2/+2
|\ \ | |/ |/| Bump log from 0.4.14 to 0.4.16
| * Bump log from 0.4.14 to 0.4.16dependabot[bot]2022-03-231-2/+2
|/ | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2022-03-151-23/+31
|
* (cargo-release) version 0.19.3v0.19.3Sven-Hendrik Haase2022-03-154-4/+7
|
* Add CHANGELOG for #755Sven-Hendrik Haase2022-03-152-0/+9
|
* Merge pull request #755 from mayjs/upload-mediatypesSven-Hendrik Haase2022-03-155-2/+73
|\ | | | | Allow to set the accept input attribute to arbitrary values
| * Add an example for the media-type featureJohannes May2022-03-131-0/+7
| |
| * Add test cases for the media-type parametersJohannes May2022-03-131-0/+20
| |
| * Allow to set the accept input attribute to arbitrary valuesJohannes May2022-03-123-2/+46
| |
* | Merge pull request #757 from svenstaro/dependabot/cargo/reqwest-0.11.10Sven-Hendrik Haase2022-03-151-15/+6
|\ \ | | | | | | Bump reqwest from 0.11.9 to 0.11.10
| * | Bump reqwest from 0.11.9 to 0.11.10dependabot[bot]2022-03-151-15/+6
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.9 to 0.11.10. - [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.9...v0.11.10) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #756 from svenstaro/dependabot/cargo/pretty_assertions-1.2.0Sven-Hendrik Haase2022-03-142-3/+3
|\ \ | | | | | | Bump pretty_assertions from 1.1.0 to 1.2.0
| * | Bump pretty_assertions from 1.1.0 to 1.2.0dependabot[bot]2022-03-142-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/commits) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #752 from svenstaro/dependabot/cargo/regex-1.5.5Sven-Hendrik Haase2022-03-091-2/+2
|\ \ | | | | | | Bump regex from 1.5.4 to 1.5.5
| * | Bump regex from 1.5.4 to 1.5.5dependabot[bot]2022-03-091-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Fix lintsSven-Hendrik Haase2022-03-071-3/+2
| |
* | Bump depsSven-Hendrik Haase2022-03-071-22/+22
| |
* | Merge pull request #751 from svenstaro/dependabot/cargo/alphanumeric-sort-1.4.4Sven-Hendrik Haase2022-03-071-2/+2
|\ \ | |/ |/| Bump alphanumeric-sort from 1.4.3 to 1.4.4
| * Bump alphanumeric-sort from 1.4.3 to 1.4.4dependabot[bot]2022-03-071-2/+2
|/ | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: alphanumeric-sort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #747 from svenstaro/dependabot/cargo/clap_complete-3.1.1Sven-Hendrik Haase2022-03-032-3/+3
|\ | | | | Bump clap_complete from 3.1.0 to 3.1.1
| * Bump clap_complete from 3.1.0 to 3.1.1dependabot[bot]2022-03-032-3/+3
|/ | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.0 to 3.1.1. - [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-v3.1.0...clap_complete-v3.1.1) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2022-03-022-48/+32
|
* Merge pull request #745 from svenstaro/dependabot/cargo/clap-3.1.3Sven-Hendrik Haase2022-03-012-6/+6
|\ | | | | Bump clap from 3.1.2 to 3.1.3
| * Bump clap from 3.1.2 to 3.1.3dependabot[bot]2022-03-012-6/+6
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.2 to 3.1.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/v3.1.2...v3.1.3) --- 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 #743 from svenstaro/dependabot/cargo/clap-3.1.2Sven-Hendrik Haase2022-02-242-6/+6
|\ | | | | Bump clap from 3.1.1 to 3.1.2
| * Bump clap from 3.1.1 to 3.1.2dependabot[bot]2022-02-242-6/+6
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.1 to 3.1.2. - [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/v3.1.1...v3.1.2) --- 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 #742 from svenstaro/dependabot/cargo/anyhow-1.0.55Sven-Hendrik Haase2022-02-221-2/+2
|\ | | | | Bump anyhow from 1.0.54 to 1.0.55
| * Bump anyhow from 1.0.54 to 1.0.55dependabot[bot]2022-02-221-2/+2
|/ | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.54 to 1.0.55. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.54...1.0.55) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #740 from svenstaro/dependabot/cargo/strum_macros-0.24.0Sven-Hendrik Haase2022-02-222-20/+5
|\ | | | | Bump strum_macros from 0.23.1 to 0.24.0
| * Bump strum_macros from 0.23.1 to 0.24.0dependabot[bot]2022-02-222-20/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #741 from svenstaro/dependabot/cargo/clap-3.1.1Sven-Hendrik Haase2022-02-222-6/+6
|\ \ | |/ |/| Bump clap from 3.1.0 to 3.1.1
| * Bump clap from 3.1.0 to 3.1.1dependabot[bot]2022-02-222-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.1.0 to 3.1.1. - [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-v3.1.0...v3.1.1) --- 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 #739 from svenstaro/dependabot/cargo/strum-0.24.0Sven-Hendrik Haase2022-02-222-3/+3
|\ \ | |/ |/| Bump strum from 0.23.0 to 0.24.0
| * Bump strum from 0.23.0 to 0.24.0dependabot[bot]2022-02-222-3/+3
|/ | | | | | | | | | | | | | | Bumps [strum](https://github.com/Peternator7/strum) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Add CHANGELOG for #738Sven-Hendrik Haase2022-02-211-0/+1
|
* (cargo-release) version 0.19.2v0.19.2Sven-Hendrik Haase2022-02-214-4/+7
|
* Update READMESven-Hendrik Haase2022-02-211-0/+3
|
* Merge pull request #738 from svenstaro/add-manpage-supportSven-Hendrik Haase2022-02-214-8/+37
|\ | | | | Add man page support using --print-manpage (fixes #730)
| * Add man page support using --print-manpage (fixes #730)Sven-Hendrik Haase2022-02-204-8/+37
|/