Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-11-21 | added missing head tag | boastful-squirrel | 1 | -44/+46 |
2019-11-21 | Fix html elements order | boastful-squirrel | 1 | -1/+1 |
2019-08-16 | Fix indentation | boastful-squirrel | 1 | -1/+1 |
2019-08-16 | Fix HTML | boastful-squirrel | 1 | -101/+104 |
2019-07-24 | Fix tests | Sven-Hendrik Haase | 1 | -15/+7 |
2019-07-08 | remove page_parent | wyhaya | 1 | -1/+0 |
2019-07-08 | fix parent directory | wyhaya | 1 | -28/+31 |
2019-07-08 | add space | wyhaya | 1 | -1/+1 |
2019-07-04 | accomplish #142 | wyhaya | 1 | -3/+43 |
2019-05-10 | Fix clippy | boastful-squirrel | 1 | -0/+1 |
2019-05-02 | Read query params to handle error back link | boastful-squirrel | 1 | -3/+6 |
2019-05-01 | Use HTTP StatusCode for error title | boastful-squirrel | 1 | -2/+4 |
2019-05-01 | Display HTTP authentication errors | boastful-squirrel | 1 | -4/+13 |
2019-05-01 | Ignore clippy warnings | khai96_ | 1 | -0/+1 |
2019-04-29 | Make error page uniform | boastful-squirrel | 1 | -0/+4 |
2019-04-27 | Themed errors | boastful-squirrel | 1 | -10/+110 |
2019-04-26 | Made ColorScheme, SortingMethod and SortingOrder enums derive Copy | boastful-squirrel | 1 | -40/+40 |
2019-04-22 | Fixed comment | boastful-squirrel | 1 | -1/+1 |
2019-04-21 | Properly log error + added render_error method | boastful-squirrel | 1 | -1/+1 |
2019-04-21 | Improved upload error display | boastful-squirrel | 1 | -2/+1 |
2019-04-20 | Set upload input as required | boastful-squirrel | 1 | -1/+1 |
2019-04-16 | Wrap title instead of overflowing | boastful-squirrel | 1 | -0/+3 |
2019-04-16 | Fix issue 70 | boastful-squirrel | 1 | -9/+11 |
2019-04-16 | Modify back to top button | wyhaya | 1 | -2/+5 |
2019-04-13 | Fix issue #63 | boasting-squirrel | 1 | -48/+68 |
2019-04-07 | Make body take 100% height in HTML | boasting-squirrel | 1 | -0/+1 |
2019-04-07 | Fix CSS bug | boasting-squirrel | 1 | -2/+0 |
2019-04-07 | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug d... | boasting-squirrel | 1 | -6/+6 |
2019-04-07 | Fix CSS bug | boasting-squirrel | 1 | -0/+4 |
2019-04-07 | Use strum on Enums to reduce boilerplate | boasting-squirrel | 1 | -3/+3 |
2019-04-07 | Use strum_macros::EnumIter instead of manually listing Enum variants | boasting-squirrel | 1 | -2/+3 |
2019-04-07 | Fixed upload bug + refactored @ else in templates | boasting-squirrel | 1 | -40/+44 |
2019-04-06 | Improved mobile view | boasting-squirrel | 1 | -45/+22 |
2019-04-06 | Added flex wrap to handle overflow on mobile | boasting-squirrel | 1 | -1/+3 |
2019-04-06 | Improved design | boasting-squirrel | 1 | -18/+21 |
2019-04-06 | Changed link description in case of upload error | boasting-squirrel | 1 | -1/+1 |
2019-04-05 | Improve file upload text. | Vojtěch Pejša | 1 | -1/+1 |
2019-04-04 | Allow drag and drop file upload with js. | Vojtěch Pejša | 1 | -3/+26 |
2019-04-04 | Fix typos and indentation. | Vojtěch Pejša | 1 | -5/+5 |
2019-04-04 | Better error handling for file upload. | Vojtěch Pejša | 1 | -0/+11 |
2019-04-04 | Fix file upload when used with random route. | Vojtěch Pejša | 1 | -2/+3 |
2019-04-04 | Add CLI arguments for file uploading. | Vojtěch Pejša | 1 | -0/+3 |
2019-04-04 | Implement file upload. | Vojtěch Pejša | 1 | -1/+7 |
2019-04-02 | Removed query params when clicking on a file | boasting-squirrel | 1 | -1/+1 |
2019-04-01 | Color schemes | boasting-squirrel | 1 | -150/+391 |
2019-03-15 | Added missing padding on download div | boasting-squirrel | 1 | -0/+1 |
2019-03-15 | Improved design | boasting-squirrel | 1 | -3/+7 |
2019-03-08 | Download folder as a tar working | boasting-squirrel | 1 | -0/+35 |
2019-03-04 | Added color on hovering row | boasting-squirrel | 1 | -2/+5 |
2019-03-02 | Reset color of visited link in back to top button | boasting-squirrel | 1 | -1/+3 |