aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (cargo-release) version 0.14.0v0.14.0Sven-Hendrik Haase2021-04-184-4/+7
|
* Add CHANGELOG entry for resolving symlinks on directory listingSven-Hendrik Haase2021-04-181-0/+1
|
* Merge pull request #479 from aliemjay/rfc-resolve-symlinksSven-Hendrik Haase2021-04-184-45/+102
|\ | | | | Resolve symlinks on directory listing
| * Merge branch 'master' into rfc-resolve-symlinksAli MJ Al-Nasrawy2021-04-1816-460/+511
| |\
| * | Don't use different syle for symlink symbolAli MJ Al-Nasrawy2021-04-111-5/+1
| | |
| * | CSS: remove unused symlink classAli MJ Al-Nasrawy2021-04-111-15/+1
| | |
| * | Test for --no-symlink optionAli MJ Al-Nasrawy2021-04-111-8/+18
| | |
| * | Avoid unneccessary syscalls for entry metadataAli MJ Al-Nasrawy2021-04-051-4/+7
| | | | | | | | | | | | | | | | | | For non-symlink files and directories, there is no need to call `std::fs::metadata()` as the metadata are already obtained via `entry.metadata()`
| * | Honor --no-symlinks option when listingAli MJ Al-Nasrawy2021-04-051-1/+1
| | |
| * | Test for symlink directories and filesAli MJ Al-Nasrawy2021-03-311-0/+64
| | | | | | | | | | | | | | | Replace some of the testing files and directories with symbolic links. They should behave exactly the same.
| * | Move symlink symbol from html to cssAli MJ Al-Nasrawy2021-03-292-3/+4
| | | | | | | | | | | | | | | This should facilitate testing because this symbol will no longer a part of the entry text shown in html.
| * | Bring back the symlink symbolAli MJ Al-Nasrawy2021-03-272-0/+17
| | |
| * | Resolve symlinks when listingAli MJ Al-Nasrawy2021-03-272-23/+3
| | | | | | | | | | | | | | | | | | 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.
* | | Prefer UTF8 for text reponses (fixes #263)Sven-Hendrik Haase2021-04-182-0/+2
| | | | | | | | | | | | | | | This should fix most encoding problems in most cases where text files are accessed on various locales.
* | | Patch mime_guess to stop Firefox from becoming confused (fixes #160)Sven-Hendrik Haase2021-04-183-2/+7
| | | | | | | | | | | | | | | 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.
* | | Add CHANGELOG entry for bumped depsSven-Hendrik Haase2021-04-181-0/+1
| | |
* | | Rename compression code references to 'archive'Sven-Hendrik Haase2021-04-183-35/+35
| |/ |/| | | | | | | This name more closely resembles its purpose. For instance, we also now support plain tar archives which are uncompressed but archives nonetheless.
* | Update README for separate .tar and .tar.gz flagsSven-Hendrik Haase2021-04-181-1/+4
| |
* | Add CHANGELOG entry for separate flags for .tar and .tar.gz archivesSven-Hendrik Haase2021-04-181-0/+1
| |
* | Merge pull request #492 from deantvv/tar-and-tar-archiveSven-Hendrik Haase2021-04-186-7/+61
|\ \ | | | | | | Separate tar archive and tar flags
| * | Change naming of uncompressed/compressed tarballsDean Li2021-04-185-23/+18
| | | | | | | | | | | | | | | | | | Use following terminology: uncompressed tarballs => `uncompressed tar archives` compressed ones => `gz-compressed tar archives`
| * | Separate tar archive and tar flagsDean Li2021-04-116-7/+66
| | | | | | | | | | | | | | | | | | | | | 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
* | | 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
| |