Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #115 from svenstaro/dependabot/cargo/rstest-b1ba694 | Sven-Hendrik Haase | 2019-05-13 | 1 | -1/+1 | |
|\ \ | | | | | | | Bump rstest from `223b3c8` to `b1ba694` | |||||
| * | | Bump rstest from `223b3c8` to `b1ba694` | dependabot[bot] | 2019-05-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `223b3c8` to `b1ba694`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/223b3c8fdf19e73e7ae640c0b40536b9820e4649...b1ba6949c0ef130bf8c0ae745305940ee119c4c4) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | Merge pull request #113 from svenstaro/dependabot/cargo/futures-0.1.27 | Sven-Hendrik Haase | 2019-05-13 | 2 | -31/+31 | |
|\ \ \ | |/ / |/| | | Bump futures from 0.1.26 to 0.1.27 | |||||
| * | | Bump futures from 0.1.26 to 0.1.27 | dependabot[bot] | 2019-05-13 | 2 | -31/+31 | |
|/ / | | | | | | | | | | | | | | | Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.26 to 0.1.27. - [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases) - [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.26...0.1.27) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | Merge pull request #112 from boastful-squirrel/fix-clippy | Sven-Hendrik Haase | 2019-05-10 | 6 | -41/+22 | |
|\ \ | | | | | | | Fix Clippy warnings + cargo fmt | |||||
| * | | Fix clippy | boastful-squirrel | 2019-05-10 | 2 | -3/+2 | |
| | | | ||||||
| * | | cargo fmt | boastful-squirrel | 2019-05-10 | 4 | -38/+20 | |
|/ / | ||||||
* | | Merge pull request #90 from boastful-squirrel/themed-errors | Sven-Hendrik Haase | 2019-05-10 | 8 | -166/+456 | |
|\ \ | | | | | | | Themed errors | |||||
| * | | Undo changes on args.rs | boastful-squirrel | 2019-05-06 | 1 | -3/+5 | |
| | | | ||||||
| * | | Undo changes on InvalidHashMethod error | boastful-squirrel | 2019-05-06 | 2 | -2/+2 | |
| | | | ||||||
| * | | Undo changes on src/archive.rs | boastful-squirrel | 2019-05-06 | 1 | -12/+31 | |
| | | | ||||||
| * | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-06 | 3 | -5/+68 | |
| |\ \ | ||||||
| * | | | Return QueryParameters struct instead of tuple | boastful-squirrel | 2019-05-03 | 5 | -44/+44 | |
| | | | | ||||||
| * | | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-05-03 | 11 | -282/+348 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Print error when parsing query parameters fail | boastful-squirrel | 2019-05-02 | 1 | -6/+9 | |
| | | | | ||||||
| * | | | Display path instead of uri in 404 error | boastful-squirrel | 2019-05-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Read query params to handle error back link | boastful-squirrel | 2019-05-02 | 5 | -58/+61 | |
| | | | | ||||||
| * | | | Cargo fmt | boastful-squirrel | 2019-05-02 | 3 | -7/+12 | |
| | | | | ||||||
| * | | | Added rustfmt_skip directive on tests | boastful-squirrel | 2019-05-02 | 2 | -10/+4 | |
| | | | | ||||||
| * | | | Rename p404 | boastful-squirrel | 2019-05-02 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Return to root when auth succeeds | boastful-squirrel | 2019-05-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Use HTTP StatusCode for error title | boastful-squirrel | 2019-05-01 | 5 | -7/+23 | |
| | | | | ||||||
| * | | | Fix return link when random_route is set | boastful-squirrel | 2019-05-01 | 2 | -2/+14 | |
| | | | | ||||||
| * | | | Added doc | boastful-squirrel | 2019-05-01 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Display 404 error | boastful-squirrel | 2019-05-01 | 2 | -2/+27 | |
| | | | | ||||||
| * | | | Display HTTP authentication errors | boastful-squirrel | 2019-05-01 | 3 | -9/+55 | |
| | | | | ||||||
| * | | | Make error page uniform | boastful-squirrel | 2019-04-29 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-04-27 | 8 | -171/+68 | |
| |\ \ \ | ||||||
| * | | | | Fixed test + fixed clippy warning | boastful-squirrel | 2019-04-27 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Improved some errors | boastful-squirrel | 2019-04-27 | 2 | -2/+2 | |
| | | | | | ||||||
| * | | | | Themed errors | boastful-squirrel | 2019-04-27 | 5 | -45/+222 | |
| | | | | | ||||||
| * | | | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 2019-04-26 | 4 | -55/+55 | |
| | | | | | ||||||
| * | | | | Merged query parameter structs + improved file upload errors | boastful-squirrel | 2019-04-26 | 3 | -23/+40 | |
| | | | | | ||||||
| * | | | | Cargo fmt | boastful-squirrel | 2019-04-26 | 3 | -11/+24 | |
| | | | | | ||||||
* | | | | | Merge pull request #111 from svenstaro/dependabot/cargo/tar-0.4.25 | Sven-Hendrik Haase | 2019-05-10 | 2 | -4/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Bump tar from 0.4.24 to 0.4.25 | |||||
| * | | | | | Bump tar from 0.4.24 to 0.4.25 | dependabot[bot] | 2019-05-10 | 2 | -4/+4 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.24 to 0.4.25. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.24...0.4.25) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | | | Merge pull request #110 from svenstaro/dependabot/cargo/rstest-223b3c8 | Sven-Hendrik Haase | 2019-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Bump rstest from `7107c04` to `223b3c8` | |||||
| * | | | | | Bump rstest from `7107c04` to `223b3c8` | dependabot[bot] | 2019-05-09 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `7107c04` to `223b3c8`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/7107c042a3f507f9090d6220b476484444ac5956...223b3c8fdf19e73e7ae640c0b40536b9820e4649) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | | | Merge pull request #109 from svenstaro/dependabot/cargo/rstest-7107c04 | Sven-Hendrik Haase | 2019-05-08 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Bump rstest from `4d2f3ea` to `7107c04` | |||||
| * | | | | | Bump rstest from `4d2f3ea` to `7107c04` | dependabot[bot] | 2019-05-08 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `4d2f3ea` to `7107c04`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/4d2f3ea44415d51588173c928acf797011271a40...7107c042a3f507f9090d6220b476484444ac5956) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | | | Merge pull request #107 from svenstaro/dependabot/cargo/rstest-4d2f3ea | Sven-Hendrik Haase | 2019-05-07 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Bump rstest from `833bca6` to `4d2f3ea` | |||||
| * | | | | | Bump rstest from `833bca6` to `4d2f3ea` | dependabot[bot] | 2019-05-07 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `833bca6` to `4d2f3ea`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/833bca6718f929992c57170a98f256cec3ac2036...4d2f3ea44415d51588173c928acf797011271a40) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | | | Merge pull request #108 from svenstaro/dependabot/cargo/serde-1.0.91 | dependabot[bot] | 2019-05-07 | 2 | -11/+11 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Bump serde from 1.0.90 to 1.0.91 | dependabot[bot] | 2019-05-07 | 2 | -11/+11 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91) Signed-off-by: dependabot[bot] <support@dependabot.com> | |||||
* | | | | Merge pull request #103 from KSXGitHub/test-auth-one-more-assertion | Sven-Hendrik Haase | 2019-05-06 | 1 | -3/+7 | |
|\ \ \ \ | | | | | | | | | | | Add assertion of status code to auth_works | |||||
| * | | | | Use constant for assertion | khai96_ | 2019-05-06 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Add assertion of status code to auth_works | khai96_ | 2019-05-04 | 1 | -3/+7 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #106 from KSXGitHub/cli-help-auth-add-detail | Sven-Hendrik Haase | 2019-05-06 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | Add example for --auth formatting | |||||
| * | | | | Add example for --auth formatting | khai96_ | 2019-05-06 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #102 from KSXGitHub/test-auth-rejects | Sven-Hendrik Haase | 2019-05-06 | 1 | -1/+59 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add integration test where it rejects authentication |