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 | 6 | -50/+171 |
| | |||||
* | Changed Info: to info: to be consistent | boasting-squirrel | 2019-03-11 | 1 | -1/+1 |
| | |||||
* | Updated README | boasting-squirrel | 2019-03-09 | 1 | -0/+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 | 3 | -6/+31 |
| | |||||
* | Download folder as a tar working | boasting-squirrel | 2019-03-08 | 6 | -32/+247 |
| | |||||
* | Merge pull request #44 from boastful-squirrel/header-sorting | Sven-Hendrik Haase | 2019-03-06 | 6 | -120/+259 |
|\ | | | | | Removed sorting from CLI + added sorting from HTML | ||||
| * | Refactored if/let for sorting methods | boasting-squirrel | 2019-03-05 | 1 | -7/+5 |
| | | |||||
| * | Update Cargo.lock | boasting-squirrel | 2019-03-05 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into header-sorting | Boastful Squirrel | 2019-03-04 | 5 | -124/+107 |
| |\ | |/ |/| | |||||
* | | Comment some stuff | Sven-Hendrik Haase | 2019-03-04 | 1 | -1/+3 |
| | | |||||
* | | Specify binary architecture in names (fixes #46) | Sven-Hendrik Haase | 2019-03-04 | 1 | -3/+3 |
| | | |||||
* | | This is v0.3.1v0.3.1 | Sven-Hendrik Haase | 2019-02-27 | 2 | -2/+2 |
| | | |||||
* | | Bump lock | Sven-Hendrik Haase | 2019-02-27 | 1 | -121/+99 |
| | | |||||
* | | Optimize for smaller binaries | Sven-Hendrik Haase | 2019-02-27 | 1 | -1/+4 |
| | | |||||
* | | Honor lockfile for release builds | Sven-Hendrik Haase | 2019-02-27 | 1 | -3/+3 |
| | | |||||
| * | Renamed QueryParameters struct | boasting-squirrel | 2019-03-04 | 1 | -2/+2 |
| | | |||||
| * | Use actix::Query | boasting-squirrel | 2019-03-04 | 3 | -30/+46 |
| | | |||||
| * | 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 |
|/ | |||||
* | 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 |
| | |