Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This is 0.4.1v0.4.1 | Sven-Hendrik Haase | 2019-04-15 | 2 | -23/+23 |
| | |||||
* | Merge pull request #66 from boastful-squirrel/fix63 | Sven-Hendrik Haase | 2019-04-15 | 2 | -49/+70 |
|\ | | | | | Fix issue #63 | ||||
| * | Fix issue #63 | boasting-squirrel | 2019-04-13 | 2 | -49/+70 |
|/ | |||||
* | Update README.md | Sven-Hendrik Haase | 2019-04-10 | 1 | -0/+2 |
| | |||||
* | Add screenshot | Sven-Hendrik Haase | 2019-04-10 | 2 | -0/+2 |
| | |||||
* | Merge pull request #60 from vojta7/bug_fixes | Sven-Hendrik Haase | 2019-04-09 | 2 | -51/+61 |
|\ | | | | | Bug fixes | ||||
| * | 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 |
| | | |||||
* | | Bump deps | Sven-Hendrik Haase | 2019-04-09 | 1 | -26/+26 |
|/ | |||||
* | Remove unused import | Sven-Hendrik Haase | 2019-04-07 | 1 | -1/+1 |
| | |||||
* | This is v0.4.0v0.4.0 | Sven-Hendrik Haase | 2019-04-07 | 2 | -121/+177 |
| | |||||
* | Merge pull request #55 from boastful-squirrel/colorscheme | Sven-Hendrik Haase | 2019-04-07 | 8 | -247/+871 |
|\ | | | | | Color schemes | ||||
| * | 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 ↵ | boasting-squirrel | 2019-04-07 | 4 | -21/+12 |
| | | | | | | | | derives | ||||
| * | 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 | 5 | -19/+29 |
| | | |||||
| * | 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 |
| | | |||||
| * | Merged upload + adapted it to the new design | boasting-squirrel | 2019-04-06 | 10 | -22/+411 |
| |\ | |/ |/| | |||||
* | | Merge pull request #58 from vojta7/file_uploading | Sven-Hendrik Haase | 2019-04-05 | 8 | -6/+273 |
|\ \ | | | | | | | File uploading | ||||
| * | | Improve file upload text. | Vojtěch Pejša | 2019-04-05 | 1 | -1/+1 |
| | | | |||||
| * | | Mention file uploading in README | Vojtěch Pejša | 2019-04-04 | 1 | -0/+1 |
| | | | |||||
| * | | Allow drag and drop file upload with js. | Vojtěch Pejša | 2019-04-04 | 1 | -3/+26 |
| | | | |||||
| * | | Fix typos and indentation. | Vojtěch Pejša | 2019-04-04 | 4 | -17/+17 |
| | | | |||||
| * | | Fix syntax error and clippy warnings. | Vojtěch Pejša | 2019-04-04 | 2 | -14/+19 |
| | | | |||||
| * | | Fix typos | Vojtěch Pejša | 2019-04-04 | 1 | -5/+5 |
| | | | |||||
| * | | Check if we have permissions to create files. | Vojtěch Pejša | 2019-04-04 | 2 | -1/+16 |
| | | | |||||
| * | | Improve how file upload handler is added to server. | Vojtěch Pejša | 2019-04-04 | 1 | -10/+12 |
| | | | |||||
| * | | Better error handling for file upload. | Vojtěch Pejša | 2019-04-04 | 3 | -22/+61 |
| | | | |||||
| * | | Fix file upload when used with random route. | Vojtěch Pejša | 2019-04-04 | 4 | -6/+22 |
| | | | |||||
| * | | Add CLI arguments for file uploading. | Vojtěch Pejša | 2019-04-04 | 5 | -9/+44 |
| | | | |||||
| * | | 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 | 2 | -3/+10 |
| | | | |||||
| * | | 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 | 5 | -2/+116 |
|/ / | |||||
* | | Merge pull request #57 from svenstaro/dependabot/cargo/serde-1.0.90 | dependabot[bot] | 2019-04-04 | 2 | -7/+7 |
|\ \ |