Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved errors | boastful-squirrel | 2019-04-22 | 2 | -4/+13 |
* | Fixed syntax error | boastful-squirrel | 2019-04-21 | 1 | -2/+2 |
* | Properly log error + added render_error method | boastful-squirrel | 2019-04-21 | 4 | -9/+16 |
* | Print upload/archive errors also in terminal | boastful-squirrel | 2019-04-21 | 2 | -3/+7 |
* | Rework error system + avoid panics in main() | boastful-squirrel | 2019-04-21 | 6 | -178/+251 |
* | cargo fmt | boastful-squirrel | 2019-04-21 | 1 | -5/+3 |
* | Print error on the web page rather than on the terminal | boastful-squirrel | 2019-04-21 | 1 | -3/+1 |
* | Improved upload error display | boastful-squirrel | 2019-04-21 | 1 | -2/+1 |
* | Set upload input as required | boastful-squirrel | 2019-04-20 | 1 | -1/+1 |
* | Merge pull request #71 from boastful-squirrel/fix70 | Sven-Hendrik Haase | 2019-04-17 | 2 | -12/+14 |
|\ | |||||
| * | Fix issue 70 | boastful-squirrel | 2019-04-16 | 2 | -12/+14 |
* | | Merge branch 'master' into word-wrap | boastful-squirrel | 2019-04-16 | 1 | -2/+5 |
|\ \ | |||||
| * | | Modify back to top button | wyhaya | 2019-04-16 | 1 | -2/+5 |
| |/ | |||||
* / | Wrap title instead of overflowing | boastful-squirrel | 2019-04-16 | 1 | -0/+3 |
|/ | |||||
* | Fix tiny lint | Sven-Hendrik Haase | 2019-04-15 | 1 | -1/+1 |
* | Merge pull request #64 from boastful-squirrel/fix_auth | Sven-Hendrik Haase | 2019-04-15 | 3 | -23/+37 |
|\ | |||||
| * | Fix typo in comment | boastful-squirrel | 2019-04-15 | 1 | -1/+1 |
| * | Merge branch 'master' into fix_auth | boastful-squirrel | 2019-04-15 | 2 | -49/+70 |
| |\ | |||||
| * | | Fix parse_auth to make it RFC-compliant + updated comments | boastful-squirrel | 2019-04-15 | 1 | -3/+6 |
| * | | Cargo fmt | boasting-squirrel | 2019-04-13 | 2 | -6/+11 |
| * | | Fixed auth check | boasting-squirrel | 2019-04-13 | 2 | -18/+24 |
| * | | Made code more idiomatic | boasting-squirrel | 2019-04-13 | 1 | -3/+3 |
* | | | Merge branch 'master' into socketaddr | boastful-squirrel | 2019-04-15 | 2 | -49/+70 |
|\ \ \ | | |/ | |/| | |||||
| * | | Fix issue #63 | boasting-squirrel | 2019-04-13 | 2 | -49/+70 |
| |/ | |||||
* | | Use to_string() and fix comment | boastful-squirrel | 2019-04-15 | 1 | -2/+2 |
* | | Improved comment | boastful-squirrel | 2019-04-13 | 1 | -1/+3 |
* | | Fixed comment | boasting-squirrel | 2019-04-13 | 1 | -1/+1 |
* | | Use parse() instead of to_socket_addrs() | boasting-squirrel | 2019-04-13 | 1 | -33/+35 |
|/ | |||||
* | 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 |
* | Start server after countdown when no path is specified. | Vojtěch Pejša | 2019-04-07 | 1 | -27/+27 |
* | Fix timeout error when uploading takes longer. | Vojtěch Pejša | 2019-04-07 | 1 | -2/+4 |
* | Remove unused import | Sven-Hendrik Haase | 2019-04-07 | 1 | -1/+1 |
* | Cargo fmt | boasting-squirrel | 2019-04-07 | 1 | -1/+0 |
* | Fixed serde's rename strategy for CompressionMethods enum | boasting-squirrel | 2019-04-07 | 1 | -1/+1 |
* | Make body take 100% height in HTML | boasting-squirrel | 2019-04-07 | 1 | -0/+1 |
* | Use serialize_all on CompressionMethods enum | boasting-squirrel | 2019-04-07 | 1 | -2/+3 |
* | Fix CSS bug | boasting-squirrel | 2019-04-07 | 1 | -2/+0 |
* | Use serialize_all | boasting-squirrel | 2019-04-07 | 1 | -3/+1 |
* | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug d... | boasting-squirrel | 2019-04-07 | 4 | -21/+12 |
* | Fix CSS bug | boasting-squirrel | 2019-04-07 | 1 | -0/+4 |
* | Use strum on Enums to reduce boilerplate | boasting-squirrel | 2019-04-07 | 3 | -36/+15 |
* | Use strum_macros::EnumIter instead of manually listing Enum variants | boasting-squirrel | 2019-04-07 | 3 | -19/+7 |
* | Fixed upload bug + refactored @ else in templates | boasting-squirrel | 2019-04-07 | 1 | -40/+44 |
* | Cargo fmt | boasting-squirrel | 2019-04-06 | 1 | -1/+0 |
* | Improved mobile view | boasting-squirrel | 2019-04-06 | 2 | -50/+33 |
* | Added flex wrap to handle overflow on mobile | boasting-squirrel | 2019-04-06 | 1 | -1/+3 |
* | Improved design | boasting-squirrel | 2019-04-06 | 1 | -18/+21 |
* | Changed link description in case of upload error | boasting-squirrel | 2019-04-06 | 1 | -1/+1 |