Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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> | ||||
* | | | Merge pull request #375 from svenstaro/dependabot/cargo/actix-web-3.0.2 | dependabot-preview[bot] | 2020-09-16 | 1 | -6/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Bump actix-web from 3.0.1 to 3.0.2 | dependabot-preview[bot] | 2020-09-16 | 1 | -6/+6 |
|/ / | | | | | | | | | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v3.0.1...web-v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #374 from svenstaro/dependabot/cargo/actix-web-3.0.1 | dependabot-preview[bot] | 2020-09-14 | 1 | -6/+6 |
|\ \ | |||||
| * | | Bump actix-web from 3.0.0 to 3.0.1 | dependabot-preview[bot] | 2020-09-14 | 1 | -6/+6 |
|/ / | | | | | | | | | | | | | | | Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/web-v3.0.0...web-v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
| * | Fix cargo fmt check | Kevin Cui | 2020-09-15 | 1 | -1/+1 |
| | | |||||
| * | Cleanup format | Kevin Cui | 2020-09-15 | 1 | -1/+1 |
| | | |||||
| * | Replace HumanTime::to_text_en by HumanTime | Kevin Cui | 2020-09-15 | 1 | -8/+2 |
| | | |||||
| * | Fix wrong use of format | Kevin Cui | 2020-09-14 | 1 | -1/+1 |
| | | |||||
| * | Show "now" when last modification time less than 11 seconds | Kevin Cui | 2020-09-12 | 1 | -1/+7 |
|/ | |||||
* | Upgrade to actix-web 3.0.0 | Sven-Hendrik Haase | 2020-09-11 | 4 | -106/+502 |
| | |||||
* | Merge pull request #370 from komi1230/master | Sven-Hendrik Haase | 2020-09-09 | 1 | -1/+1 |
|\ | | | | | Upgraded toolchain to nightly-2020-09-08 | ||||
| * | Upgraded toolchain to nightly-2020-09-08 | komi | 2020-09-09 | 1 | -1/+1 |
|/ | |||||
* | Bump deps | Sven-Hendrik Haase | 2020-09-06 | 1 | -18/+22 |
| | |||||
* | Add logo | Sven-Hendrik Haase | 2020-09-06 | 1 | -0/+122 |
| |