Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed comments | boasting-squirrel | 2019-03-19 | 1 | -1/+1 | |
| | ||||||
* | Added documentation for errors and removed useless errors | boasting-squirrel | 2019-03-19 | 2 | -7/+18 | |
| | ||||||
* | Removed Content-Length | boasting-squirrel | 2019-03-19 | 1 | -1/+0 | |
| | ||||||
* | Added missing padding on download div | boasting-squirrel | 2019-03-15 | 1 | -0/+1 | |
| | ||||||
* | Renamed create_archive_file function and added documentation | boasting-squirrel | 2019-03-15 | 2 | -5/+7 | |
| | ||||||
* | Improved design | boasting-squirrel | 2019-03-15 | 1 | -3/+7 | |
| | ||||||
* | Cargo fmt | boasting-squirrel | 2019-03-14 | 1 | -3/+10 | |
| | ||||||
* | Switched to tar-rs 0.4.22 and propagate no-symlink argument to tar generation | boasting-squirrel | 2019-03-14 | 2 | -9/+7 | |
| | ||||||
* | Improved grammar of TarBuildingError error message | boasting-squirrel | 2019-03-13 | 1 | -1/+1 | |
| | ||||||
* | Switched to standard Rust logging system | boasting-squirrel | 2019-03-13 | 4 | -38/+19 | |
| | ||||||
* | Build tar in buffer instead of in tempfile | boasting-squirrel | 2019-03-13 | 2 | -38/+10 | |
| | ||||||
* | Added some docs comments to errors.rs | boasting-squirrel | 2019-03-12 | 1 | -1/+6 | |
| | ||||||
* | Improved error message | boasting-squirrel | 2019-03-12 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into targz | boasting-squirrel | 2019-03-12 | 1 | -1/+1 | |
|\ | ||||||
| * | Send 401 instead of 403 on incorrect password (fixes #47) | Sven-Hendrik Haase | 2019-03-08 | 1 | -1/+1 | |
| | | ||||||
* | | Better error messages for invalid path | boasting-squirrel | 2019-03-12 | 3 | -13/+20 | |
| | | ||||||
* | | Added some error messages + reworked the print_error_chain method | boasting-squirrel | 2019-03-12 | 3 | -21/+38 | |
| | | ||||||
* | | Started to add helpful messages for errors which could occur during archiving | boasting-squirrel | 2019-03-11 | 4 | -49/+168 | |
| | | ||||||
* | | Changed Info: to info: to be consistent | boasting-squirrel | 2019-03-11 | 1 | -1/+1 | |
| | | ||||||
* | | Removed debug message | boasting-squirrel | 2019-03-09 | 1 | -3/+2 | |
| | | ||||||
* | | Temporary workaround for symlinks issue | boasting-squirrel | 2019-03-09 | 1 | -0/+5 | |
| | | ||||||
* | | Improved HTTP headers | boasting-squirrel | 2019-03-08 | 2 | -1/+16 | |
| | | ||||||
* | | Corrected comment | boasting-squirrel | 2019-03-08 | 1 | -1/+1 | |
| | | ||||||
* | | Refactored some code | boasting-squirrel | 2019-03-08 | 2 | -31/+47 | |
| | | ||||||
* | | Working example of tar.gz | boasting-squirrel | 2019-03-08 | 1 | -5/+17 | |
| | | ||||||
* | | Download folder as a tar working | boasting-squirrel | 2019-03-08 | 4 | -19/+171 | |
|/ | ||||||
* | Refactored if/let for sorting methods | boasting-squirrel | 2019-03-05 | 1 | -7/+5 | |
| | ||||||
* | Merge branch 'master' into header-sorting | Boastful Squirrel | 2019-03-04 | 1 | -0/+2 | |
|\ | ||||||
| * | Comment some stuff | Sven-Hendrik Haase | 2019-03-04 | 1 | -1/+3 | |
| | | ||||||
* | | Renamed QueryParameters struct | boasting-squirrel | 2019-03-04 | 1 | -2/+2 | |
| | | ||||||
* | | Use actix::Query | boasting-squirrel | 2019-03-04 | 1 | -24/+24 | |
| | | ||||||
* | | Sort in alphanumeric order by default | boasting-squirrel | 2019-03-04 | 1 | -0/+4 | |
| | | ||||||
* | | Added color on hovering row | boasting-squirrel | 2019-03-04 | 1 | -2/+5 | |
| | | ||||||
* | | Reset color of visited link in back to top button | boasting-squirrel | 2019-03-02 | 1 | -1/+3 | |
| | | ||||||
* | | Added back to top button + various CSS improvements + re-order functions in ↵ | boasting-squirrel | 2019-03-02 | 1 | -34/+66 | |
| | | | | | | | | renderer | |||||
* | | Improved readability on mobile + terminal browsers | boasting-squirrel | 2019-02-27 | 1 | -10/+23 | |
| | | ||||||
* | | Improved parent directory link's style | boasting-squirrel | 2019-02-27 | 1 | -1/+8 | |
| | | ||||||
* | | Actually use unicode characters | boasting-squirrel | 2019-02-27 | 1 | -2/+2 | |
| | | ||||||
* | | Switched to unicode characters + improved look and feel | boasting-squirrel | 2019-02-27 | 1 | -36/+10 | |
| | | ||||||
* | | Added highlight for current sorting column | boasting-squirrel | 2019-02-26 | 1 | -3/+12 | |
| | | ||||||
* | | Stylized table header + added chevrons | boasting-squirrel | 2019-02-26 | 1 | -0/+45 | |
| | | ||||||
* | | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 2019-02-25 | 4 | -92/+128 | |
|/ | ||||||
* | convert_utc and humanize_systemtime now return option + fixed template ↵ | boasting-squirrel | 2019-02-23 | 1 | -29/+28 | |
| | | | | accordingly | |||||
* | Renders file listing using maud | boasting-squirrel | 2019-02-23 | 3 | -221/+250 | |
| | ||||||
* | Improved mobile view | boasting-squirrel | 2019-02-20 | 1 | -4/+61 | |
| | ||||||
* | Renamed humanize_duration to humanize_systemtime | boasting-squirrel | 2019-02-19 | 1 | -3/+3 | |
| | ||||||
* | Improved code | boasting-squirrel | 2019-02-19 | 1 | -16/+10 | |
| | ||||||
* | Added missing ; in CSS | boasting-squirrel | 2019-02-19 | 1 | -1/+1 | |
| | ||||||
* | Added docstrings | boasting-squirrel | 2019-02-17 | 1 | -0/+10 | |
| | ||||||
* | Improved design of last-modification column | boasting-squirrel | 2019-02-17 | 1 | -10/+23 | |
| |