aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-13Fix issue #63boasting-squirrel2-49/+70
2019-04-09Replace format with to_string()Vojtěch Pejša1-4/+1
2019-04-09Change HTTP response code and cleanup previus commit.Vojtěch Pejša1-5/+6
2019-04-08Refactor file upload.Vojtěch Pejša1-28/+38
2019-04-07Start server after countdown when no path is specified.Vojtěch Pejša1-27/+27
2019-04-07Fix timeout error when uploading takes longer.Vojtěch Pejša1-2/+4
2019-04-07Remove unused importSven-Hendrik Haase1-1/+1
2019-04-07Cargo fmtboasting-squirrel1-1/+0
2019-04-07Fixed serde's rename strategy for CompressionMethods enumboasting-squirrel1-1/+1
2019-04-07Make body take 100% height in HTMLboasting-squirrel1-0/+1
2019-04-07Use serialize_all on CompressionMethods enumboasting-squirrel1-2/+3
2019-04-07Fix CSS bugboasting-squirrel1-2/+0
2019-04-07Use serialize_allboasting-squirrel1-3/+1
2019-04-07Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵boasting-squirrel4-21/+12
derives
2019-04-07Fix CSS bugboasting-squirrel1-0/+4
2019-04-07Use strum on Enums to reduce boilerplateboasting-squirrel3-36/+15
2019-04-07Use strum_macros::EnumIter instead of manually listing Enum variantsboasting-squirrel3-19/+7
2019-04-07Fixed upload bug + refactored @ else in templatesboasting-squirrel1-40/+44
2019-04-06Cargo fmtboasting-squirrel1-1/+0
2019-04-06Improved mobile viewboasting-squirrel2-50/+33
2019-04-06Added flex wrap to handle overflow on mobileboasting-squirrel1-1/+3
2019-04-06Improved designboasting-squirrel1-18/+21
2019-04-06Changed link description in case of upload errorboasting-squirrel1-1/+1
2019-04-05Improve file upload text.Vojtěch Pejša1-1/+1
2019-04-04Allow drag and drop file upload with js.Vojtěch Pejša1-3/+26
2019-04-04Fix typos and indentation.Vojtěch Pejša4-17/+17
2019-04-04Fix syntax error and clippy warnings.Vojtěch Pejša2-14/+19
2019-04-04Fix typosVojtěch Pejša1-5/+5
2019-04-04Check if we have permissions to create files.Vojtěch Pejša2-1/+16
2019-04-04Improve how file upload handler is added to server.Vojtěch Pejša1-10/+12
2019-04-04Better error handling for file upload.Vojtěch Pejša3-22/+61
2019-04-04Fix file upload when used with random route.Vojtěch Pejša4-6/+22
2019-04-04Add CLI arguments for file uploading.Vojtěch Pejša5-9/+44
2019-04-04Use proper typed query param.Vojtěch Pejša1-16/+25
2019-04-04Document file upload.Vojtěch Pejša2-3/+10
2019-04-04RefactoringVojtěch Pejša1-48/+36
2019-04-04Check if file path is under app root dir.Vojtěch Pejša1-7/+20
2019-04-04Implement file upload.Vojtěch Pejša4-1/+115
2019-04-03Use serde lowercase for SortingMethods enumboasting-squirrel1-3/+1
2019-04-03Added CLI argument to set default themeboasting-squirrel4-18/+39
2019-04-02Added light themeboasting-squirrel1-0/+40
2019-04-02Removed query params when clicking on a fileboasting-squirrel1-1/+1
2019-04-02Renamed ArchLinux to Archlinuxboasting-squirrel2-7/+7
2019-04-01Removed useless featureboasting-squirrel1-1/+0
2019-04-01Color schemesboasting-squirrel5-153/+625
2019-03-19Fixed commentsboasting-squirrel1-1/+1
2019-03-19Added documentation for errors and removed useless errorsboasting-squirrel2-7/+18
2019-03-19Removed Content-Lengthboasting-squirrel1-1/+0
2019-03-15Added missing padding on download divboasting-squirrel1-0/+1
2019-03-15Renamed create_archive_file function and added documentationboasting-squirrel2-5/+7