aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wrap breadcrumbs at any charAli MJ Al-Nasrawy2021-04-181-1/+1
| | | This would make a good use of space in mobile view.
* Add CHANGELOG entry for breadcrumbs RTL fixSven-Hendrik Haase2021-04-181-0/+1
|
* Merge pull request #489 from aliemjay/fix-breadcrumbsSven-Hendrik Haase2021-04-182-4/+9
|\ | | | | Fix breadcrumbs
| * Fix breadcrumbs mess on mobileAli MJ Al-Nasrawy2021-04-092-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 languagesAli MJ Al-Nasrawy2021-04-091-3/+3
| |
* | Bump depsSven-Hendrik Haase2021-04-181-63/+72
| |
* | Group actix deps togetherSven-Hendrik Haase2021-04-181-5/+5
| |
* | Merge pull request #495 from svenstaro/dependabot/cargo/pretty_assertions-0.7.2Sven-Hendrik Haase2021-04-161-2/+2
|\ \ | | | | | | Bump pretty_assertions from 0.7.1 to 0.7.2
| * | Bump pretty_assertions from 0.7.1 to 0.7.2dependabot-preview[bot]2021-04-161-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.3Sven-Hendrik Haase2021-04-131-2/+2
|\ \ | | | | | | Bump reqwest from 0.11.2 to 0.11.3
| * | Bump reqwest from 0.11.2 to 0.11.3dependabot-preview[bot]2021-04-131-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.14Sven-Hendrik Haase2021-04-121-18/+18
|\ \ | | | | | | Bump futures from 0.3.13 to 0.3.14
| * | Bump futures from 0.3.13 to 0.3.14dependabot-preview[bot]2021-04-121-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.4Sven-Hendrik Haase2021-04-081-2/+2
|\ \ | | | | | | Bump http from 0.2.3 to 0.2.4
| * | Bump http from 0.2.3 to 0.2.4dependabot-preview[bot]2021-04-081-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.6Sven-Hendrik Haase2021-04-081-2/+2
|\ \ \ | |/ / |/| | Bump httparse from 1.3.5 to 1.3.6
| * | Bump httparse from 1.3.5 to 1.3.6dependabot-preview[bot]2021-04-081-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.0Sven-Hendrik Haase2021-04-072-149/+13
|\ \ | | | | | | Bump nanoid from 0.3.0 to 0.4.0
| * | Bump nanoid from 0.3.0 to 0.4.0dependabot-preview[bot]2021-04-072-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 depsSven-Hendrik Haase2021-03-291-18/+18
|/
* (cargo-release) start next development iteration 0.13.1-alpha.0Sven-Hendrik Haase2021-03-282-2/+2
|
* (cargo-release) version 0.13.0v0.13.0Sven-Hendrik Haase2021-03-284-4/+7
|
* Add README instructions for using shell completionsSven-Hendrik Haase2021-03-281-0/+13
|
* Update features listSven-Hendrik Haase2021-03-281-1/+3
|
* Update READMESven-Hendrik Haase2021-03-281-0/+3
|
* Don't explicitly specify all the patch versionsSven-Hendrik Haase2021-03-282-23/+22
| | | | This should in theory allow us to have more overlaps between sub-dependencies and thus reduce binary size.
* Bump depsSven-Hendrik Haase2021-03-283-13/+14
|
* Refuse to start without explicit path if not attached to interactive terminalSven-Hendrik Haase2021-03-287-39/+69
|
* Change start message without arguments to be a bit more clearSven-Hendrik Haase2021-03-282-4/+6
|
* Fix testsSven-Hendrik Haase2021-03-281-2/+3
|
* Change default log level to WarnSven-Hendrik Haase2021-03-281-1/+1
|
* Better message for when provided index file doesn't existSven-Hendrik Haase2021-03-281-3/+4
|
* Print supported shells for completions in help commandSven-Hendrik Haase2021-03-281-1/+1
|
* Refactor and separate out arg handling and config handlingSven-Hendrik Haase2021-03-282-91/+94
|
* Add CHANGELOG entry for shell completionsSven-Hendrik Haase2021-03-281-0/+1
|
* Merge pull request #482 from rouge8/shell-completionsSven-Hendrik Haase2021-03-283-9/+45
|\ | | | | Generate completions with `miniserve --print-completions <shell>`
| * Generate completions with `miniserve --print-completions <shell>`Andy Freeland2021-03-283-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.0Sven-Hendrik Haase2021-03-272-2/+2
| |
* | (cargo-release) version 0.12.1v0.12.1Sven-Hendrik Haase2021-03-274-4/+7
| |
* | Add CHANGELOG entry for FreeBSD entriesSven-Hendrik Haase2021-03-271-0/+1
| |
* | Merge pull request #483 from svenstaro/try-freebsd-supportSven-Hendrik Haase2021-03-272-0/+11
|\ \ | | | | | | Try to add FreeBSD support
| * | Re-add publish instructionsSven-Hendrik Haase2021-03-271-1/+26
| | |
| * | Don't run upx for FreeBSDSven-Hendrik Haase2021-03-271-2/+2
| | |
| * | Add Cross.toml for FreeBSDSven-Hendrik Haase2021-03-261-0/+3
| | |
| * | Try to add freebsd supportSven-Hendrik Haase2021-03-261-26/+9
|/ /
* | Add CHANGELOG entry for PR 480Sven-Hendrik Haase2021-03-261-0/+1
| |
* | Merge pull request #480 from rouge8/qr-code-random-routeSven-Hendrik Haase2021-03-261-1/+1
|\ \ | | | | | | Fix QR code display when using --random-route
| * | Fix QR code display when using --random-routeAndy Freeland2021-03-261-1/+1
| |/ | | | | | | | | Previously the QR code would not display because `/` is a 404 when using `--random-route`.
* / Bump depsSven-Hendrik Haase2021-03-261-36/+52
|/
* Merge pull request #475 from svenstaro/dependabot/cargo/serde-1.0.125dependabot-preview[bot]2021-03-261-4/+4
|\