Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-04-13 | Fix issue #63 | boasting-squirrel | 2 | -49/+70 | |
2019-04-09 | Replace format with to_string() | Vojtěch Pejša | 1 | -4/+1 | |
2019-04-09 | Change HTTP response code and cleanup previus commit. | Vojtěch Pejša | 1 | -5/+6 | |
2019-04-08 | Refactor file upload. | Vojtěch Pejša | 1 | -28/+38 | |
2019-04-07 | Start server after countdown when no path is specified. | Vojtěch Pejša | 1 | -27/+27 | |
2019-04-07 | Fix timeout error when uploading takes longer. | Vojtěch Pejša | 1 | -2/+4 | |
2019-04-07 | Remove unused import | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-04-07 | Cargo fmt | boasting-squirrel | 1 | -1/+0 | |
2019-04-07 | Fixed serde's rename strategy for CompressionMethods enum | boasting-squirrel | 1 | -1/+1 | |
2019-04-07 | Make body take 100% height in HTML | boasting-squirrel | 1 | -0/+1 | |
2019-04-07 | Use serialize_all on CompressionMethods enum | boasting-squirrel | 1 | -2/+3 | |
2019-04-07 | Fix CSS bug | boasting-squirrel | 1 | -2/+0 | |
2019-04-07 | Use serialize_all | boasting-squirrel | 1 | -3/+1 | |
2019-04-07 | Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵ | boasting-squirrel | 4 | -21/+12 | |
derives | |||||
2019-04-07 | Fix CSS bug | boasting-squirrel | 1 | -0/+4 | |
2019-04-07 | Use strum on Enums to reduce boilerplate | boasting-squirrel | 3 | -36/+15 | |
2019-04-07 | Use strum_macros::EnumIter instead of manually listing Enum variants | boasting-squirrel | 3 | -19/+7 | |
2019-04-07 | Fixed upload bug + refactored @ else in templates | boasting-squirrel | 1 | -40/+44 | |
2019-04-06 | Cargo fmt | boasting-squirrel | 1 | -1/+0 | |
2019-04-06 | Improved mobile view | boasting-squirrel | 2 | -50/+33 | |
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 | 4 | -17/+17 | |
2019-04-04 | Fix syntax error and clippy warnings. | Vojtěch Pejša | 2 | -14/+19 | |
2019-04-04 | Fix typos | Vojtěch Pejša | 1 | -5/+5 | |
2019-04-04 | Check if we have permissions to create files. | Vojtěch Pejša | 2 | -1/+16 | |
2019-04-04 | Improve how file upload handler is added to server. | Vojtěch Pejša | 1 | -10/+12 | |
2019-04-04 | Better error handling for file upload. | Vojtěch Pejša | 3 | -22/+61 | |
2019-04-04 | Fix file upload when used with random route. | Vojtěch Pejša | 4 | -6/+22 | |
2019-04-04 | Add CLI arguments for file uploading. | Vojtěch Pejša | 5 | -9/+44 | |
2019-04-04 | Use proper typed query param. | Vojtěch Pejša | 1 | -16/+25 | |
2019-04-04 | Document file upload. | Vojtěch Pejša | 2 | -3/+10 | |
2019-04-04 | Refactoring | Vojtěch Pejša | 1 | -48/+36 | |
2019-04-04 | Check if file path is under app root dir. | Vojtěch Pejša | 1 | -7/+20 | |
2019-04-04 | Implement file upload. | Vojtěch Pejša | 4 | -1/+115 | |
2019-04-03 | Use serde lowercase for SortingMethods enum | boasting-squirrel | 1 | -3/+1 | |
2019-04-03 | Added CLI argument to set default theme | boasting-squirrel | 4 | -18/+39 | |
2019-04-02 | Added light theme | boasting-squirrel | 1 | -0/+40 | |
2019-04-02 | Removed query params when clicking on a file | boasting-squirrel | 1 | -1/+1 | |
2019-04-02 | Renamed ArchLinux to Archlinux | boasting-squirrel | 2 | -7/+7 | |
2019-04-01 | Removed useless feature | boasting-squirrel | 1 | -1/+0 | |
2019-04-01 | Color schemes | boasting-squirrel | 5 | -153/+625 | |
2019-03-19 | Fixed comments | boasting-squirrel | 1 | -1/+1 | |
2019-03-19 | Added documentation for errors and removed useless errors | boasting-squirrel | 2 | -7/+18 | |
2019-03-19 | Removed Content-Length | boasting-squirrel | 1 | -1/+0 | |
2019-03-15 | Added missing padding on download div | boasting-squirrel | 1 | -0/+1 | |
2019-03-15 | Renamed create_archive_file function and added documentation | boasting-squirrel | 2 | -5/+7 | |