aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add CHANGELOG entry for wrapping breadcrumbs at any charSven-Hendrik Haase2021-04-181-0/+1
|
* Merge pull request #496 from aliemjay/patch-1Sven-Hendrik Haase2021-04-181-1/+1
|\ | | | | Wrap breadcrumbs at any char
| * 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 fixed URL percent encoding for special charactersSven-Hendrik Haase2021-04-181-0/+1
| |
* | Merge pull request #485 from aliemjay/percent-encodeSven-Hendrik Haase2021-04-183-9/+26
|\ \ | |/ |/| Fix URL percent encoding for special characters
| * Avoid double-encoding file URLAli MJ Al-Nasrawy2021-04-081-6/+5
| | | | | | | | | | | | | | | | Now that the '%' char itself is accepted in the file name and is encoded into '%25', this exposed a previously silent bug: `base` is already percent-encoded but it is encoded again when setting `file_url`. This produces erroneous URLs such as: '/%2523/x.y' instead of '/%23/x.y' for the path '/#/x.y'
| * Test URL encoding for special charactersAli MJ Al-Nasrawy2021-04-062-0/+9
| |
| * Fix percent encoding for URLAli MJ Al-Nasrawy2021-04-061-5/+14
| | | | | | | | Use proper percent-encoding charset for each context.
* | 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
| | |