aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #115 from svenstaro/dependabot/cargo/rstest-b1ba694Sven-Hendrik Haase2019-05-131-1/+1
|\ \
| * | Bump rstest from `223b3c8` to `b1ba694`dependabot[bot]2019-05-131-1/+1
* | | Merge pull request #113 from svenstaro/dependabot/cargo/futures-0.1.27Sven-Hendrik Haase2019-05-132-31/+31
|\ \ \ | |/ / |/| |
| * | Bump futures from 0.1.26 to 0.1.27dependabot[bot]2019-05-132-31/+31
|/ /
* | Merge pull request #112 from boastful-squirrel/fix-clippySven-Hendrik Haase2019-05-106-41/+22
|\ \
| * | Fix clippyboastful-squirrel2019-05-102-3/+2
| * | cargo fmtboastful-squirrel2019-05-104-38/+20
|/ /
* | Merge pull request #90 from boastful-squirrel/themed-errorsSven-Hendrik Haase2019-05-108-166/+456
|\ \
| * | Undo changes on args.rsboastful-squirrel2019-05-061-3/+5
| * | Undo changes on InvalidHashMethod errorboastful-squirrel2019-05-062-2/+2
| * | Undo changes on src/archive.rsboastful-squirrel2019-05-061-12/+31
| * | Merge branch 'master' into themed-errorsboastful-squirrel2019-05-063-5/+68
| |\ \
| * | | Return QueryParameters struct instead of tupleboastful-squirrel2019-05-035-44/+44
| * | | Merge branch 'master' into themed-errorsboastful-squirrel2019-05-0311-282/+348
| |\ \ \ | | | |/ | | |/|
| * | | Print error when parsing query parameters failboastful-squirrel2019-05-021-6/+9
| * | | Display path instead of uri in 404 errorboastful-squirrel2019-05-021-1/+1
| * | | Read query params to handle error back linkboastful-squirrel2019-05-025-58/+61
| * | | Cargo fmtboastful-squirrel2019-05-023-7/+12
| * | | Added rustfmt_skip directive on testsboastful-squirrel2019-05-022-10/+4
| * | | Rename p404boastful-squirrel2019-05-021-5/+5
| * | | Return to root when auth succeedsboastful-squirrel2019-05-011-1/+1
| * | | Use HTTP StatusCode for error titleboastful-squirrel2019-05-015-7/+23
| * | | Fix return link when random_route is setboastful-squirrel2019-05-012-2/+14
| * | | Added docboastful-squirrel2019-05-011-0/+3
| * | | Display 404 errorboastful-squirrel2019-05-012-2/+27
| * | | Display HTTP authentication errorsboastful-squirrel2019-05-013-9/+55
| * | | Make error page uniformboastful-squirrel2019-04-291-0/+4
| * | | Merge branch 'master' into themed-errorsboastful-squirrel2019-04-278-171/+68
| |\ \ \
| * | | | Fixed test + fixed clippy warningboastful-squirrel2019-04-272-3/+3
| * | | | Improved some errorsboastful-squirrel2019-04-272-2/+2
| * | | | Themed errorsboastful-squirrel2019-04-275-45/+222
| * | | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-264-55/+55
| * | | | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-263-23/+40
| * | | | Cargo fmtboastful-squirrel2019-04-263-11/+24
* | | | | Merge pull request #111 from svenstaro/dependabot/cargo/tar-0.4.25Sven-Hendrik Haase2019-05-102-4/+4
|\ \ \ \ \
| * | | | | Bump tar from 0.4.24 to 0.4.25dependabot[bot]2019-05-102-4/+4
|/ / / / /
* | | | | Merge pull request #110 from svenstaro/dependabot/cargo/rstest-223b3c8Sven-Hendrik Haase2019-05-091-1/+1
|\ \ \ \ \
| * | | | | Bump rstest from `7107c04` to `223b3c8`dependabot[bot]2019-05-091-1/+1
|/ / / / /
* | | | | Merge pull request #109 from svenstaro/dependabot/cargo/rstest-7107c04Sven-Hendrik Haase2019-05-081-1/+1
|\ \ \ \ \
| * | | | | Bump rstest from `4d2f3ea` to `7107c04`dependabot[bot]2019-05-081-1/+1
|/ / / / /
* | | | | Merge pull request #107 from svenstaro/dependabot/cargo/rstest-4d2f3eaSven-Hendrik Haase2019-05-071-1/+1
|\ \ \ \ \
| * | | | | Bump rstest from `833bca6` to `4d2f3ea`dependabot[bot]2019-05-071-1/+1
|/ / / / /
* | | | | Merge pull request #108 from svenstaro/dependabot/cargo/serde-1.0.91dependabot[bot]2019-05-072-11/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Bump serde from 1.0.90 to 1.0.91dependabot[bot]2019-05-072-11/+11
|/ / / /
* | | | Merge pull request #103 from KSXGitHub/test-auth-one-more-assertionSven-Hendrik Haase2019-05-061-3/+7
|\ \ \ \
| * | | | Use constant for assertionkhai96_2019-05-061-1/+2
| * | | | Add assertion of status code to auth_workskhai96_2019-05-041-3/+7
| | |_|/ | |/| |
* | | | Merge pull request #106 from KSXGitHub/cli-help-auth-add-detailSven-Hendrik Haase2019-05-061-0/+1
|\ \ \ \
| * | | | Add example for --auth formattingkhai96_2019-05-061-0/+1
* | | | | Merge pull request #102 from KSXGitHub/test-auth-rejectsSven-Hendrik Haase2019-05-061-1/+59
|\ \ \ \ \ | |/ / / / |/| | | |