Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Improved date format | boasting-squirrel | 2019-02-16 | 1 | -1/+1 |
| | |||||
* | Improved CSS | boasting-squirrel | 2019-02-16 | 1 | -1/+1 |
| | |||||
* | Display last modification + provide sort by date | boasting-squirrel | 2019-02-16 | 1 | -6/+65 |
| | |||||
* | Set number_of_values argument to interfaces | boasting-squirrel | 2019-02-16 | 1 | -1/+6 |
| | |||||
* | Removed extern crate invokations | boasting-squirrel | 2019-02-15 | 2 | -4/+1 |
| | |||||
* | Added docstrings to SortingMethods enum | boasting-squirrel | 2019-02-15 | 1 | -0/+9 |
| | |||||
* | Added global_settings to CLIArgs struct | boasting-squirrel | 2019-02-15 | 1 | -1/+4 |
| | |||||
* | Added some line breaks so CLIArgs struct is easier to read | boasting-squirrel | 2019-02-15 | 1 | -0/+8 |
| | |||||
* | Switched to structopt | boasting-squirrel | 2019-02-14 | 3 | -165/+82 |
| | |||||
* | Added some docstrings | boasting-squirrel | 2019-02-13 | 4 | -2/+54 |
| | |||||
* | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 2019-02-13 | 5 | -70/+59 |
| | |||||
* | Fixed Clippy warnings | boasting-squirrel | 2019-02-12 | 2 | -3/+3 |
| | |||||
* | Reorganized some imports + removed unused imports | boasting-squirrel | 2019-02-12 | 2 | -7/+9 |
| | |||||
* | Split project into multiple files | boasting-squirrel | 2019-02-12 | 5 | -536/+561 |
| | |||||
* | Fixed missing slash in CSS causing new line | boasting-squirrel | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | Added --reverse option to reverse sort order | boasting-squirrel | 2019-02-04 | 1 | -1/+17 |
| |