Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cargo-release) version 0.10.0v0.10.0 | Sven-Hendrik Haase | 2020-10-02 | 4 | -4/+7 |
| | |||||
* | Add more detailed release instructions | Sven-Hendrik Haase | 2020-10-02 | 1 | -2/+3 |
| | |||||
* | Add CHANGELOG entry for client-side color-scheme handling | Sven-Hendrik Haase | 2020-10-02 | 1 | -0/+1 |
| | |||||
* | Merge pull request #380 from ahti/master | Sven-Hendrik Haase | 2020-10-02 | 12 | -874/+1042 |
|\ | | | | | client-side color-scheme handling | ||||
| * | more feedback | Lukas Stabe | 2020-10-02 | 2 | -5/+8 |
| | | |||||
| * | address feedback | Lukas Stabe | 2020-10-02 | 3 | -12/+31 |
| | | |||||
| * | restore default theme cli option and add default theme dark option | Lukas Stabe | 2020-10-01 | 8 | -18/+127 |
| | | |||||
| * | fix build.rs rerun-if-changed | Lukas Stabe | 2020-10-01 | 1 | -1/+1 |
| | | |||||
| * | fix escaped quotes in font names | Lukas Stabe | 2020-10-01 | 1 | -1/+1 |
| | | |||||
| * | cargo fmt | Lukas Stabe | 2020-09-26 | 1 | -2/+7 |
| | | |||||
| * | compile scss at build time | Lukas Stabe | 2020-09-26 | 4 | -8/+18 |
| | | |||||
| * | remove stylelint again and fix a few css issues | Lukas Stabe | 2020-09-26 | 2 | -74/+84 |
| | | |||||
| * | add css lint github action | Lukas Stabe | 2020-09-26 | 1 | -0/+5 |
| | | |||||
| * | appease cargo fmt | Lukas Stabe | 2020-09-26 | 1 | -5/+8 |
| | | |||||
| * | fix theme picker highlighting of selected theme | Lukas Stabe | 2020-09-26 | 1 | -1/+8 |
| | | |||||
| * | remove default color scheme cli argument | Lukas Stabe | 2020-09-26 | 5 | -76/+30 |
| | | |||||
| * | move css out of html into its own route | Lukas Stabe | 2020-09-26 | 6 | -16/+46 |
| | | |||||
| * | [wip] client-side color-scheme handling | Lukas Stabe | 2020-09-25 | 9 | -820/+833 |
| | | |||||
* | | Merge pull request #384 from svenstaro/dependabot/cargo/chrono-0.4.19 | Sven-Hendrik Haase | 2020-10-01 | 2 | -3/+3 |
|\ \ | | | | | | | Bump chrono from 0.4.18 to 0.4.19 | ||||
| * | | Bump chrono from 0.4.18 to 0.4.19 | dependabot-preview[bot] | 2020-10-01 | 2 | -3/+3 |
|/ / | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.18 to 0.4.19. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.18...v0.4.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #382 from equal-l2/remove-actix-rt | Sven-Hendrik Haase | 2020-09-30 | 3 | -3/+1 |
|\ \ | | | | | | | Remove actix-rt | ||||
| * | | Remove actix-rt | equal-l2 | 2020-09-30 | 3 | -3/+1 |
|/ / | |||||
* | | Merge pull request #381 from svenstaro/dependabot/cargo/chrono-0.4.18 | Sven-Hendrik Haase | 2020-09-28 | 2 | -3/+5 |
|\ \ | |/ |/| | Bump chrono from 0.4.15 to 0.4.18 | ||||
| * | Bump chrono from 0.4.15 to 0.4.18 | dependabot-preview[bot] | 2020-09-28 | 2 | -3/+5 |
|/ | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.15 to 0.4.18. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.15...v0.4.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Bump deps | Sven-Hendrik Haase | 2020-09-25 | 1 | -6/+6 |
| | |||||
* | Merge pull request #379 from ahti/master | Sven-Hendrik Haase | 2020-09-25 | 2 | -1/+4 |
|\ | | | | | update readme and screenshot | ||||
| * | update readme and screenshot | Lukas Stabe | 2020-09-25 | 2 | -1/+4 |
|/ | |||||
* | Upgrade to nightly-2020-09-22 | Sven-Hendrik Haase | 2020-09-24 | 4 | -4/+4 |
| | |||||
* | Add CHANGELOG entry for --title | Sven-Hendrik Haase | 2020-09-24 | 1 | -0/+2 |
| | |||||
* | Merge pull request #378 from ahti/master | Sven-Hendrik Haase | 2020-09-24 | 5 | -23/+152 |
|\ | | | | | add title option (#335) and breadcrumb links in heading | ||||
| * | add test for breadcrumbs | Lukas Stabe | 2020-09-24 | 1 | -0/+60 |
| | | |||||
| * | use format! instead of + | Lukas Stabe | 2020-09-24 | 1 | -1/+1 |
| | | |||||
| * | use unreachable instead of panic for unreachable case | Lukas Stabe | 2020-09-24 | 1 | -1/+1 |
| | | |||||
| * | use req.connection_info() and build breadcrumbs iteratively | Lukas Stabe | 2020-09-24 | 1 | -25/+36 |
| | | |||||
| * | add title option (#335) and breadcrumb links in heading | Lukas Stabe | 2020-09-24 | 4 | -21/+79 |
| | | |||||
* | | Bump deps | Sven-Hendrik Haase | 2020-09-24 | 1 | -33/+43 |
| | | |||||
* | | Ignore non-Rust preformatted code | Sven-Hendrik Haase | 2020-09-24 | 1 | -4/+4 |
|/ | |||||
* | Sorry cargo fmt | Sven-Hendrik Haase | 2020-09-24 | 1 | -2/+11 |
| | |||||
* | Add CHANGELOG entry for embedded favicon | Sven-Hendrik Haase | 2020-09-24 | 1 | -0/+1 |
| | |||||
* | Add embedded favicon (fixes #364) | Sven-Hendrik Haase | 2020-09-24 | 8 | -4/+45 |
| | |||||
* | Slightly better variable name | Sven-Hendrik Haase | 2020-09-24 | 1 | -4/+4 |
| | | | | At least it's better than before. :) | ||||
* | Add logo to README | Sven-Hendrik Haase | 2020-09-24 | 1 | -0/+4 |
| | |||||
* | (cargo-release) start next development iteration 0.9.1-alpha.0 | Sven-Hendrik Haase | 2020-09-16 | 2 | -2/+2 |
| | |||||
* | (cargo-release) version 0.9.0v0.9.0 | Sven-Hendrik Haase | 2020-09-16 | 4 | -4/+7 |
| | |||||
* | Add changelog entry for #373 | Sven-Hendrik Haase | 2020-09-16 | 1 | -1/+2 |
| | |||||
* | Merge pull request #373 from KevCui/master | Sven-Hendrik Haase | 2020-09-16 | 1 | -8/+4 |
|\ | | | | | Show "now" when last modification time less than 11 seconds | ||||
| * | Use Humanize for SystemTime directly | Kevin Cui | 2020-09-16 | 1 | -8/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:svenstaro/miniserve | Kevin Cui | 2020-09-16 | 2 | -9/+9 |
| |\ | |/ |/| | |||||
* | | Merge pull request #376 from svenstaro/dependabot/cargo/chrono-humanize-0.1.1 | Sven-Hendrik Haase | 2020-09-16 | 2 | -3/+3 |
|\ \ | | | | | | | Bump chrono-humanize from 0.0.11 to 0.1.1 | ||||
| * | | Bump chrono-humanize from 0.0.11 to 0.1.1 | dependabot-preview[bot] | 2020-09-16 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.0.11 to 0.1.1. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.0.11...0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |