aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1436 from kaplanz/patch-1Sven-Hendrik Haase2024-06-261-1/+1
|\ \ | | | | | | Fix typos in CLI
| * | Fix typos in CLIZakhary Kaplan2024-06-261-1/+1
|/ /
* | Merge pull request #1434 from svenstaro/fix-ciSven-Hendrik Haase2024-06-132-251/+256
|\ \ | | | | | | Try to fix CI
| * | Try to fix CISven-Hendrik Haase2024-06-132-251/+256
|/ /
* | Bump rustls to v0.23Sven-Hendrik Haase2024-06-094-126/+235
| |
* | Bump reqwest to v0.12Sven-Hendrik Haase2024-06-094-78/+182
| |
* | Bump depsSven-Hendrik Haase2024-06-091-47/+47
| |
* | Remove explicit dependency on httpSven-Hendrik Haase2024-06-098-10/+9
|/ | | | We now use the one supplied by actix-web.
* Bump depsSven-Hendrik Haase2024-06-022-180/+185
|
* Disable UPX on DarwinSven-Hendrik Haase2024-06-021-1/+1
| | | | It doesn't work anymore on modern OSX.
* Configure dependabot to group dependency upgradesSven-Hendrik Haase2024-06-021-6/+8
|
* Merge pull request #1427 from svenstaro/dependabot/cargo/zip-2.1.1Sven-Hendrik Haase2024-05-292-3/+4
|\ | | | | Bump zip from 1.2.2 to 2.1.1
| * Bump zip from 1.2.2 to 2.1.1dependabot[bot]2024-05-292-3/+4
|/ | | | | | | | | | | | | | | Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.2 to 2.1.1. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v1.2.2...v2.1.1) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1418 from svenstaro/dependabot/cargo/fast_qr-0.12.5Sven-Hendrik Haase2024-05-201-2/+2
|\ | | | | Bump fast_qr from 0.12.4 to 0.12.5
| * Bump fast_qr from 0.12.4 to 0.12.5dependabot[bot]2024-05-161-2/+2
|/ | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.12.4 to 0.12.5. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1411 from svenstaro/dependabot/cargo/fast_qr-0.12.4Sven-Hendrik Haase2024-05-101-2/+2
|\ | | | | Bump fast_qr from 0.12.3 to 0.12.4
| * Bump fast_qr from 0.12.3 to 0.12.4dependabot[bot]2024-05-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.12.3 to 0.12.4. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1413 from svenstaro/dependabot/cargo/zip-1.2.2Sven-Hendrik Haase2024-05-101-59/+2
|\ \ | |/ |/| Bump zip from 1.2.1 to 1.2.2
| * Bump zip from 1.2.1 to 1.2.2dependabot[bot]2024-05-101-59/+2
|/ | | | | | | | | | | | | | | Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2024-05-071-78/+158
|
* Bump depsSven-Hendrik Haase2024-04-302-27/+27
|
* Add CHANGELOG entry for #1389Sven-Hendrik Haase2024-04-261-0/+1
|
* Improve documentation for the --header parameter (#1389)orwithout2024-04-262-2/+25
| | | | | | | | * Improve documentation for the --header parameter * Add Support for HSTS to Enhance HTTPS Security --------- Co-authored-by: orwithout <googoldecibel@gmail.com>
* Bump depsSven-Hendrik Haase2024-04-263-33/+65
|
* Add CHANGELOG entry for #1390Sven-Hendrik Haase2024-04-261-0/+1
|
* Merge pull request #1390 from chaibiq/add_CSSSven-Hendrik Haase2024-04-262-2/+2
|\ | | | | fix missing drag-form when dragging file in to browser
| * Merge branch 'svenstaro:master' into add_CSSchaibiq2024-04-191-60/+67
| |\ | |/ |/|
* | Bump depsSven-Hendrik Haase2024-04-181-60/+67
| |
| * Merge branch 'svenstaro:master' into add_CSSchaibiq2024-04-162-50/+50
| |\ | |/ |/|
* | Merge pull request #1387 from svenstaro/dependabot/cargo/rstest-0.19.0Sven-Hendrik Haase2024-04-122-5/+5
|\ \ | | | | | | Bump rstest from 0.18.2 to 0.19.0
| * | Bump rstest from 0.18.2 to 0.19.0dependabot[bot]2024-04-102-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.18.2 to 0.19.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.18.2...v0.19.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Bump depsSven-Hendrik Haase2024-04-121-45/+45
|/ /
| * fix missing drag-form when dragging file in to browserchaibiq2024-04-162-2/+2
|/
* Add CHANGELOG entry for #1379Sven-Hendrik Haase2024-04-051-0/+1
|
* Merge pull request #1379 from chaibiq/add_CSSSven-Hendrik Haase2024-04-051-0/+1
|\ | | | | Update style.scss
| * Update style.scsschaibiq2024-04-021-0/+1
| | | | | | fix wrapping text
* | Merge pull request #1378 from svenstaro/dependabot/cargo/port_check-0.2.1Sven-Hendrik Haase2024-04-051-2/+2
|\ \ | | | | | | Bump port_check from 0.2.0 to 0.2.1
| * | Bump port_check from 0.2.0 to 0.2.1dependabot[bot]2024-04-021-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.2.0 to 0.2.1. - [Commits](https://github.com/ufoscout/port-check-rs/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: port_check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1380 from svenstaro/dependabot/cargo/if-addrs-0.12.0Sven-Hendrik Haase2024-04-052-3/+3
|\ \ | |/ |/| Bump if-addrs from 0.11.1 to 0.12.0
| * Bump if-addrs from 0.11.1 to 0.12.0dependabot[bot]2024-04-032-3/+3
|/ | | | | | | | | | | | | | | Bumps [if-addrs](https://github.com/messense/if-addrs) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/messense/if-addrs/releases) - [Changelog](https://github.com/messense/if-addrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/messense/if-addrs/compare/v0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: if-addrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1370 from svenstaro/dependabot/cargo/port_check-0.2.0Sven-Hendrik Haase2024-04-012-3/+3
|\ | | | | Bump port_check from 0.1.5 to 0.2.0
| * Bump port_check from 0.1.5 to 0.2.0dependabot[bot]2024-03-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [port_check](https://github.com/ufoscout/port-check-rs) from 0.1.5 to 0.2.0. - [Commits](https://github.com/ufoscout/port-check-rs/commits/v0.2.0) --- updated-dependencies: - dependency-name: port_check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1377 from svenstaro/dependabot/cargo/comrak-0.22.0Sven-Hendrik Haase2024-04-012-3/+3
|\ \ | | | | | | Bump comrak from 0.21.0 to 0.22.0
| * | Bump comrak from 0.21.0 to 0.22.0dependabot[bot]2024-04-012-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | Bumps comrak from 0.21.0 to 0.22.0. --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Disable grass default featuresSven-Hendrik Haase2024-03-302-6/+5
| |
* | Bump depsSven-Hendrik Haase2024-03-282-68/+67
|/
* Update remaining GitHub Actions to their Node.js 20 versionsSven-Hendrik Haase2024-03-161-6/+6
|
* Fix release.toml commit messageSven-Hendrik Haase2024-03-161-1/+1
|
* Releasev0.27.1Sven-Hendrik Haase2024-03-163-3/+6
|
* Fix release.toml syntaxSven-Hendrik Haase2024-03-161-1/+1
|