aboutsummaryrefslogtreecommitdiffstats
path: root/src/errors.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch from failure to thiserrorSven-Hendrik Haase2021-03-201-28/+17
|
* Fix lintsSven-Hendrik Haase2021-02-191-4/+4
|
* Use actix-web-httpauth for authentication middlewareequal-l22020-07-211-7/+0
|
* Update to actix 2 and futures 0.3equal-l22020-07-211-1/+1
|
* cargo fmtboastful-squirrel2019-05-101-1/+4
|
* Undo changes on InvalidHashMethod errorboastful-squirrel2019-05-061-1/+1
|
* Display 404 errorboastful-squirrel2019-05-011-0/+4
|
* Display HTTP authentication errorsboastful-squirrel2019-05-011-0/+4
|
* Merge branch 'master' into themed-errorsboastful-squirrel2019-04-271-58/+5
|\
| * Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-271-54/+4
| |
* | Improved some errorsboastful-squirrel2019-04-271-1/+1
| |
* | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-261-0/+4
| |
* | Cargo fmtboastful-squirrel2019-04-261-1/+4
|/
* Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-261-70/+84
|\
| * Improved errorsboastful-squirrel2019-04-221-0/+7
| |
| * Properly log error + added render_error methodboastful-squirrel2019-04-211-0/+6
| |
| * Rework error system + avoid panics in main()boastful-squirrel2019-04-211-72/+63
|/
* Fix typosVojtěch Pejša2019-04-041-5/+5
|
* Check if we have permissions to create files.Vojtěch Pejša2019-04-041-0/+3
|
* Better error handling for file upload.Vojtěch Pejša2019-04-041-0/+17
|
* Added documentation for errors and removed useless errorsboasting-squirrel2019-03-191-4/+10
|
* Switched to standard Rust logging systemboasting-squirrel2019-03-131-12/+3
|
* Build tar in buffer instead of in tempfileboasting-squirrel2019-03-131-6/+0
|
* Added some docs comments to errors.rsboasting-squirrel2019-03-121-1/+6
|
* Improved error messageboasting-squirrel2019-03-121-2/+2
|
* Better error messages for invalid pathboasting-squirrel2019-03-121-10/+4
|
* Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-121-6/+22
|
* Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-111-0/+90