Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 d... | boasting-squirrel | 4 | -21/+12 |
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 |
2019-03-15 | Improved design | boasting-squirrel | 1 | -3/+7 |
2019-03-14 | Cargo fmt | boasting-squirrel | 1 | -3/+10 |
2019-03-14 | Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation | boasting-squirrel | 2 | -9/+7 |
2019-03-13 | Improved grammar of TarBuildingError error message | boasting-squirrel | 1 | -1/+1 |
2019-03-13 | Switched to standard Rust logging system | boasting-squirrel | 4 | -38/+19 |
2019-03-13 | Build tar in buffer instead of in tempfile | boasting-squirrel | 2 | -38/+10 |
2019-03-12 | Added some docs comments to errors.rs | boasting-squirrel | 1 | -1/+6 |