aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
|
* Add CHANGELOG entry for arguments reworkSven-Hendrik Haase2021-08-311-0/+1
|
* Merge pull request #529 from aliemjay/src-refactorSven-Hendrik Haase2021-08-316-467/+235
|\ | | | | [Refactor] Fix clippy::too_many_arguments and rework error page rendering
| * Use selected theme in error pageAli MJ Al-Nasrawy2021-08-301-0/+10
| |
| * Exclude embedded routes from authenticationAli MJ Al-Nasrawy2021-08-301-48/+30
| |
| * Fix clippy::too_many_arguments and rework error ..Ali MJ Al-Nasrawy2021-08-306-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 depsSven-Hendrik Haase2021-08-301-22/+22
|
* Add CHANGELOG entry for symlink destination featureSven-Hendrik Haase2021-08-301-0/+1
|
* Merge pull request #542 from deantvv/symlink-destSven-Hendrik Haase2021-08-307-27/+69
|\ | | | | Implement show symlink destination