Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-09 | Removed debug message | boasting-squirrel | 1 | -3/+2 | |
2019-03-09 | Temporary workaround for symlinks issue | boasting-squirrel | 1 | -0/+5 | |
2019-03-08 | Improved HTTP headers | boasting-squirrel | 2 | -1/+16 | |
2019-03-08 | Corrected comment | boasting-squirrel | 1 | -1/+1 | |
2019-03-08 | Refactored some code | boasting-squirrel | 2 | -31/+47 | |
2019-03-08 | Working example of tar.gz | boasting-squirrel | 1 | -5/+17 | |
2019-03-08 | Download folder as a tar working | boasting-squirrel | 4 | -19/+171 | |
2019-03-05 | Refactored if/let for sorting methods | boasting-squirrel | 1 | -7/+5 | |
2019-03-04 | Renamed QueryParameters struct | boasting-squirrel | 1 | -2/+2 | |
2019-03-04 | Use actix::Query | boasting-squirrel | 1 | -24/+24 | |
2019-03-04 | Sort in alphanumeric order by default | boasting-squirrel | 1 | -0/+4 | |
2019-03-04 | Added color on hovering row | boasting-squirrel | 1 | -2/+5 | |
2019-03-04 | Comment some stuff | Sven-Hendrik Haase | 1 | -1/+3 | |
2019-03-02 | Reset color of visited link in back to top button | boasting-squirrel | 1 | -1/+3 | |
2019-03-02 | Added back to top button + various CSS improvements + re-order functions in ↵ | boasting-squirrel | 1 | -34/+66 | |
renderer | |||||
2019-02-27 | Improved readability on mobile + terminal browsers | boasting-squirrel | 1 | -10/+23 | |
2019-02-27 | Improved parent directory link's style | boasting-squirrel | 1 | -1/+8 | |
2019-02-27 | Actually use unicode characters | boasting-squirrel | 1 | -2/+2 | |
2019-02-27 | Switched to unicode characters + improved look and feel | boasting-squirrel | 1 | -36/+10 | |
2019-02-26 | Added highlight for current sorting column | boasting-squirrel | 1 | -3/+12 | |
2019-02-26 | Stylized table header + added chevrons | boasting-squirrel | 1 | -0/+45 | |
2019-02-25 | Removed sorting from CLI + added sorting from HTML | boasting-squirrel | 4 | -92/+128 | |
2019-02-23 | convert_utc and humanize_systemtime now return option + fixed template ↵ | boasting-squirrel | 1 | -29/+28 | |
accordingly | |||||
2019-02-23 | Renders file listing using maud | boasting-squirrel | 3 | -221/+250 | |
2019-02-20 | Improved mobile view | boasting-squirrel | 1 | -4/+61 | |
2019-02-19 | Renamed humanize_duration to humanize_systemtime | boasting-squirrel | 1 | -3/+3 | |
2019-02-19 | Improved code | boasting-squirrel | 1 | -16/+10 | |
2019-02-19 | Added missing ; in CSS | boasting-squirrel | 1 | -1/+1 | |
2019-02-17 | Added docstrings | boasting-squirrel | 1 | -0/+10 | |
2019-02-17 | Improved design of last-modification column | boasting-squirrel | 1 | -10/+23 | |
2019-02-16 | Improved date format | boasting-squirrel | 1 | -1/+1 | |
2019-02-16 | Improved CSS | boasting-squirrel | 1 | -1/+1 | |
2019-02-16 | Display last modification + provide sort by date | boasting-squirrel | 1 | -6/+65 | |
2019-02-16 | Set number_of_values argument to interfaces | boasting-squirrel | 1 | -1/+6 | |
2019-02-15 | Removed extern crate invokations | boasting-squirrel | 2 | -4/+1 | |
2019-02-15 | Added docstrings to SortingMethods enum | boasting-squirrel | 1 | -0/+9 | |
2019-02-15 | Added global_settings to CLIArgs struct | boasting-squirrel | 1 | -1/+4 | |
2019-02-15 | Added some line breaks so CLIArgs struct is easier to read | boasting-squirrel | 1 | -0/+8 | |
2019-02-14 | Switched to structopt | boasting-squirrel | 3 | -165/+82 | |
2019-02-13 | Added some docstrings | boasting-squirrel | 4 | -2/+54 | |
2019-02-13 | Removed config.rs and put back actix config in main.rs | boasting-squirrel | 5 | -70/+59 | |
2019-02-12 | Fixed Clippy warnings | boasting-squirrel | 2 | -3/+3 | |
2019-02-12 | Reorganized some imports + removed unused imports | boasting-squirrel | 2 | -7/+9 | |
2019-02-12 | Split project into multiple files | boasting-squirrel | 5 | -536/+561 | |
2019-02-05 | Fixed missing slash in CSS causing new line | boasting-squirrel | 1 | -1/+1 | |
2019-02-04 | Added --reverse option to reverse sort order | boasting-squirrel | 1 | -1/+17 | |
2019-02-04 | Implemented sorting | boasting-squirrel | 1 | -13/+128 | |
2019-02-03 | Some linting fixes | Sven-Hendrik Haase | 1 | -9/+7 | |
2019-02-03 | Improved code quality | boasting-squirrel | 1 | -4/+5 | |
2019-02-02 | Add option to generate random 6-hexdigit routes | boasting-squirrel | 1 | -10/+47 | |