aboutsummaryrefslogtreecommitdiffstats
path: root/src/errors.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-19Fix lintsSven-Hendrik Haase1-4/+4
2020-07-21Use actix-web-httpauth for authentication middlewareequal-l21-7/+0
2020-07-21Update to actix 2 and futures 0.3equal-l21-1/+1
2019-05-10cargo fmtboastful-squirrel1-1/+4
2019-05-06Undo changes on InvalidHashMethod errorboastful-squirrel1-1/+1
2019-05-01Display 404 errorboastful-squirrel1-0/+4
2019-05-01Display HTTP authentication errorsboastful-squirrel1-0/+4
2019-04-27Improved some errorsboastful-squirrel1-1/+1
2019-04-27Combine ContextualError and ContextualErrorKind into onekhai96_1-54/+4
2019-04-26Merged query parameter structs + improved file upload errorsboastful-squirrel1-0/+4
2019-04-26Cargo fmtboastful-squirrel1-1/+4
2019-04-22Improved errorsboastful-squirrel1-0/+7
2019-04-21Properly log error + added render_error methodboastful-squirrel1-0/+6
2019-04-21Rework error system + avoid panics in main()boastful-squirrel1-72/+63
2019-04-04Fix typosVojtěch Pejša1-5/+5
2019-04-04Check if we have permissions to create files.Vojtěch Pejša1-0/+3
2019-04-04Better error handling for file upload.Vojtěch Pejša1-0/+17
2019-03-19Added documentation for errors and removed useless errorsboasting-squirrel1-4/+10
2019-03-13Switched to standard Rust logging systemboasting-squirrel1-12/+3
2019-03-13Build tar in buffer instead of in tempfileboasting-squirrel1-6/+0
2019-03-12Added some docs comments to errors.rsboasting-squirrel1-1/+6
2019-03-12Improved error messageboasting-squirrel1-2/+2
2019-03-12Better error messages for invalid pathboasting-squirrel1-10/+4
2019-03-12Added some error messages + reworked the print_error_chain methodboasting-squirrel1-6/+22
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel1-0/+90