aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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
2019-03-15Improved designboasting-squirrel1-3/+7
2019-03-14Cargo fmtboasting-squirrel1-3/+10
2019-03-14Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generationboasting-squirrel2-9/+7
2019-03-13Improved grammar of TarBuildingError error messageboasting-squirrel1-1/+1
2019-03-13Switched to standard Rust logging systemboasting-squirrel4-38/+19
2019-03-13Build tar in buffer instead of in tempfileboasting-squirrel2-38/+10
2019-03-12Added some docs comments to errors.rsboasting-squirrel1-1/+6
2019-03-12Improved error messageboasting-squirrel1-2/+2
2019-03-12Better error messages for invalid pathboasting-squirrel3-13/+20
2019-03-12Added some error messages + reworked the print_error_chain methodboasting-squirrel3-21/+38
2019-03-11Started to add helpful messages for errors which could occur during archivingboasting-squirrel4-49/+168
2019-03-11Changed Info: to info: to be consistentboasting-squirrel1-1/+1
2019-03-09Removed debug messageboasting-squirrel1-3/+2
2019-03-09Temporary workaround for symlinks issueboasting-squirrel1-0/+5
2019-03-08Improved HTTP headersboasting-squirrel2-1/+16
2019-03-08Corrected commentboasting-squirrel1-1/+1
2019-03-08Refactored some codeboasting-squirrel2-31/+47
2019-03-08Working example of tar.gzboasting-squirrel1-5/+17
2019-03-08Download folder as a tar workingboasting-squirrel4-19/+171
2019-03-08Send 401 instead of 403 on incorrect password (fixes #47)Sven-Hendrik Haase1-1/+1
2019-03-05Refactored if/let for sorting methodsboasting-squirrel1-7/+5
2019-03-04Renamed QueryParameters structboasting-squirrel1-2/+2
2019-03-04Use actix::Queryboasting-squirrel1-24/+24
2019-03-04Sort in alphanumeric order by defaultboasting-squirrel1-0/+4
2019-03-04Added color on hovering rowboasting-squirrel1-2/+5
2019-03-04Comment some stuffSven-Hendrik Haase1-1/+3
2019-03-02Reset color of visited link in back to top buttonboasting-squirrel1-1/+3
2019-03-02Added back to top button + various CSS improvements + re-order functions in ↵boasting-squirrel1-34/+66
renderer
2019-02-27Improved readability on mobile + terminal browsersboasting-squirrel1-10/+23
2019-02-27Improved parent directory link's styleboasting-squirrel1-1/+8
2019-02-27Actually use unicode charactersboasting-squirrel1-2/+2
2019-02-27Switched to unicode characters + improved look and feelboasting-squirrel1-36/+10
2019-02-26Added highlight for current sorting columnboasting-squirrel1-3/+12
2019-02-26Stylized table header + added chevronsboasting-squirrel1-0/+45
2019-02-25Removed sorting from CLI + added sorting from HTMLboasting-squirrel4-92/+128
2019-02-23convert_utc and humanize_systemtime now return option + fixed template ↵boasting-squirrel1-29/+28
accordingly
2019-02-23Renders file listing using maudboasting-squirrel3-221/+250
2019-02-20Improved mobile viewboasting-squirrel1-4/+61
2019-02-19Renamed humanize_duration to humanize_systemtimeboasting-squirrel1-3/+3
2019-02-19Improved codeboasting-squirrel1-16/+10
2019-02-19Added missing ; in CSSboasting-squirrel1-1/+1
2019-02-17Added docstringsboasting-squirrel1-0/+10