aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add comments to .gitignoreMars Zuo2022-08-111-2/+1
| | |
| * | Optimize for smaller binariesMars Zuo2022-08-101-0/+1
| | |
| * | git ignore .idea folderMars Zuo2022-08-101-0/+1
|/ /
* | Merge pull request #866 from svenstaro/dependabot/cargo/strum_macros-0.24.3Sven-Hendrik Haase2022-08-081-2/+2
|\ \ | | | | | | Bump strum_macros from 0.24.2 to 0.24.3
| * | Bump strum_macros from 0.24.2 to 0.24.3dependabot[bot]2022-08-081-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.2 to 0.24.3. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Add CHANGELOG for fixed --random-route static filesSven-Hendrik Haase2022-07-281-0/+1
| |
* | Merge pull request #835 from solarknight/fix/css_route_prefixSven-Hendrik Haase2022-07-282-4/+37
|\ \ | | | | | | fix: static file support route_prefix
| * | Apply suggestions from code reviewzhoupeiheng2022-07-283-30/+26
| | |
| * | test: check_static_file_route_patternzhoupeiheng2022-07-282-2/+36
| | |
| * | fix: static file support route_prefixzhoupeiheng2022-07-281-2/+5
|/ /
* / Add `rustfmt.toml` to enforce formatter stylecyqsimon2022-07-271-0/+2
|/
* Merge pull request #849 from cyqsimon/refactorSven-Hendrik Haase2022-07-244-99/+60
|\ | | | | Minor refactoring
| * Remove trailing space to appease `cargo fmt`cyqsimon2022-07-221-1/+1
| |
| * Apply suggestions from code reviewcyqsimon2022-07-221-1/+4
| | | | | | Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
| * Use `mime` for all content type declarationscyqsimon2022-07-212-18/+16
| |
| * Fix testcyqsimon2022-07-201-1/+1
| |
| * Minor refactor on `run`cyqsimon2022-07-201-36/+16
| |
| * refactor `configure_app`cyqsimon2022-07-201-44/+24
| |
* | Update actix-web-httpauth to v0.8Sven-Hendrik Haase2022-07-223-5/+5
| |
* | Bump depsSven-Hendrik Haase2022-07-221-13/+16
|/
* Bump depsSven-Hendrik Haase2022-07-193-7/+9
|
* Bump depsSven-Hendrik Haase2022-07-182-27/+28
|
* Merge pull request #841 from svenstaro/dependabot/cargo/clap-3.2.11Sven-Hendrik Haase2022-07-141-5/+5
|\ | | | | Bump clap from 3.2.10 to 3.2.11
| * Bump clap from 3.2.10 to 3.2.11dependabot[bot]2022-07-141-5/+5
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.10 to 3.2.11. - [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.2.10...v3.2.11) --- 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 #839 from svenstaro/dependabot/cargo/clap-3.2.10Sven-Hendrik Haase2022-07-121-5/+5
|\ | | | | Bump clap from 3.2.8 to 3.2.10
| * Bump clap from 3.2.8 to 3.2.10dependabot[bot]2022-07-121-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.10. - [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.2.8...v3.2.10) --- 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 #840 from svenstaro/dependabot/cargo/serde-1.0.139Sven-Hendrik Haase2022-07-121-4/+4
|\ \ | |/ |/| Bump serde from 1.0.138 to 1.0.139
| * Bump serde from 1.0.138 to 1.0.139dependabot[bot]2022-07-121-4/+4
|/ | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.138 to 1.0.139. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139) --- 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 #837 from svenstaro/dependabot/cargo/regex-1.6.0Sven-Hendrik Haase2022-07-061-4/+4
|\ | | | | Bump regex from 1.5.6 to 1.6.0
| * Bump regex from 1.5.6 to 1.6.0dependabot[bot]2022-07-061-4/+4
|/ | | | | | | | | | | | | | | Bumps [regex](https://github.com/rust-lang/regex) from 1.5.6 to 1.6.0. - [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.6...1.6.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump depsSven-Hendrik Haase2022-07-031-25/+25
|
* Merge pull request #834 from svenstaro/dependabot/cargo/clap-3.2.8Sven-Hendrik Haase2022-07-011-5/+5
|\ | | | | Bump clap from 3.2.7 to 3.2.8
| * Bump clap from 3.2.7 to 3.2.8dependabot[bot]2022-07-011-5/+5
|/ | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.7 to 3.2.8. - [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.2.7...v3.2.8) --- 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 #831 from svenstaro/dependabot/cargo/clap-3.2.7Sven-Hendrik Haase2022-06-291-7/+7
|\ | | | | Bump clap from 3.2.6 to 3.2.7
| * Bump clap from 3.2.6 to 3.2.7dependabot[bot]2022-06-291-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.6 to 3.2.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.2.6...v3.2.7) --- 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 #832 from svenstaro/dependabot/cargo/clap_complete-3.2.3Sven-Hendrik Haase2022-06-292-3/+3
|\ \ | | | | | | Bump clap_complete from 3.2.2 to 3.2.3
| * | Bump clap_complete from 3.2.2 to 3.2.3dependabot[bot]2022-06-292-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.2 to 3.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_complete-v3.2.2...clap_complete-v3.2.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 #833 from svenstaro/dependabot/cargo/clap_mangen-0.1.10Sven-Hendrik Haase2022-06-291-2/+2
|\ \ | |/ |/| Bump clap_mangen from 0.1.9 to 0.1.10
| * Bump clap_mangen from 0.1.9 to 0.1.10dependabot[bot]2022-06-291-2/+2
|/ | | | | | | | | | | | | | | Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.1.9 to 0.1.10. - [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.1.9...clap_mangen-v0.1.10) --- 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 #830 from svenstaro/dependabot/cargo/rstest-0.15.0Sven-Hendrik Haase2022-06-282-3/+3
|\ | | | | Bump rstest from 0.14.0 to 0.15.0
| * Bump rstest from 0.14.0 to 0.15.0dependabot[bot]2022-06-282-3/+3
|/ | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.14.0 to 0.15.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/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* (cargo-release) version 0.20.0v0.20.0Sven-Hendrik Haase2022-06-264-4/+7
|
* Bump depsSven-Hendrik Haase2022-06-261-36/+42
|
* Add CHANGELOG entries for #781Sven-Hendrik Haase2022-06-261-0/+3
|
* Create directory (#781)Sheepy2022-06-269-39/+380
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ability to make directory Frontend for making directories Fix potential security vulnerability (CWE-23) Add tests Update README.md Disallow using parent directories altogether Fix formatting Fix clippy warnings Address review comments Update README.md Change `making` to `creation` Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com> Have make directory flag require file upload flag Address review comments * Disallow uploading files and making directories through symlinks when disabled * Add test * Clippy formatting changes * Add test doc comment
* Bump clap_mangen from 0.1.8 to 0.1.9 (#826)dependabot[bot]2022-06-221-2/+2
| | | | | | | | | | | | | | | | | Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.1.8 to 0.1.9. - [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.1.8...clap_mangen-v0.1.9) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump clap from 3.2.5 to 3.2.6 (#827)dependabot[bot]2022-06-221-7/+7
| | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 3.2.5 to 3.2.6. - [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.2.5...v3.2.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump clap_complete from 3.2.1 to 3.2.2 (#828)dependabot[bot]2022-06-222-3/+3
| | | | | | | | | | | | | | | | | Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.1 to 3.2.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/clap_complete-v3.2.1...clap_complete-v3.2.2) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump rstest from 0.13.0 to 0.14.0 (#824)dependabot[bot]2022-06-202-240/+5
| | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from 0.13.0 to 0.14.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/0.13.0...0.14.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump anyhow from 1.0.57 to 1.0.58 (#825)dependabot[bot]2022-06-201-2/+2
| | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.58. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.57...1.0.58) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>