Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Implemented sorting | boasting-squirrel | 2019-02-04 | 1 | -13/+128 |
| | |||||
* | Some linting fixes | Sven-Hendrik Haase | 2019-02-03 | 1 | -9/+7 |
| | |||||
* | Improved code quality | boasting-squirrel | 2019-02-03 | 1 | -4/+5 |
| | |||||
* | Add option to generate random 6-hexdigit routes | boasting-squirrel | 2019-02-02 | 1 | -10/+47 |
| | |||||
* | Added '..' on file listing to browse parent folder | boasting-squirrel | 2019-02-02 | 1 | -0/+12 |
| | |||||
* | Fancy HTML listing | boasting-squirrel | 2019-02-02 | 1 | -5/+79 |
| | |||||
* | Autoformat | Sven-Hendrik Haase | 2018-12-10 | 1 | -20/+33 |
| | |||||
* | Update to rust 2018 edition | Sven-Hendrik Haase | 2018-12-10 | 1 | -10/+1 |
| | |||||
* | Fix double "symbolic" typo | pebbleKite | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Use same renderer when skipping symlinks and not | pebbleKite | 2018-11-08 | 1 | -10/+9 |
| | |||||
* | add option to ignore symlinks | pebbleKite | 2018-11-08 | 1 | -5/+89 |
| | |||||
* | Make help colorful | Sven-Hendrik Haase | 2018-11-01 | 1 | -1/+2 |
| | |||||
* | Pluralizes includes | Colin Dean | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Says explicitly that verbose mode enables log output | Colin Dean | 2018-08-24 | 1 | -1/+1 |
| | | | Fixes #16 |