aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove unused imports and filesjikstra2021-09-102-16/+0
| |
| * Implement --show-wget-footer argumentjikstra2021-09-103-2/+12
| |
| * Fix testsjikstra2021-09-101-2/+2
| |
| * Align download directory hint properlyjikstra2021-09-101-1/+1
| |
| * Merge branch 'master' into feat_raw_modeJikstra2021-09-1011-82/+221
| |\
| * | Apply requested changesjikstra2021-09-103-5/+3
| | |
| * | cargo fmt & cargo clippyjikstra2021-09-024-20/+11
| | |
| * | Fix testsjikstra2021-09-021-16/+19
| | |
| * | Fix rebasejikstra2021-09-023-23/+19
| | |
| * | Implement a raw rendering mode for recursive folder downloadjikstra2021-09-015-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
* | | Rename Archlinux -> Arch LinuxSven-Hendrik Haase2021-09-231-1/+1
| | |
* | | Merge pull request #604 from svenstaro/dependabot/cargo/http-0.2.5Sven-Hendrik Haase2021-09-221-2/+2
|\ \ \ | | | | | | | | Bump http from 0.2.4 to 0.2.5
| * | | Bump http from 0.2.4 to 0.2.5dependabot[bot]2021-09-221-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [http](https://github.com/hyperium/http) from 0.2.4 to 0.2.5. - [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.4...v0.2.5) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #603 from svenstaro/dependabot/cargo/grass-0.10.8Sven-Hendrik Haase2021-09-211-2/+2
|\ \ \ | | | | | | | | Bump grass from 0.10.7 to 0.10.8
| * | | Bump grass from 0.10.7 to 0.10.8dependabot[bot]2021-09-211-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [grass](https://github.com/connorskees/grass) from 0.10.7 to 0.10.8. - [Release notes](https://github.com/connorskees/grass/releases) - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/commits) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #601 from svenstaro/dependabot/cargo/socket2-0.4.2Sven-Hendrik Haase2021-09-161-2/+2
|\ \ \ | | | | | | | | Bump socket2 from 0.4.1 to 0.4.2
| * | | Bump socket2 from 0.4.1 to 0.4.2dependabot[bot]2021-09-161-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #599 from svenstaro/dependabot/cargo/anyhow-1.0.44Sven-Hendrik Haase2021-09-131-2/+2
|\ \ \ | |_|/ |/| | Bump anyhow from 1.0.43 to 1.0.44
| * | Bump anyhow from 1.0.43 to 1.0.44dependabot[bot]2021-09-131-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.43...1.0.44) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #598 from svenstaro/dependabot/cargo/sha2-0.9.8Sven-Hendrik Haase2021-09-101-2/+2
|\ \ | | | | | | Bump sha2 from 0.9.6 to 0.9.8
| * | Bump sha2 from 0.9.6 to 0.9.8dependabot[bot]2021-09-101-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.5Sven-Hendrik Haase2021-09-071-2/+2
|\ \ | | | | | | Bump assert_fs from 1.0.4 to 1.0.5
| * | Bump assert_fs from 1.0.4 to 1.0.5dependabot[bot]2021-09-071-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.1Sven-Hendrik Haase2021-09-071-2/+2
|\ \ \ | |/ / |/| | Bump assert_cmd from 2.0.0 to 2.0.1
| * | Bump assert_cmd from 2.0.0 to 2.0.1dependabot[bot]2021-09-071-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.29Sven-Hendrik Haase2021-09-061-4/+4
|\ \ | | | | | | Bump thiserror from 1.0.28 to 1.0.29
| * | Bump thiserror from 1.0.28 to 1.0.29dependabot[bot]2021-09-061-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 releasesSven-Hendrik Haase2021-09-051-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.0Sven-Hendrik Haase2021-09-042-2/+2
| |
* | (cargo-release) version 0.17.0v0.17.0Sven-Hendrik Haase2021-09-044-4/+7
| |
* | Add CHANGELOG entry for upload fixSven-Hendrik Haase2021-09-041-0/+2
| |
* | Merge pull request #590 from aliemjay/sanitze-pathSven-Hendrik Haase2021-09-042-13/+171
|\ \ | | | | | | file_upload.rs: sanitize path input
| * | Better name and docs for symlink testAli MJ Al-Nasrawy2021-09-041-1/+7
| | |
| * | Adress review commentsAli MJ Al-Nasrawy2021-09-042-6/+47
| | |
| * | file_upload.rs: sanitize path inputAli MJ Al-Nasrawy2021-09-012-11/+122
| |/ | | | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
* | Add CHANGELOG entry for fixed mobile info pillsSven-Hendrik Haase2021-09-041-0/+1
| |
* | Fix mobile view pills taking whole width (fixes #591)Sven-Hendrik Haase2021-09-041-0/+2
| |
* | Merge pull request #537 from aliemjay/src-refactor-miscSven-Hendrik Haase2021-09-045-32/+9
|\ \ | | | | | | [Refactor] Miscellaneous small refactors
| * | Update Cargo.lockAli MJ Al-Nasrawy2021-08-311-3/+2
| | |
| * | Simplify custom headersAli MJ Al-Nasrawy2021-08-313-16/+6
| | | | | | | | | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
| * | extract_query_parameters(): avoid clone and simplifyAli MJ Al-Nasrawy2021-08-311-15/+3
| | | | | | | | | | | | Signe-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
* | | Bump depsSven-Hendrik Haase2021-09-041-18/+18
| |/ |/|
* | Add CHANGELOG entry for printing QR codes on terminalSven-Hendrik Haase2021-08-311-0/+1
| |
* | Merge pull request #524 from aliemjay/qrcode-terminalSven-Hendrik Haase2021-08-311-2/+52
|\ \ | | | | | | Print QR code to terminal
| * | Print inverted QR codes side-by-sideAli MJ Al-Nasrawy2021-08-311-5/+15
| | |
| * | Address review commentsAli MJ Al-Nasrawy2021-08-311-1/+1
| | |
| * | Print QR code to terminalAli MJ Al-Nasrawy2021-08-311-2/+42
| |/
* / Fix conditional release conditionSven-Hendrik Haase2021-08-311-3/+3
|/
* (cargo-release) start next development iteration 0.16.1-alpha.0Sven-Hendrik Haase2021-08-312-2/+2
|
* (cargo-release) version 0.16.0v0.16.0Sven-Hendrik Haase2021-08-314-4/+7
|