Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
|/ | ||||||
* | Use rust nightly | Sven-Hendrik Haase | 2019-02-25 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #42 from boastful-squirrel/maud | Sven-Hendrik Haase | 2019-02-25 | 7 | -238/+306 | |
|\ | | | | | Renders file listing using maud | |||||
| * | Fixed indentation in travis.yml | boasting-squirrel | 2019-02-24 | 1 | -10/+10 | |
| | | ||||||
| * | Fixed matrix include | boasting-squirrel | 2019-02-24 | 1 | -3/+5 | |
| | | ||||||
| * | use nightly in matrix | boasting-squirrel | 2019-02-24 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed allow_failures syntax in travis.yml | boasting-squirrel | 2019-02-23 | 1 | -3/+2 | |
| | | ||||||
| * | Re-added stable and beta in travis.yml | boasting-squirrel | 2019-02-23 | 1 | -1/+4 | |
| | | ||||||
| * | Updated travis.yml to use nightly | boasting-squirrel | 2019-02-23 | 1 | -6/+5 | |
| | | ||||||
| * | 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 | 6 | -223/+288 | |
|/ | ||||||
* | Merge pull request #40 from boastful-squirrel/mobile | Sven-Hendrik Haase | 2019-02-20 | 1 | -4/+61 | |
|\ | | | | | Improved mobile view | |||||
| * | Improved mobile view | boasting-squirrel | 2019-02-20 | 1 | -4/+61 | |
|/ | ||||||
* | Merge pull request #38 from boastful-squirrel/date | Sven-Hendrik Haase | 2019-02-20 | 4 | -8/+100 | |
|\ | | | | | Display last modification date in listing + provides a way to sort by modification date | |||||
| * | 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 | |
| | | ||||||
| * | Updated README for sorting by date | boasting-squirrel | 2019-02-18 | 1 | -0/+3 | |
| | | ||||||
| * | 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 | 3 | -7/+79 | |
| | | ||||||
* | | Update README.md | Sven-Hendrik Haase | 2019-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | Update README.md | Sven-Hendrik Haase | 2019-02-19 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #35 from boastful-squirrel/structopt | Sven-Hendrik Haase | 2019-02-16 | 6 | -166/+144 | |
|\ | | | | | Switched to structopt | |||||
| * | Updated README | boasting-squirrel | 2019-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | Set number_of_values argument to interfaces | boasting-squirrel | 2019-02-16 | 1 | -1/+6 | |
| | | ||||||
| * | Re-ordered arguments in README.md to avoid '--' issue | boasting-squirrel | 2019-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | Added myself to Cargo.toml | boasting-squirrel | 2019-02-15 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Fixed README | boasting-squirrel | 2019-02-14 | 1 | -1/+1 | |
| | | ||||||
| * | Switched to structopt | boasting-squirrel | 2019-02-14 | 5 | -166/+122 | |
| | | ||||||
* | | Add rsync to alpine image to allow for syncing files into it | Sven-Hendrik Haase | 2019-02-15 | 1 | -0/+1 | |
| | | ||||||
* | | Add Dockerfile.alpine for an Alpine-based Docker file | Sven-Hendrik Haase | 2019-02-15 | 2 | -0/+20 | |
| | | ||||||
* | | Add DockerHub badge | Sven-Hendrik Haase | 2019-02-15 | 1 | -0/+1 | |
| | | ||||||
* | | Add some more sweet badges | Sven-Hendrik Haase | 2019-02-15 | 1 | -0/+2 | |
| | | ||||||
* | | Add Docker command to README | Sven-Hendrik Haase | 2019-02-15 | 1 | -0/+4 | |
| | |