| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Resolve symlinks on directory listing
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
For non-symlink files and directories, there is no need to call
`std::fs::metadata()` as the metadata are already obtained via
`entry.metadata()`
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Replace some of the testing files and directories with symbolic links.
They should behave exactly the same.
|
| | |
| | |
| | |
| | |
| | | |
This should facilitate testing because this symbol will no longer a part
of the entry text shown in html.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
This has the benefit of showing the size and modification date of the
pointed-to file. Symlink to directories now respects '--dirs-first'
option and broken symlinks don't show in directory listing.
|
| | |
| | |
| | |
| | |
| | | |
This should fix most encoding problems in most cases where text files are accessed
on various locales.
|
| | |
| | |
| | |
| | |
| | | |
This was a pretty weird one. Turns out that if Firefox attempts to a open a .gz file directly but the MIME type is set as application/x-gzip
instead of the more correct application/gzip then the file will somehow corrupt. I suspect it's trying to double-decode the file.
|
| | | |
|
| |/
|/|
| |
| |
| | |
This name more closely resembles its purpose. For instance, we also now
support plain tar archives which are uncompressed but archives nonetheless.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Separate tar archive and tar flags
|
| | |
| | |
| | |
| | |
| | |
| | | |
Use following terminology:
uncompressed tarballs => `uncompressed tar archives`
compressed ones => `gz-compressed tar archives`
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It used to have one flag (-r) to enable both tar archive and tar.
Now it has two flags [ -r: for tar, -g: for tar archive].
Related to #451
|
| | | |
|
|\ \ \
| | | |
| | | | |
Wrap breadcrumbs at any char
|
| | | |
| | | |
| | | | |
This would make a good use of space in mobile view.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Fix URL percent encoding for special characters
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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'
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Use proper percent-encoding charset for each context.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix breadcrumbs
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |/ / / |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Bump pretty_assertions from 0.7.1 to 0.7.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>
|
|\ \ \ \
| | | | |
| | | | | |
Bump reqwest from 0.11.2 to 0.11.3
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| |_|/ /
|/| | | |
Bump futures from 0.3.13 to 0.3.14
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Bump http from 0.2.3 to 0.2.4
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
|\ \ \ \
| |/ / /
|/| | | |
Bump httparse from 1.3.5 to 1.3.6
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Bump nanoid from 0.3.0 to 0.4.0
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ / |
|
| | |
|