aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Send 401 instead of 403 on incorrect password (fixes #47)Sven-Hendrik Haase2019-03-081-1/+1
| |
* | Remove note in README about sort orderSven-Hendrik Haase2019-03-071-28/+0
| |
| * Better error messages for invalid pathboasting-squirrel2019-03-123-13/+20
| |
| * Added some error messages + reworked the print_error_chain methodboasting-squirrel2019-03-123-21/+38
| |
| * Started to add helpful messages for errors which could occur during archivingboasting-squirrel2019-03-116-50/+171
| |
| * Changed Info: to info: to be consistentboasting-squirrel2019-03-111-1/+1
| |
| * Updated READMEboasting-squirrel2019-03-091-0/+1
| |
| * Removed debug messageboasting-squirrel2019-03-091-3/+2
| |
| * Temporary workaround for symlinks issueboasting-squirrel2019-03-091-0/+5
| |
| * Improved HTTP headersboasting-squirrel2019-03-082-1/+16
| |
| * Corrected commentboasting-squirrel2019-03-081-1/+1
| |
| * Refactored some codeboasting-squirrel2019-03-082-31/+47
| |
| * Working example of tar.gzboasting-squirrel2019-03-083-6/+31
| |
| * Download folder as a tar workingboasting-squirrel2019-03-086-32/+247
|/
* Merge pull request #44 from boastful-squirrel/header-sortingSven-Hendrik Haase2019-03-066-120/+259
|\ | | | | Removed sorting from CLI + added sorting from HTML
| * Refactored if/let for sorting methodsboasting-squirrel2019-03-051-7/+5
| |
| * Update Cargo.lockboasting-squirrel2019-03-051-1/+1
| |
| * Merge branch 'master' into header-sortingBoastful Squirrel2019-03-045-124/+107
| |\ | |/ |/|
* | Comment some stuffSven-Hendrik Haase2019-03-041-1/+3
| |
* | Specify binary architecture in names (fixes #46)Sven-Hendrik Haase2019-03-041-3/+3
| |
* | This is v0.3.1v0.3.1Sven-Hendrik Haase2019-02-272-2/+2
| |
* | Bump lockSven-Hendrik Haase2019-02-271-121/+99
| |
* | Optimize for smaller binariesSven-Hendrik Haase2019-02-271-1/+4
| |
* | Honor lockfile for release buildsSven-Hendrik Haase2019-02-271-3/+3
| |
| * Renamed QueryParameters structboasting-squirrel2019-03-041-2/+2
| |
| * Use actix::Queryboasting-squirrel2019-03-043-30/+46
| |
| * Sort in alphanumeric order by defaultboasting-squirrel2019-03-041-0/+4
| |
| * Added color on hovering rowboasting-squirrel2019-03-041-2/+5
| |
| * Reset color of visited link in back to top buttonboasting-squirrel2019-03-021-1/+3
| |
| * Added back to top button + various CSS improvements + re-order functions in ↵boasting-squirrel2019-03-021-34/+66
| | | | | | | | renderer
| * Improved readability on mobile + terminal browsersboasting-squirrel2019-02-271-10/+23
| |
| * Improved parent directory link's styleboasting-squirrel2019-02-271-1/+8
| |
| * Actually use unicode charactersboasting-squirrel2019-02-271-2/+2
| |
| * Switched to unicode characters + improved look and feelboasting-squirrel2019-02-271-36/+10
| |
| * Added highlight for current sorting columnboasting-squirrel2019-02-261-3/+12
| |
| * Stylized table header + added chevronsboasting-squirrel2019-02-261-0/+45
| |
| * Removed sorting from CLI + added sorting from HTMLboasting-squirrel2019-02-254-92/+128
|/
* Use rust nightlySven-Hendrik Haase2019-02-252-2/+2
|
* Merge pull request #42 from boastful-squirrel/maudSven-Hendrik Haase2019-02-257-238/+306
|\ | | | | Renders file listing using maud
| * Fixed indentation in travis.ymlboasting-squirrel2019-02-241-10/+10
| |
| * Fixed matrix includeboasting-squirrel2019-02-241-3/+5
| |
| * use nightly in matrixboasting-squirrel2019-02-241-0/+1
| |
| * Fixed allow_failures syntax in travis.ymlboasting-squirrel2019-02-231-3/+2
| |
| * Re-added stable and beta in travis.ymlboasting-squirrel2019-02-231-1/+4
| |
| * Updated travis.yml to use nightlyboasting-squirrel2019-02-231-6/+5
| |
| * convert_utc and humanize_systemtime now return option + fixed template ↵boasting-squirrel2019-02-231-29/+28
| | | | | | | | accordingly
| * Renders file listing using maudboasting-squirrel2019-02-236-223/+288
|/
* Merge pull request #40 from boastful-squirrel/mobileSven-Hendrik Haase2019-02-201-4/+61
|\ | | | | Improved mobile view
| * Improved mobile viewboasting-squirrel2019-02-201-4/+61
|/
* Merge pull request #38 from boastful-squirrel/dateSven-Hendrik Haase2019-02-204-8/+100
|\ | | | | Display last modification date in listing + provides a way to sort by modification date