Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2019-02-02 | Added '..' on file listing to browse parent folder | boasting-squirrel | 1 | -0/+12 | |
2019-02-02 | Fancy HTML listing | boasting-squirrel | 1 | -5/+79 | |
2018-12-10 | Autoformat | Sven-Hendrik Haase | 1 | -20/+33 | |
2018-12-10 | Update to rust 2018 edition | Sven-Hendrik Haase | 1 | -10/+1 | |
2018-11-11 | Fix double "symbolic" typo | pebbleKite | 1 | -1/+1 | |
2018-11-08 | Use same renderer when skipping symlinks and not | pebbleKite | 1 | -10/+9 | |
2018-11-08 | add option to ignore symlinks | pebbleKite | 1 | -5/+89 | |
2018-11-01 | Make help colorful | Sven-Hendrik Haase | 1 | -1/+2 | |
2018-08-24 | Pluralizes includes | Colin Dean | 1 | -1/+1 | |
2018-08-24 | Says explicitly that verbose mode enables log output | Colin Dean | 1 | -1/+1 | |
Fixes #16 | |||||
2018-08-10 | Allow for multiple interfaces to be specified at the same timev0.2.0 | Sven-Hendrik Haase | 1 | -29/+65 | |
2018-08-09 | Add title to output | Sven-Hendrik Haase | 1 | -2/+5 | |
2018-08-09 | Update to actix 0.7 and add better output | Sven-Hendrik Haase | 1 | -33/+53 | |
2018-07-29 | Run rustfmt | Sven-Hendrik Haase | 1 | -36/+75 | |
2018-06-22 | Bump deps | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-04-30 | Fix for stable | Sven-Hendrik Haase | 1 | -1/+1 | |
2018-04-30 | Add proper HTTP Basic auth | Sven-Hendrik Haase | 1 | -28/+63 | |
2018-04-29 | Basic auth stuff | Sven-Hendrik Haase | 1 | -4/+19 | |
2018-04-29 | Some more progress | Sven-Hendrik Haase | 1 | -8/+12 | |
2018-04-29 | Some progress | Sven-Hendrik Haase | 1 | -8/+15 | |
2018-04-27 | Progress | Sven-Hendrik Haase | 1 | -3/+38 | |
2018-04-26 | Make Travis happy | Sven-Hendrik Haase | 1 | -1/+1 | |