aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #860 from Atreyagaurav/masterSven-Hendrik Haase2022-08-147-2/+334
|\ \ | | | | | | Add support for readme rendering
| * | Correct SpellingGaurav2022-08-142-2/+2
| | |
| * | Edit Readme struct to remove render boolGaurav2022-08-142-23/+12
| | |
| * | Make Readme structGaurav2022-08-142-26/+52
| | |
| * | Add `--readme` info and reformatGaurav2022-08-146-14/+17
| | |
| * | Satisfy cargo fmtGaurav2022-08-143-22/+30
| | |
| * | Replace `markdown` by `comrak`; Render support for nested dirsGaurav2022-08-144-22/+285
| | | | | | | | | | | | | | | | | | | | | * README.md will be rendered at currently visiting directory instead of just in the root. * Rendering is now done by comrak, which seems heavy but has a lot more features.
| * | Add `--readme` flag to cliGaurav2022-08-143-2/+10
| | |
| * | Add support for readme renderingGaurav2022-08-144-1/+36
| | |
* | | Bump depsSven-Hendrik Haase2022-08-141-26/+16
| | |
* | | Make .gitignore comment more generalSven-Hendrik Haase2022-08-131-2/+2
| | |
* | | Merge pull request #869 from ZuoFuhong/feat_strip_20220811Sven-Hendrik Haase2022-08-132-0/+4
|\ \ \ | |/ / |/| | Optimize for smaller binaries
| * | Merge branch 'master' into feat_strip_20220811Mars Zuo2022-08-122-118/+158
| |\ \ | |/ / |/| |
* | | Bump depsSven-Hendrik Haase2022-08-111-88/+128
| | |
* | | Run cargo sortSven-Hendrik Haase2022-08-111-30/+30
| | |
* | | Remove duplicate entries from .gitignoreSven-Hendrik Haase2022-08-111-3/+0
| | |
| * | 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