Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap breadcrumbs at any char | Ali MJ Al-Nasrawy | 2021-04-18 | 1 | -1/+1 |
| | | | This would make a good use of space in mobile view. | ||||
* | Add CHANGELOG entry for breadcrumbs RTL fix | Sven-Hendrik Haase | 2021-04-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #489 from aliemjay/fix-breadcrumbs | Sven-Hendrik Haase | 2021-04-18 | 2 | -4/+9 |
|\ | | | | | Fix breadcrumbs | ||||
| * | Fix breadcrumbs mess on mobile | Ali MJ Al-Nasrawy | 2021-04-09 | 2 | -1/+6 |
| | | | | | | | | | | | | On mobile devices, 'display: block' is set for '.directory' class. While this neccessary to make the whole row for directories entry clickable, it distorts the links in breadcrumbs. | ||||
| * | Fix breadcrumbs for RTL languages | Ali MJ Al-Nasrawy | 2021-04-09 | 1 | -3/+3 |
| | | |||||
* | | Bump deps | Sven-Hendrik Haase | 2021-04-18 | 1 | -63/+72 |
| | | |||||
* | | Group actix deps together | Sven-Hendrik Haase | 2021-04-18 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #495 from svenstaro/dependabot/cargo/pretty_assertions-0.7.2 | Sven-Hendrik Haase | 2021-04-16 | 1 | -2/+2 |
|\ \ | | | | | | | Bump pretty_assertions from 0.7.1 to 0.7.2 | ||||
| * | | Bump pretty_assertions from 0.7.1 to 0.7.2 | dependabot-preview[bot] | 2021-04-16 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.7.1...v0.7.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #494 from svenstaro/dependabot/cargo/reqwest-0.11.3 | Sven-Hendrik Haase | 2021-04-13 | 1 | -2/+2 |
|\ \ | | | | | | | Bump reqwest from 0.11.2 to 0.11.3 | ||||
| * | | Bump reqwest from 0.11.2 to 0.11.3 | dependabot-preview[bot] | 2021-04-13 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.2...v0.11.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #493 from svenstaro/dependabot/cargo/futures-0.3.14 | Sven-Hendrik Haase | 2021-04-12 | 1 | -18/+18 |
|\ \ | | | | | | | Bump futures from 0.3.13 to 0.3.14 | ||||
| * | | Bump futures from 0.3.13 to 0.3.14 | dependabot-preview[bot] | 2021-04-12 | 1 | -18/+18 |
|/ / | | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.13...0.3.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #488 from svenstaro/dependabot/cargo/http-0.2.4 | Sven-Hendrik Haase | 2021-04-08 | 1 | -2/+2 |
|\ \ | | | | | | | Bump http from 0.2.3 to 0.2.4 | ||||
| * | | Bump http from 0.2.3 to 0.2.4 | dependabot-preview[bot] | 2021-04-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http](https://github.com/hyperium/http) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.3...v0.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | | Merge pull request #487 from svenstaro/dependabot/cargo/httparse-1.3.6 | Sven-Hendrik Haase | 2021-04-08 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Bump httparse from 1.3.5 to 1.3.6 | ||||
| * | | Bump httparse from 1.3.5 to 1.3.6 | dependabot-preview[bot] | 2021-04-08 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.3.5...v1.3.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #486 from svenstaro/dependabot/cargo/nanoid-0.4.0 | Sven-Hendrik Haase | 2021-04-07 | 2 | -149/+13 |
|\ \ | | | | | | | Bump nanoid from 0.3.0 to 0.4.0 | ||||
| * | | Bump nanoid from 0.3.0 to 0.4.0 | dependabot-preview[bot] | 2021-04-07 | 2 | -149/+13 |
|/ / | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/nikolay-govorov/nanoid) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nikolay-govorov/nanoid/releases) - [Changelog](https://github.com/nikolay-govorov/nanoid/blob/master/CHANGELOG.md) - [Commits](https://github.com/nikolay-govorov/nanoid/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* / | Bump deps | Sven-Hendrik Haase | 2021-03-29 | 1 | -18/+18 |
|/ | |||||
* | (cargo-release) start next development iteration 0.13.1-alpha.0 | Sven-Hendrik Haase | 2021-03-28 | 2 | -2/+2 |
| | |||||
* | (cargo-release) version 0.13.0v0.13.0 | Sven-Hendrik Haase | 2021-03-28 | 4 | -4/+7 |
| | |||||
* | Add README instructions for using shell completions | Sven-Hendrik Haase | 2021-03-28 | 1 | -0/+13 |
| | |||||
* | Update features list | Sven-Hendrik Haase | 2021-03-28 | 1 | -1/+3 |
| | |||||
* | Update README | Sven-Hendrik Haase | 2021-03-28 | 1 | -0/+3 |
| | |||||
* | Don't explicitly specify all the patch versions | Sven-Hendrik Haase | 2021-03-28 | 2 | -23/+22 |
| | | | | This should in theory allow us to have more overlaps between sub-dependencies and thus reduce binary size. | ||||
* | Bump deps | Sven-Hendrik Haase | 2021-03-28 | 3 | -13/+14 |
| | |||||
* | Refuse to start without explicit path if not attached to interactive terminal | Sven-Hendrik Haase | 2021-03-28 | 7 | -39/+69 |
| | |||||
* | Change start message without arguments to be a bit more clear | Sven-Hendrik Haase | 2021-03-28 | 2 | -4/+6 |
| | |||||
* | Fix tests | Sven-Hendrik Haase | 2021-03-28 | 1 | -2/+3 |
| | |||||
* | Change default log level to Warn | Sven-Hendrik Haase | 2021-03-28 | 1 | -1/+1 |
| | |||||
* | Better message for when provided index file doesn't exist | Sven-Hendrik Haase | 2021-03-28 | 1 | -3/+4 |
| | |||||
* | Print supported shells for completions in help command | Sven-Hendrik Haase | 2021-03-28 | 1 | -1/+1 |
| | |||||
* | Refactor and separate out arg handling and config handling | Sven-Hendrik Haase | 2021-03-28 | 2 | -91/+94 |
| | |||||
* | Add CHANGELOG entry for shell completions | Sven-Hendrik Haase | 2021-03-28 | 1 | -0/+1 |
| | |||||
* | Merge pull request #482 from rouge8/shell-completions | Sven-Hendrik Haase | 2021-03-28 | 3 | -9/+45 |
|\ | | | | | Generate completions with `miniserve --print-completions <shell>` | ||||
| * | Generate completions with `miniserve --print-completions <shell>` | Andy Freeland | 2021-03-28 | 3 | -9/+45 |
| | | | | | | | | | | | | | | | | This patch adds a `--print-completions` option to generate shell completion files at runtime. This ensures the completions are always up to date. Fixes #377. | ||||
* | | (cargo-release) start next development iteration 0.12.2-alpha.0 | Sven-Hendrik Haase | 2021-03-27 | 2 | -2/+2 |
| | | |||||
* | | (cargo-release) version 0.12.1v0.12.1 | Sven-Hendrik Haase | 2021-03-27 | 4 | -4/+7 |
| | | |||||
* | | Add CHANGELOG entry for FreeBSD entries | Sven-Hendrik Haase | 2021-03-27 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #483 from svenstaro/try-freebsd-support | Sven-Hendrik Haase | 2021-03-27 | 2 | -0/+11 |
|\ \ | | | | | | | Try to add FreeBSD support | ||||
| * | | Re-add publish instructions | Sven-Hendrik Haase | 2021-03-27 | 1 | -1/+26 |
| | | | |||||
| * | | Don't run upx for FreeBSD | Sven-Hendrik Haase | 2021-03-27 | 1 | -2/+2 |
| | | | |||||
| * | | Add Cross.toml for FreeBSD | Sven-Hendrik Haase | 2021-03-26 | 1 | -0/+3 |
| | | | |||||
| * | | Try to add freebsd support | Sven-Hendrik Haase | 2021-03-26 | 1 | -26/+9 |
|/ / | |||||
* | | Add CHANGELOG entry for PR 480 | Sven-Hendrik Haase | 2021-03-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #480 from rouge8/qr-code-random-route | Sven-Hendrik Haase | 2021-03-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fix QR code display when using --random-route | ||||
| * | | Fix QR code display when using --random-route | Andy Freeland | 2021-03-26 | 1 | -1/+1 |
| |/ | | | | | | | | | Previously the QR code would not display because `/` is a 404 when using `--random-route`. | ||||
* / | Bump deps | Sven-Hendrik Haase | 2021-03-26 | 1 | -36/+52 |
|/ | |||||
* | Merge pull request #475 from svenstaro/dependabot/cargo/serde-1.0.125 | dependabot-preview[bot] | 2021-03-26 | 1 | -4/+4 |
|\ |