Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | jikstra | 2021-09-10 | 2 | -2/+14 |
| | |||||
* | Remove unused imports and files | jikstra | 2021-09-10 | 2 | -16/+0 |
| | |||||
* | Implement --show-wget-footer argument | jikstra | 2021-09-10 | 3 | -2/+12 |
| | |||||
* | Fix tests | jikstra | 2021-09-10 | 1 | -2/+2 |
| | |||||
* | Align download directory hint properly | jikstra | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feat_raw_mode | Jikstra | 2021-09-10 | 11 | -82/+221 |
|\ | |||||
| * | Merge pull request #598 from svenstaro/dependabot/cargo/sha2-0.9.8 | Sven-Hendrik Haase | 2021-09-10 | 1 | -2/+2 |
| |\ | | | | | | | Bump sha2 from 0.9.6 to 0.9.8 | ||||
| | * | Bump sha2 from 0.9.6 to 0.9.8 | dependabot[bot] | 2021-09-10 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.8. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.6...sha2-v0.9.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #593 from svenstaro/dependabot/cargo/assert_fs-1.0.5 | Sven-Hendrik Haase | 2021-09-07 | 1 | -2/+2 |
| |\ | | | | | | | Bump assert_fs from 1.0.4 to 1.0.5 | ||||
| | * | Bump assert_fs from 1.0.4 to 1.0.5 | dependabot[bot] | 2021-09-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/assert-rs/assert_fs/releases) - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: assert_fs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | | Merge pull request #594 from svenstaro/dependabot/cargo/assert_cmd-2.0.1 | Sven-Hendrik Haase | 2021-09-07 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | Bump assert_cmd from 2.0.0 to 2.0.1 | ||||
| | * | Bump assert_cmd from 2.0.0 to 2.0.1 | dependabot[bot] | 2021-09-07 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Merge pull request #592 from svenstaro/dependabot/cargo/thiserror-1.0.29 | Sven-Hendrik Haase | 2021-09-06 | 1 | -4/+4 |
| |\ | | | | | | | Bump thiserror from 1.0.28 to 1.0.29 | ||||
| | * | Bump thiserror from 1.0.28 to 1.0.29 | dependabot[bot] | 2021-09-06 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Go back to official cross FreeBSD releases | Sven-Hendrik Haase | 2021-09-05 | 1 | -3/+1 |
| | | | | | | | | This is fine now that https://github.com/rust-embedded/cross/pull/582 is merged. | ||||
| * | (cargo-release) start next development iteration 0.17.1-alpha.0 | Sven-Hendrik Haase | 2021-09-04 | 2 | -2/+2 |
| | | |||||
| * | (cargo-release) version 0.17.0v0.17.0 | Sven-Hendrik Haase | 2021-09-04 | 4 | -4/+7 |
| | | |||||
| * | Add CHANGELOG entry for upload fix | Sven-Hendrik Haase | 2021-09-04 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #590 from aliemjay/sanitze-path | Sven-Hendrik Haase | 2021-09-04 | 2 | -13/+171 |
| |\ | | | | | | | file_upload.rs: sanitize path input | ||||
| | * | Better name and docs for symlink test | Ali MJ Al-Nasrawy | 2021-09-04 | 1 | -1/+7 |
| | | | |||||
| | * | Adress review comments | Ali MJ Al-Nasrawy | 2021-09-04 | 2 | -6/+47 |
| | | | |||||
| | * | file_upload.rs: sanitize path input | Ali MJ Al-Nasrawy | 2021-09-01 | 2 | -11/+122 |
| | | | | | | | | | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
| * | | Add CHANGELOG entry for fixed mobile info pills | Sven-Hendrik Haase | 2021-09-04 | 1 | -0/+1 |
| | | | |||||
| * | | Fix mobile view pills taking whole width (fixes #591) | Sven-Hendrik Haase | 2021-09-04 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #537 from aliemjay/src-refactor-misc | Sven-Hendrik Haase | 2021-09-04 | 5 | -32/+9 |
| |\ \ | | | | | | | | | [Refactor] Miscellaneous small refactors | ||||
| | * | | Update Cargo.lock | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -3/+2 |
| | | | | |||||
| | * | | Simplify custom headers | Ali MJ Al-Nasrawy | 2021-08-31 | 3 | -16/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
| | * | | extract_query_parameters(): avoid clone and simplify | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -15/+3 |
| | | | | | | | | | | | | | | | | Signe-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
| * | | | Bump deps | Sven-Hendrik Haase | 2021-09-04 | 1 | -18/+18 |
| | |/ | |/| | |||||
* | | | Apply requested changes | jikstra | 2021-09-10 | 3 | -5/+3 |
| | | | |||||
* | | | cargo fmt & cargo clippy | jikstra | 2021-09-02 | 4 | -20/+11 |
| | | | |||||
* | | | Fix tests | jikstra | 2021-09-02 | 1 | -16/+19 |
| | | | |||||
* | | | Fix rebase | jikstra | 2021-09-02 | 3 | -23/+19 |
| | | | |||||
* | | | Implement a raw rendering mode for recursive folder download | jikstra | 2021-09-01 | 5 | -20/+242 |
|/ / | | | | | | | | | | | | | - Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget | ||||
* | | Add CHANGELOG entry for printing QR codes on terminal | Sven-Hendrik Haase | 2021-08-31 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #524 from aliemjay/qrcode-terminal | Sven-Hendrik Haase | 2021-08-31 | 1 | -2/+52 |
|\ \ | | | | | | | Print QR code to terminal | ||||
| * | | Print inverted QR codes side-by-side | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -5/+15 |
| | | | |||||
| * | | Address review comments | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | Print QR code to terminal | Ali MJ Al-Nasrawy | 2021-08-31 | 1 | -2/+42 |
| |/ | |||||
* / | Fix conditional release condition | Sven-Hendrik Haase | 2021-08-31 | 1 | -3/+3 |
|/ | |||||
* | (cargo-release) start next development iteration 0.16.1-alpha.0 | Sven-Hendrik Haase | 2021-08-31 | 2 | -2/+2 |
| | |||||
* | (cargo-release) version 0.16.0v0.16.0 | Sven-Hendrik Haase | 2021-08-31 | 4 | -4/+7 |
| | |||||
* | Add CHANGELOG entry for arguments rework | Sven-Hendrik Haase | 2021-08-31 | 1 | -0/+1 |
| | |||||
* | Merge pull request #529 from aliemjay/src-refactor | Sven-Hendrik Haase | 2021-08-31 | 6 | -467/+235 |
|\ | | | | | [Refactor] Fix clippy::too_many_arguments and rework error page rendering | ||||
| * | Use selected theme in error page | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -0/+10 |
| | | |||||
| * | Exclude embedded routes from authentication | Ali MJ Al-Nasrawy | 2021-08-30 | 1 | -48/+30 |
| | | |||||
| * | Fix clippy::too_many_arguments and rework error .. | Ali MJ Al-Nasrawy | 2021-08-30 | 6 | -423/+199 |
|/ | | | | | | | | | | | | | | | | | | | | | ... page rendering Too many arguments are moved around and many of them are already stored in MiniserveConfig. Many of these are used to render error pages. To fix this issue, it was necessary to rework error page rendering: 1. Implement `ResponseError` for `ContextualError` so that it can be returned from service handlers as is and will then be automatically logged to the console and converted into an error response. 2. At service handler level, all error responses are now rendered as plain text. 3. 'error_page_middleware' is now responsible for the rendering of the final error page from plain text reponses. Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
* | Bump deps | Sven-Hendrik Haase | 2021-08-30 | 1 | -22/+22 |
| | |||||
* | Add CHANGELOG entry for symlink destination feature | Sven-Hendrik Haase | 2021-08-30 | 1 | -0/+1 |
| | |||||
* | Merge pull request #542 from deantvv/symlink-dest | Sven-Hendrik Haase | 2021-08-30 | 7 | -27/+69 |
|\ | | | | | Implement show symlink destination |