Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dyns | Sven-Hendrik Haase | 2019-06-09 | 1 | -2/+2 |
* | Return QueryParameters struct instead of tuple | boastful-squirrel | 2019-05-03 | 1 | -11/+11 |
* | Read query params to handle error back link | boastful-squirrel | 2019-05-02 | 1 | -41/+18 |
* | Cargo fmt | boastful-squirrel | 2019-05-02 | 1 | -2/+3 |
* | Use HTTP StatusCode for error title | boastful-squirrel | 2019-05-01 | 1 | -1/+8 |
* | Merge branch 'master' into themed-errors | boastful-squirrel | 2019-04-27 | 1 | -24/+23 |
|\ | |||||
| * | Combine ContextualError and ContextualErrorKind into one | khai96_ | 2019-04-27 | 1 | -16/+16 |
* | | Improved some errors | boastful-squirrel | 2019-04-27 | 1 | -1/+1 |
* | | Themed errors | boastful-squirrel | 2019-04-27 | 1 | -22/+86 |
* | | Merged query parameter structs + improved file upload errors | boastful-squirrel | 2019-04-26 | 1 | -21/+33 |
|/ | |||||
* | Merge branch 'master' into no_panics | boastful-squirrel | 2019-04-25 | 1 | -4/+5 |
|\ | |||||
| * | Add a couple more integration tests | Sven-Hendrik Haase | 2019-04-24 | 1 | -4/+5 |
* | | Properly log error + added render_error method | boastful-squirrel | 2019-04-21 | 1 | -6/+6 |
* | | Print upload/archive errors also in terminal | boastful-squirrel | 2019-04-21 | 1 | -0/+1 |
* | | Rework error system + avoid panics in main() | boastful-squirrel | 2019-04-21 | 1 | -18/+39 |
|/ | |||||
* | Replace format with to_string() | Vojtěch Pejša | 2019-04-09 | 1 | -4/+1 |
* | Change HTTP response code and cleanup previus commit. | Vojtěch Pejša | 2019-04-09 | 1 | -5/+6 |
* | Refactor file upload. | Vojtěch Pejša | 2019-04-08 | 1 | -28/+38 |
* | Fix timeout error when uploading takes longer. | Vojtěch Pejša | 2019-04-07 | 1 | -2/+4 |
* | Fix typos and indentation. | Vojtěch Pejša | 2019-04-04 | 1 | -8/+8 |
* | Fix syntax error and clippy warnings. | Vojtěch Pejša | 2019-04-04 | 1 | -12/+17 |
* | Check if we have permissions to create files. | Vojtěch Pejša | 2019-04-04 | 1 | -1/+13 |
* | Better error handling for file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -22/+33 |
* | Fix file upload when used with random route. | Vojtěch Pejša | 2019-04-04 | 1 | -2/+4 |
* | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 1 | -4/+9 |
* | Use proper typed query param. | Vojtěch Pejša | 2019-04-04 | 1 | -16/+25 |
* | Document file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -2/+9 |
* | Refactoring | Vojtěch Pejša | 2019-04-04 | 1 | -48/+36 |
* | Check if file path is under app root dir. | Vojtěch Pejša | 2019-04-04 | 1 | -7/+20 |
* | Implement file upload. | Vojtěch Pejša | 2019-04-04 | 1 | -0/+100 |