aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-02Rename p404boastful-squirrel1-5/+5
2019-05-01Return to root when auth succeedsboastful-squirrel1-1/+1
2019-05-01Use HTTP StatusCode for error titleboastful-squirrel5-7/+23
2019-05-01Fix return link when random_route is setboastful-squirrel2-2/+14
2019-05-01Added docboastful-squirrel1-0/+3
2019-05-01Display 404 errorboastful-squirrel2-2/+27
2019-05-01Display HTTP authentication errorsboastful-squirrel3-9/+55
2019-04-29Make error page uniformboastful-squirrel1-0/+4
2019-04-27Fixed test + fixed clippy warningboastful-squirrel2-3/+3
2019-04-27Improved some errorsboastful-squirrel2-2/+2
2019-04-27Themed errorsboastful-squirrel5-45/+222
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_6-118/+62
2019-04-26Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel4-55/+55
2019-04-26Merged query parameter structs + improved file upload errorsboastful-squirrel3-23/+40
2019-04-26Cargo fmtboastful-squirrel3-11/+24
2019-04-26Use 'if let'khai96_1-3/+4
2019-04-26Comply to change requestskhai96_2-2/+15
- Added doc comments - Added an additional test case
2019-04-25Use rstest_parametrize for unit testskhai96_2-126/+71
2019-04-24Run cargo fmtkhai96_2-7/+13
2019-04-24Use format! instead of manual string concatenationkhai96_1-3/+2
2019-04-24Add a couple more integration testsSven-Hendrik Haase2-7/+9
2019-04-23Made code more idiomaticboastful-squirrel1-35/+34
2019-04-23Convert hex strings to raw byte vectors and compare themkhai96_2-26/+44
2019-04-22Fixed commentboastful-squirrel1-1/+1
2019-04-22Display errors from main() through log stremboastful-squirrel1-1/+1
2019-04-22Improved errorsboastful-squirrel2-4/+13
2019-04-21Fixed syntax errorboastful-squirrel1-2/+2
2019-04-21Properly log error + added render_error methodboastful-squirrel4-9/+16
2019-04-21Print upload/archive errors also in terminalboastful-squirrel2-3/+7
2019-04-21Rework error system + avoid panics in main()boastful-squirrel6-178/+251
2019-04-21cargo fmtboastful-squirrel1-5/+3
2019-04-21Print error on the web page rather than on the terminalboastful-squirrel1-3/+1
2019-04-21Improved upload error displayboastful-squirrel1-2/+1
2019-04-20Set upload input as requiredboastful-squirrel1-1/+1
2019-04-20Remove spaces before function nameskhai96_1-3/+3
2019-04-19Update help description for --authkhai96_1-1/+1
2019-04-19Add tests for where parse_auth failskhai96_1-0/+27
2019-04-19Correct error messagekhai96_1-1/+1
2019-04-19Use '?'khai96_1-6/+12
2019-04-19Resolve https://github.com/svenstaro/miniserve/pull/76#discussion_r277011948khai96_1-13/+12
2019-04-19Fix parse_auth and add some testskhai96_2-4/+136
2019-04-19Fix false positivekhai96_1-1/+1
2019-04-19Create get_hash_hexkhai96_1-3/+6
2019-04-19Add support for sha-512khai96_2-7/+12
2019-04-19Add support for hashed password (sha256)khai96_3-30/+59
2019-04-16Wrap title instead of overflowingboastful-squirrel1-0/+3
2019-04-16Fix issue 70boastful-squirrel2-12/+14
2019-04-16Modify back to top buttonwyhaya1-2/+5
2019-04-15Fix tiny lintSven-Hendrik Haase1-1/+1
2019-04-15Fix typo in commentboastful-squirrel1-1/+1